svn commit: r186612 - head/sys/i386/conf
Rui Paulo
rpaulo at FreeBSD.org
Tue Dec 30 20:25:50 UTC 2008
Author: rpaulo
Date: Tue Dec 30 20:25:49 2008
New Revision: 186612
URL: http://svn.freebsd.org/changeset/base/186612
Log:
Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
compile).
Modified:
head/sys/i386/conf/USB2
Modified: head/sys/i386/conf/USB2
==============================================================================
--- head/sys/i386/conf/USB2 Tue Dec 30 20:16:33 2008 (r186611)
+++ head/sys/i386/conf/USB2 Tue Dec 30 20:25:49 2008 (r186612)
@@ -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
More information about the svn-src-all
mailing list