Subject: PR/37001 CVS commit: src/sys/dev/acpi
To: None <joerg@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: netbsd-bugs
Date: 11/07/2007 15:30:03
The following reply was made to PR port-i386/37001; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37001 CVS commit: src/sys/dev/acpi
Date: Wed,  7 Nov 2007 15:29:16 +0000 (UTC)

 Module Name:	src
 Committed By:	joerg
 Date:		Wed Nov  7 15:29:15 UTC 2007
 
 Modified Files:
 	src/sys/dev/acpi: acpi_pci_link.c
 
 Log Message:
 When assigning an IRQ for classic PIC routing to an ACPI link dev,
 make sure to update the PCI Interrupt Register of all PCI devices using
 it. This fixes interrupt with ACPI and w/o IOAPIC, when the BIOS didn't
 route all interrupts correctly.
 
 Reported by sborill@ and by Mathias De Belder in PR 37001, fix tested
 by sborill@.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.8 -r1.9 src/sys/dev/acpi/acpi_pci_link.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.