From owner-svn-src-all@FreeBSD.ORG Sun Apr 5 19:09:03 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 647BF1065676; Sun, 5 Apr 2009 19:09:03 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9B48FC14; Sun, 5 Apr 2009 19:09:02 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n35J92FD029609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Apr 2009 12:09:02 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49D901CE.8030209@freebsd.org> Date: Sun, 05 Apr 2009 12:09:02 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Andrew Thompson References: <200904051820.n35IKn23027975@svn.freebsd.org> In-Reply-To: <200904051820.n35IKn23027975@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist 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: Sun, 05 Apr 2009 19:09:03 -0000 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. Sam