svn commit: r200222 - stable/8/sys/conf

John Baldwin jhb at FreeBSD.org
Mon Dec 7 09:18:53 PST 2009


Author: jhb
Date: Mon Dec  7 17:18:52 2009
New Revision: 200222
URL: http://svn.freebsd.org/changeset/base/200222

Log:
  MFC 199974:
  Remove extra parantheses from usb_ethernet.c and usb_serial.c lines.
  config(8) doesn't parse parantheses and instead treated them as being
  part of the device driver name (e.g. '(u3g' vs 'u3g').  While here, fix the
  style of these long lines to match the wrapping used for other long lines
  in this file.

Modified:
  stable/8/sys/conf/files
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/conf/files
==============================================================================
--- stable/8/sys/conf/files	Mon Dec  7 17:15:36 2009	(r200221)
+++ stable/8/sys/conf/files	Mon Dec  7 17:18:52 2009	(r200222)
@@ -1624,8 +1624,8 @@ dev/usb/net/if_cue.c		optional cue
 dev/usb/net/if_kue.c		optional kue
 dev/usb/net/if_rue.c		optional rue
 dev/usb/net/if_udav.c		optional udav
-dev/usb/net/usb_ethernet.c \
-	optional (aue | axe | cdce | cue | kue | rue | udav)
+dev/usb/net/usb_ethernet.c	optional aue | axe | cdce | cue | kue | rue | \
+					 udav
 #
 # USB WLAN drivers
 #
@@ -1656,8 +1656,11 @@ 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 misc drivers
 #


More information about the svn-src-stable mailing list