Subject: Re: port-i386/34025: ACPI Interrupt Failure with 3.99.22 (and 3.99.21)
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Frank van der Linden <fvdl@netbsd.org>
List: netbsd-bugs
Date: 07/18/2006 10:55:01
The following reply was made to PR port-i386/34025; it has been noted by GNATS.

From: Frank van der Linden <fvdl@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: port-i386/34025: ACPI Interrupt Failure with 3.99.22 (and 3.99.21)
Date: Tue, 18 Jul 2006 12:56:03 +0200

 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.