Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/i386/pci



Module Name:    src
Committed By:   kochi
Date:           Sun Apr  4 16:06:09 UTC 2004

Modified Files:
        src/sys/arch/i386/pci: pci_intr_fixup.c pci_intr_fixup.h pcibios.c
            piix.c piixreg.h

Log Message:
Support for PIRQ[E-H], found in recent intel south bridges
(ICH2 and later), which fixes PR/23700.
The changes are from Hiroyuki Bessho and Masanori Kanaoka in PR/23700
with a little modification of interrupt router lookup from mine.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/i386/pci/pci_intr_fixup.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/pci/pci_intr_fixup.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/i386/pci/pcibios.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/pci/piix.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/pci/piixreg.h

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




Home | Main Index | Thread Index | Old Index