Subject: Re: kern/32539 (entering ddb when closing lid with ACPI)
To: None <gnats-bugs@NetBSD.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: netbsd-bugs
Date: 08/05/2007 16:13:30
On Sun, 5 Aug 2007, Jukka Salmi wrote:
> Yes. I just tried with a GENERIC+ichlpcib kernel and got:
>
> acpilid0: lid closed.
> Executed AML Breakpoint opcode
> Stopped in pid 0.3 (system) at  netbsd:cpu_Debugger+0x4:        popl    %ebp
> db> acpilid0: lid opened.
>
> Just continuing from ddb after opening the lid still works.

Can you try the following mega-patch, applied to the pm branch? I want to 
confirm that this is an issue with our code and not the ACPI-CA.

  http://www.invisible.ca/~jmcneill/netbsd/acpica-20070320.patch

Cheers,
Jared