Subject: CVS commit: src/sys/arch/i386/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 06/19/2006 02:30:35
Module Name:	src
Committed By:	jmcneill
Date:		Mon Jun 19 02:30:35 UTC 2006

Modified Files:
	src/sys/arch/i386/pci: ichlpcib.c piixpcib.c

Log Message:
Don't try to fixup PCI interrupt routing here; we're going to use ACPI to
do this for us instead. This prevents us from having to write chipset
specific support -- yay!


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/i386/pci/ichlpcib.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/i386/pci/piixpcib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.