Re: ACPI diff that needs wide testing

2020-12-01 Thread Florian Obser
On Tue, Dec 01, 2020 at 10:40:30PM +0100, Mark Kettenis wrote: > > From: Greg Steuck > > Date: Mon, 30 Nov 2020 20:54:59 -0800 > > > > Mark Kettenis writes: > > > > > The diff below fixes the way we handle named references in AML > > > packages. This fixes some bugs but I'd like to make sure t

Re: ACPI diff that needs wide testing

2020-12-01 Thread Greg Steuck
Mark Kettenis writes: >> From: Greg Steuck >> Date: Mon, 30 Nov 2020 20:54:59 -0800 >> >> Mark Kettenis writes: >> >> > The diff below fixes the way we handle named references in AML >> > packages. This fixes some bugs but I'd like to make sure that this >> > doesn't inadvertedly break thing

Re: ACPI diff that needs wide testing

2020-12-01 Thread Mark Kettenis
> From: Greg Steuck > Date: Mon, 30 Nov 2020 20:54:59 -0800 > > Mark Kettenis writes: > > > The diff below fixes the way we handle named references in AML > > packages. This fixes some bugs but I'd like to make sure that this > > doesn't inadvertedly break things. So tests on a wide variety o

Re: ACPI diff that needs wide testing

2020-12-01 Thread Mark Kettenis
> Date: Tue, 1 Dec 2020 20:17:47 +0100 > From: Theo Buehler > > On Tue, Dec 01, 2020 at 08:10:33PM +0100, Mark Kettenis wrote: > > > From: Greg Steuck > > > Date: Mon, 30 Nov 2020 20:54:59 -0800 > > > > > > Mark Kettenis writes: > > > > > > > The diff below fixes the way we handle named refer

Re: ACPI diff that needs wide testing

2020-12-01 Thread Theo Buehler
On Tue, Dec 01, 2020 at 08:10:33PM +0100, Mark Kettenis wrote: > > From: Greg Steuck > > Date: Mon, 30 Nov 2020 20:54:59 -0800 > > > > Mark Kettenis writes: > > > > > The diff below fixes the way we handle named references in AML > > > packages. This fixes some bugs but I'd like to make sure t

Re: ACPI diff that needs wide testing

2020-12-01 Thread Mark Kettenis
> From: Greg Steuck > Date: Mon, 30 Nov 2020 20:54:59 -0800 > > Mark Kettenis writes: > > > The diff below fixes the way we handle named references in AML > > packages. This fixes some bugs but I'd like to make sure that this > > doesn't inadvertedly break things. So tests on a wide variety o

Re: ACPI diff that needs wide testing

2020-11-30 Thread Greg Steuck
Mark Kettenis writes: > The diff below fixes the way we handle named references in AML > packages. This fixes some bugs but I'd like to make sure that this > doesn't inadvertedly break things. So tests on a wide variety of > machines are welcome. I see a prompt crash: https://photos.app.goo.gl

ACPI diff that needs wide testing

2020-11-30 Thread Mark Kettenis
The diff below fixes the way we handle named references in AML packages. This fixes some bugs but I'd like to make sure that this doesn't inadvertedly break things. So tests on a wide variety of machines are welcome. Index: dev/acpi/acpi.c ===