cvs commit: src/sys/amd64/pci pci_bus.c src/sys/conf files
src/sys/dev/pci hostb_pci.c src/sys/i386/pci pci_bus.c
John Baldwin
jhb at FreeBSD.org
Tue Dec 20 13:09:45 PST 2005
jhb 2005-12-20 21:09:45 UTC
FreeBSD src repository
Modified files:
sys/amd64/pci pci_bus.c
sys/conf files
sys/i386/pci pci_bus.c
Added files:
sys/dev/pci hostb_pci.c
Log:
Move the hostb driver out of the i386 and amd64 PCI code (where it was
duplicated anyways) and into a single MI driver. Extend the driver a bit
to implement the bus and PCI kobj interfaces such that other drivers can
attach to it and transparently act as if their parent device is the PCI
bus (for the most part).
Revision Changes Path
1.115 +0 -58 src/sys/amd64/pci/pci_bus.c
1.1077 +1 -0 src/sys/conf/files
1.1 +249 -0 src/sys/dev/pci/hostb_pci.c (new)
1.122 +0 -58 src/sys/i386/pci/pci_bus.c
More information about the cvs-src
mailing list