Date: Tue, 20 Dec 2005 21:09:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200512202109.jBKL9jU8035390@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512202109.jBKL9jU8035390>