svn commit: r186610 - head/sys/amd64/conf

Rui Paulo rpaulo at FreeBSD.org
Tue Dec 30 20:13:21 UTC 2008


Author: rpaulo
Date: Tue Dec 30 20:13:20 2008
New Revision: 186610
URL: http://svn.freebsd.org/changeset/base/186610

Log:
  Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
  compile).

Modified:
  head/sys/amd64/conf/USB2

Modified: head/sys/amd64/conf/USB2
==============================================================================
--- head/sys/amd64/conf/USB2	Tue Dec 30 19:48:03 2008	(r186609)
+++ head/sys/amd64/conf/USB2	Tue Dec 30 20:13:20 2008	(r186610)
@@ -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