From owner-svn-src-all@FreeBSD.ORG Mon Apr 6 00:25:16 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 D41C0106566C; Mon, 6 Apr 2009 00:25:16 +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 936AA8FC15; Mon, 6 Apr 2009 00:25:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id EF7ACFF2D; Mon, 6 Apr 2009 12:25:15 +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 Ewza-HWVPtQS; Mon, 6 Apr 2009 12:25:12 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 6 Apr 2009 12:25:12 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id A72571142F; Mon, 6 Apr 2009 12:25:12 +1200 (NZST) Date: Sun, 5 Apr 2009 17:25:12 -0700 From: Andrew Thompson To: Sam Leffler Message-ID: <20090406002512.GE52408@citylink.fud.org.nz> References: <200904051820.n35IKn23027975@svn.freebsd.org> <49D901CE.8030209@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49D901CE.8030209@freebsd.org> 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: r190735 - in head/sys/dev/usb: . controller 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: Mon, 06 Apr 2009 00:25:17 -0000 On Sun, Apr 05, 2009 at 12:09:02PM -0700, Sam Leffler wrote: > Andrew Thompson wrote: >> Author: thompsa >> Date: Sun Apr 5 18:20:49 2009 >> New Revision: 190735 >> URL: http://svn.freebsd.org/changeset/base/190735 >> >> Log: >> MFp4 //depot/projects/usb@159922 >> Refactor how we interface with the root HUB. This cuts around 1200 >> lines of >> code totally and saves one thread per USB bus. >> Submitted by: Hans Petter Selasky >> >> >> > This comment does not describe the new scheme for interfacing with the root > HUB. Please include an explanation. My bad, this got caught up in the sync. I have forced a new commit log. Andrew