cvs commit: src/sys/dev/pci pci.c pci_pci.c
Warner Losh
imp at FreeBSD.org
Thu Apr 28 23:22:42 PDT 2005
imp 2005-04-29 06:22:41 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c pci_pci.c
Log:
Add a detach for pci bridge and pci bus drivers. This allows one to
theoretically unload pci bridges or pci drivers. It will also allow
detach to work if one needed to detach a subtree.
This is inspired by looking at the p4 commits from bms to his 5.4
tree, but I didn't look at the final results.
Revision Changes Path
1.289 +1 -0 src/sys/dev/pci/pci.c
1.37 +1 -0 src/sys/dev/pci/pci_pci.c
More information about the cvs-src
mailing list