imp 2003/08/01 14:45:56 PDT
FreeBSD src repository
Modified files:
sys/dev/pci pci.c pcireg.h
Log:
Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2.
Update the MI device scanning code to use PCI_MAXHDRTYPE rather than
the hard coded 2.
Revision Changes Path
1.225 +1 -1 src/sys/dev/pci/pci.c
1.33 +1 -9 src/sys/dev/pci/pcireg.h