summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-12-30 20:13:20 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-12-30 20:13:20 +0000
commit114967dedd97fa67f9ead468328d574f3fbc6cb3 (patch)
tree70882d33e740bec68df298e002d71b44b544d381 /sys
parent96037be8997a092e53b1d86870f5c2ba02451ecc (diff)
downloadFreeBSD-src-114967dedd97fa67f9ead468328d574f3fbc6cb3.zip
FreeBSD-src-114967dedd97fa67f9ead468328d574f3fbc6cb3.tar.gz
Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
compile).
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/USB26
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/conf/USB2 b/sys/amd64/conf/USB2
index 5ffc9c0..3446d71 100644
--- a/sys/amd64/conf/USB2
+++ b/sys/amd64/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