aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mly
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-12-11 18:28:31 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-12-11 18:28:31 +0000
commitb3d93fd0c96f430027eae8ba39f975341cec1648 (patch)
tree8e1063584c4903665e04ea4b15813ec05a600d3a /sys/dev/mly
parent6b037352d05a6d46319eced39989aebbbfe3e89a (diff)
Notes
Diffstat (limited to 'sys/dev/mly')
-rw-r--r--sys/dev/mly/mly.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c
index 19ece614c76f..72c80804eca5 100644
--- a/sys/dev/mly/mly.c
+++ b/sys/dev/mly/mly.c
@@ -147,6 +147,8 @@ static driver_t mly_pci_driver = {
static devclass_t mly_devclass;
DRIVER_MODULE(mly, pci, mly_pci_driver, mly_devclass, 0, 0);
+MODULE_DEPEND(mly, pci, 1, 1, 1);
+MODULE_DEPEND(mly, cam, 1, 1, 1);
static struct cdevsw mly_cdevsw = {
.d_version = D_VERSION,