From owner-svn-src-head@FreeBSD.ORG Fri Apr 23 07:30:42 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED501065677; Fri, 23 Apr 2010 07:30:42 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5D0468FC1E; Fri, 23 Apr 2010 07:30:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 4D7B47BF31; Fri, 23 Apr 2010 19:30:40 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cFrIdZ76Wv3l; Fri, 23 Apr 2010 19:30:35 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 23 Apr 2010 19:30:35 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 39E8C11420; Fri, 23 Apr 2010 19:30:35 +1200 (NZST) Date: Fri, 23 Apr 2010 19:30:35 +1200 From: Andrew Thompson To: Marius Strobl Message-ID: <20100423073035.GA20337@citylink.fud.org.nz> References: <201004222131.o3MLVYj2097482@svn.freebsd.org> <20100423065116.GA59832@alchemy.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100423065116.GA59832@alchemy.franken.de> User-Agent: Mutt/1.5.17 (2007-11-01) 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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 07:30:42 -0000 On Fri, Apr 23, 2010 at 08:51:16AM +0200, Marius Strobl wrote: > 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? Well since it was enabled before I was just keeping status quo. Missing amd64 and pc98 was probably an oversight on my behalf. Andrew