diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-12-11 18:28:31 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-12-11 18:28:31 +0000 |
commit | 57868567eab9b2c0860f69491444a7efdca4b1f6 (patch) | |
tree | 8e1063584c4903665e04ea4b15813ec05a600d3a /sys/dev/ahb | |
parent | 4ac57a46dba275489c3ff518c0ab347870d59644 (diff) | |
download | FreeBSD-src-57868567eab9b2c0860f69491444a7efdca4b1f6.zip FreeBSD-src-57868567eab9b2c0860f69491444a7efdca4b1f6.tar.gz |
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
PR: 106543
MFC after: 3 days
Diffstat (limited to 'sys/dev/ahb')
-rw-r--r-- | sys/dev/ahb/ahb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index 7381031..4455886 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -1366,3 +1366,5 @@ static driver_t ahb_eisa_driver = { static devclass_t ahb_devclass; DRIVER_MODULE(ahb, eisa, ahb_eisa_driver, ahb_devclass, 0, 0); +MODULE_DEPEND(ahb, eisa, 1, 1, 1); +MODULE_DEPEND(ahb, cam, 1, 1, 1); |