Re: [acpi] wrong ECDT EC_ID handling

2023-02-09 Thread Mikhail
On Thu, Feb 09, 2023 at 09:20:10PM +0300, Mikhail wrote: > >Synopsis:wrong ECDT EC_ID handling [...] Proper subject/synopsis line must have been "handling of incorrect ECDT EC_ID", otherwise the sense looks different from what I implied, apologize for that.

Re: [acpi] wrong ECDT EC_ID handling

2023-02-18 Thread Mikhail
On Thu, Feb 09, 2023 at 09:20:10PM +0300, Mikhail wrote: > >Synopsis:wrong ECDT EC_ID handling > >Category:acpi > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2-current (GENERIC.MP) #1021: Sun Feb 5 > 09:52:50 MST 2023 > > dera...

Re: [acpi] wrong ECDT EC_ID handling

2023-02-18 Thread Mark Kettenis
> Date: Sat, 18 Feb 2023 18:47:10 +0300 > From: Mikhail The problem here is that if the firmware provided an ECDT table, its AML may use the EC right from the start. But that won't be possible if you bail out early just because the EC_ID doesn't match. So hence the following question: Do the a

Re: [acpi] wrong ECDT EC_ID handling

2023-02-18 Thread Mikhail
On Sat, Feb 18, 2023 at 06:11:17PM +0100, Mark Kettenis wrote: > > Date: Sat, 18 Feb 2023 18:47:10 +0300 > > From: Mikhail > > The problem here is that if the firmware provided an ECDT table, its > AML may use the EC right from the start. But that won't be possible > if you bail out early just b