From owner-svn-src-all@FreeBSD.ORG Fri Apr 23 06:51:19 2010 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 69B481065670; Fri, 23 Apr 2010 06:51:19 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id EA5068FC0A; Fri, 23 Apr 2010 06:51:18 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id o3N6pGWD091720; Fri, 23 Apr 2010 08:51:17 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id o3N6pGTU091719; Fri, 23 Apr 2010 08:51:16 +0200 (CEST) (envelope-from marius) Date: Fri, 23 Apr 2010 08:51:16 +0200 From: Marius Strobl To: Andrew Thompson Message-ID: <20100423065116.GA59832@alchemy.franken.de> References: <201004222131.o3MLVYj2097482@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004222131.o3MLVYj2097482@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/con... 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: Fri, 23 Apr 2010 06:51:19 -0000 On Thu, Apr 22, 2010 at 09:31:34PM +0000, Andrew Thompson wrote: > Author: thompsa > Date: Thu Apr 22 21:31:34 2010 > New Revision: 207077 > URL: http://svn.freebsd.org/changeset/base/207077 > > Log: > Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had > the illusion of a tunable setting but was always turned on regardless. > What's the rationale behind enabling it in all configuration files except those of amd64 and pc98? Marius