From owner-cvs-src-old@FreeBSD.ORG Sun Jul 12 04:49:26 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC24106568C for ; Sun, 12 Jul 2009 04:49:26 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 699858FC08 for ; Sun, 12 Jul 2009 04:49:26 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6C4nQhY036678 for ; Sun, 12 Jul 2009 04:49:26 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6C4nQNW036677 for cvs-src-old@freebsd.org; Sun, 12 Jul 2009 04:49:26 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <200907120449.n6C4nQNW036677@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sun, 12 Jul 2009 04:48:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 04:49:26 -0000 marcel 2009-07-12 04:48:47 UTC FreeBSD src repository Modified files: sys/conf options sys/sun4v/conf GENERIC Log: SVN rev 195633 on 2009-07-12 04:48:47Z by marcel 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) Revision Changes Path 1.686 +1 -1 src/sys/conf/options 1.31 +1 -1 src/sys/sun4v/conf/GENERIC