Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/07/2007 15:29:15
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.