Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2009 22:56:03 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188961 - head/sys/conf
Message-ID:  <200902232256.n1NMu3oK041935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Mon Feb 23 22:56:03 2009
New Revision: 188961
URL: http://svn.freebsd.org/changeset/base/188961

Log:
  - comment out slhci in NOTES for the moment
  - rearrange the ucom entry so its recognised by config(8)

Modified:
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Feb 23 22:49:43 2009	(r188960)
+++ head/sys/conf/NOTES	Mon Feb 23 22:56:03 2009	(r188961)
@@ -2402,7 +2402,7 @@ device		ohci
 # EHCI controller
 device		ehci
 # SL811 Controller
-device 		slhci
+#device 		slhci
 # General USB code (mandatory for USB)
 device		usb
 #

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Feb 23 22:49:43 2009	(r188960)
+++ head/sys/conf/files	Mon Feb 23 22:56:03 2009	(r188961)
@@ -1621,8 +1621,8 @@ dev/usb/serial/uplcom.c		optional uplcom
 dev/usb/serial/uslcom.c		optional uslcom
 dev/usb/serial/uvisor.c		optional uvisor
 dev/usb/serial/uvscom.c		optional uvscom
-dev/usb/serial/usb_serial.c \
-	optional (ucom | u3g | uark | ubsa | ubser | uchcom | ucycom | ufoma | uftdi | ugensa | uipaq | ulpt | umct | umodem | umoscom | uplcom | uslcom | uvisor | uvscom)
+dev/usb/serial/usb_serial.c 	optional ucom | \
+	(u3g | uark | ubsa | ubser | uchcom | ucycom | ufoma | uftdi | ugensa | uipaq | ulpt | umct | umodem | umoscom | uplcom | uslcom | uvisor | uvscom)
 #
 # USB bluetooth drivers
 #



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