]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the hostb driver out of the i386 and amd64 PCI code (where it was
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 20 Dec 2005 21:09:45 +0000 (21:09 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 20 Dec 2005 21:09:45 +0000 (21:09 +0000)
commit5b2119223eb7dafa4f314e0773582a32877d7929
tree61edd4134eea51fed0ce610d99a5d9bbade324db
parent9a77af905efa71b75b2a5bbb7ff178c4ebdb5b9b
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).
sys/amd64/pci/pci_bus.c
sys/conf/files
sys/dev/pci/hostb_pci.c [new file with mode: 0644]
sys/i386/pci/pci_bus.c