aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-06-23 04:34:38 +0000
committerWarner Losh <imp@FreeBSD.org>2007-06-23 04:34:38 +0000
commit02fb1cf4b9adc4bb48ece964d964d559ee664ec7 (patch)
tree234c2a198f98715482e529864b473bf018ec2497
parentfbd57cc069ee3916765d2ab595e41f3a64d777d4 (diff)
Notes
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c2
-rw-r--r--sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index e2640faa14936..c2dec1afb8b79 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -228,6 +228,8 @@ static struct ng_type typestruct = {
DRIVER_MODULE(ubt, uhub, ubt_driver, ubt_devclass, ubt_modevent, 0);
MODULE_VERSION(ng_ubt, NG_BLUETOOTH_VERSION);
MODULE_DEPEND(ng_ubt, netgraph, NG_ABI_VERSION, NG_ABI_VERSION, NG_ABI_VERSION);
+MODULE_DEPEND(ubt, usb, 1, 1, 1);
+
/****************************************************************************
****************************************************************************
diff --git a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
index 570344f788ec8..8db419a21ad0a 100644
--- a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
+++ b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
@@ -131,6 +131,8 @@ static driver_t ubtbcmfw_driver = {
};
static devclass_t ubtbcmfw_devclass;
+
+MODULE_DEPEND(ubtbcmfw, usb, 1, 1, 1);
DRIVER_MODULE(ubtbcmfw, uhub, ubtbcmfw_driver, ubtbcmfw_devclass,
usbd_driver_load, 0);