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)
This commit is contained in:
Marcel Moolenaar 2009-07-12 04:48:47 +00:00
parent f136543e41
commit 31d22003dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195633
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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