Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2009 04:48:47 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195633 - in head/sys: conf sun4v/conf
Message-ID:  <200907120448.n6C4mlxt072700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Sun Jul 12 04:48:47 2009
New Revision: 195633
URL: http://svn.freebsd.org/changeset/base/195633

Log:
  Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:
  1.  USB_VERBOSE is more consistent with USB_DEBUG,
  2.  sys/dev/usb/usb_device.c uses option USB_VERBOSE and
      not USBVERBOSE.
  
  POLA with the USBVERBOSE option as it's found in 7-STABLE
  has been considered but found insignificant in the face
  of the USB stack overhaul.
  
  Approved by:	re (kensmith)

Modified:
  head/sys/conf/options
  head/sys/sun4v/conf/GENERIC

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sun Jul 12 04:07:52 2009	(r195632)
+++ head/sys/conf/options	Sun Jul 12 04:48:47 2009	(r195633)
@@ -631,7 +631,7 @@ BUS_DEBUG		opt_bus.h
 
 # options for USB support
 USB_DEBUG		opt_usb.h
-USBVERBOSE		opt_usb.h
+USB_VERBOSE		opt_usb.h
 USB_EHCI_BIG_ENDIAN_DESC	opt_usb.h
 U3G_DEBUG		opt_u3g.h
 UKBD_DFLT_KEYMAP	opt_ukbd.h

Modified: head/sys/sun4v/conf/GENERIC
==============================================================================
--- head/sys/sun4v/conf/GENERIC	Sun Jul 12 04:07:52 2009	(r195632)
+++ head/sys/sun4v/conf/GENERIC	Sun Jul 12 04:48:47 2009	(r195633)
@@ -208,7 +208,7 @@ device		ums		# Mouse
 #options 	KTR
 #options 	KTR_MASK=(KTR_TRAP)
 #options 		USB_DEBUG
-#options 		USBVERBOSE
+#options 		USB_VERBOSE
 #options 		DEBUG_LOCKS
 #options 		DEBUG_VFS_LOCKS
 



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