diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-07-12 04:48:47 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-07-12 04:48:47 +0000 |
| commit | 31d22003dd8cca7f7cf1db14182fb0d0f523d301 (patch) | |
| tree | a6c93c7254449c8956613d008b7ceda475539be0 /sys | |
| parent | f136543e41b69fa5299bb94a702c592b41c4818a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/options | 2 | ||||
| -rw-r--r-- | sys/sun4v/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index f905d6fce061..fcf76b5bc98a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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 diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index e1a86f6d538f..ea72139d0a95 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -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 |
