Date: Tue, 30 Dec 2008 20:25:49 +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: r186612 - head/sys/i386/conf Message-ID: <200812302025.mBUKPnGZ004146@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812302025.mBUKPnGZ004146>