Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: itojun
Date: Fri Aug 15 07:17:22 UTC 2003
Modified Files:
src/sys/dev/pci: pci.c pci_quirks.c pcivar.h
Log Message:
- check HDRTYPE early, and ignore if it is not supported (n > 2).
- defer access to interrupt configuration register, as its existence depends on
HDRTYPE.
- add "skip particular funtion in multifunction device" functionality
to quirk table.
- add GEODE/NS SC1100 quirk (now boots on soekris Net4801).
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/dev/pci/pci.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/pci_quirks.c
cvs rdiff -r1.58 -r1.59 src/sys/dev/pci/pcivar.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