From owner-svn-src-all@FreeBSD.ORG Sun Jul 12 04:48:47 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF39A106564A; Sun, 12 Jul 2009 04:48:47 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD4748FC18; Sun, 12 Jul 2009 04:48:47 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6C4mlIp072703; Sun, 12 Jul 2009 04:48:47 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6C4mlxt072700; Sun, 12 Jul 2009 04:48:47 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <200907120448.n6C4mlxt072700@svn.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 Jul 2009 04:48:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195633 - in head/sys: conf sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 04:48:48 -0000 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