Subject: Re: ACPI interrupt code testers wanted
To: Tom Spindler <dogcow@babymeat.com>
From: Frank van der Linden <fvdl@netbsd.org>
List: port-amd64
Date: 03/21/2006 10:27:45
On Mon, Mar 20, 2006 at 06:54:32PM -0800, Tom Spindler wrote:
> On my HP laptop, everything's fine and dandy. On my Dell Inspiron 6k,
> though, the acpilap kernel freezes after the LNKA: message. When I break
> into ddb, the backtrace ends with
> 
> Xint_legacy10()
> -interrupt-
> 0x202:

Hmm.. is that early or late in the boot, e.g. have any devices been
probed yet? If so, which ones? There are multiple messages where the
name of the link device (LNKA in this case) is printed, so I'm trying
to figure out which one it is.

- Frank