From owner-freebsd-current@FreeBSD.ORG Thu May 21 01:50:46 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0291065680 for ; Thu, 21 May 2009 01:50:46 +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 BEEEB8FC21 for ; Thu, 21 May 2009 01:50:45 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id B371EFF17 for ; Thu, 21 May 2009 13:50:41 +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 nB8m4ji2G+Z1 for ; Thu, 21 May 2009 13:50:37 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP for ; Thu, 21 May 2009 13:50:37 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id B98D311432; Thu, 21 May 2009 13:50:36 +1200 (NZST) Date: Wed, 20 May 2009 18:50:36 -0700 From: Andrew Thompson To: current@freebsd.org Message-ID: <20090521015036.GA27948@citylink.fud.org.nz> References: <200905210148.n4L1mgJV050522@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905210148.n4L1mgJV050522@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: svn commit: r192502 - in head: . sys/dev/usb sys/dev/usb/controller sys/dev/usb/input sys/dev/usb/misc sys/dev/usb/net sys/dev/usb/serial sys/dev/usb/storage sys/dev/usb/wlan X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 01:50:46 -0000 On Thu, May 21, 2009 at 01:48:42AM +0000, Andrew Thompson wrote: > Author: thompsa > Date: Thu May 21 01:48:42 2009 > New Revision: 192502 > URL: http://svn.freebsd.org/changeset/base/192502 > > Log: > Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. > > Submitted by: Hans Petter Selasky FYI, the temporary change in sysctl naming from the usb stack changeover has been reverted. Andrew