Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2008 20:13:21 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186610 - head/sys/amd64/conf
Message-ID:  <200812302013.mBUKDLEv003827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812302013.mBUKDLEv003827>