summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-12-30 20:25:49 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-12-30 20:25:49 +0000
commit4dec0c145122cfd74ff4dd58cebe3f6c5d349e71 (patch)
treecaeb3c5b27927d6cd15278e3297fe2dfaed934de /sys
parent48216e44a59708906b99eb94e0e7e2f0b9478ff2 (diff)
downloadFreeBSD-src-4dec0c145122cfd74ff4dd58cebe3f6c5d349e71.zip
FreeBSD-src-4dec0c145122cfd74ff4dd58cebe3f6c5d349e71.tar.gz
Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
compile).
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/USB26
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/USB2 b/sys/i386/conf/USB2
index 2b023ec..178da91 100644
--- a/sys/i386/conf/USB2
+++ b/sys/i386/conf/USB2
@@ -97,8 +97,8 @@ device usb2_serial_visor
device usb2_serial_vscom
# USB bluetooth support
-device usb2_bluetooth
-device usb2_bluetooth_ng
+#device usb2_bluetooth
+#device usb2_bluetooth_ng
# USB input device support
device usb2_input
@@ -107,4 +107,4 @@ device usb2_input_kbd
device usb2_input_ms
# USB sound and MIDI device support
-device usb2_sound
+#device usb2_sound
OpenPOWER on IntegriCloud