Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/16/1999 17:20:40
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Nov 17 01:20:39 UTC 1999

Added Files:
	syssrc/sys/arch/i386/pci: pci_intr_fixup.c pci_intr_fixup.h

Log Message:
PCI interrupt routing fixup code, from UCHIYAMA Yasushi's PCI BIOS
patches, cleaned up and heavily reworked by me.  Basic algorithm is
the same, although the code structure is now quite different.

Main differences:
- Initialization path is totally different.
- We use the `compat router' information, if present, to determine which
  PCI ICU driver we should use.
- Fixup configuration headers on devices not on bus 0.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/pci/pci_intr_fixup.c \
    syssrc/sys/arch/i386/pci/pci_intr_fixup.h

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