summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 23:12:01 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 23:12:01 +0000
commitb285defec41270ca13e511d319e2cc8e0296f630 (patch)
tree7832ae5c76ab130dc497e284cd204a46f33b6824
parentceb08f5693fc0b213373175724799578bb3af5a0 (diff)
downloadFreeBSD-src-b285defec41270ca13e511d319e2cc8e0296f630.zip
FreeBSD-src-b285defec41270ca13e511d319e2cc8e0296f630.tar.gz
Use the correct config names for the netgraph bluetooth modules.
-rw-r--r--sys/conf/files8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1b4a6af..aeb5fd5 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1626,8 +1626,8 @@ dev/usb/serial/usb_serial.c optional ucom | \
#
# USB bluetooth drivers
#
-dev/usb/bluetooth/ng_ubt.c optional ubt
-dev/usb/bluetooth/ubtbcmfw.c optional ubtbcmfw
+dev/usb/bluetooth/ng_ubt.c optional netgraph_bluetooth_ubt usb
+dev/usb/bluetooth/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw usb
#
# USB misc drivers
#
@@ -2243,8 +2243,8 @@ netgraph/atm/uni/ng_uni.c optional ngatm_uni \
netgraph/bluetooth/common/ng_bluetooth.c optional netgraph_bluetooth
netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph_bluetooth_bt3c
netgraph/bluetooth/drivers/h4/ng_h4.c optional netgraph_bluetooth_h4
-netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt
-netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw
+netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt ousb
+netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw ousb
netgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci
netgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci
netgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci
OpenPOWER on IntegriCloud