svn commit: r195633 - in head/sys: conf sun4v/conf
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jul 12 04:48:48 UTC 2009
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
More information about the svn-src-head
mailing list