Subject: Re: port-i386/34025: ACPI Interrupt Failure with 3.99.22 (and 3.99.21)
To: None <gnats-bugs@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: netbsd-bugs
Date: 07/18/2006 12:56:03
It looks like the ACPI SCI interrupt gets marked as edge triggered,
and then all PCI interrupts (which are level triggered) can't be
shared with it.

The ACPI interrupt is in fact probably "conforming", but the code does
not deal with that. It should be changed to deal with it.