diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-11 18:28:31 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-11 18:28:31 +0000 |
| commit | b3d93fd0c96f430027eae8ba39f975341cec1648 (patch) | |
| tree | 8e1063584c4903665e04ea4b15813ec05a600d3a /sys/dev/ahb | |
| parent | 6b037352d05a6d46319eced39989aebbbfe3e89a (diff) | |
Notes
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 738103185869..4455886b373f 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); |
