From owner-freebsd-usb@FreeBSD.ORG Sun Feb 1 03:36:41 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F03D810656E4; Sun, 1 Feb 2009 03:36:41 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id DD1B78FC13; Sun, 1 Feb 2009 03:36:41 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A2C8C1A3C39; Sat, 31 Jan 2009 19:36:41 -0800 (PST) Date: Sat, 31 Jan 2009 19:36:41 -0800 From: Alfred Perlstein To: "M. Warner Losh" Message-ID: <20090201033641.GG65558@elvis.mu.org> References: <20090131231957.GB31825@citylink.fud.org.nz> <20090201030628.GE65558@elvis.mu.org> <20090131.203127.-697376386.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090131.203127.-697376386.imp@bsdimp.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-usb@freebsd.org, thompsa@freebsd.org Subject: Re: USB2 patches X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 03:36:42 -0000 * M. Warner Losh [090131 19:33] wrote: > In message: <20090201030628.GE65558@elvis.mu.org> > Alfred Perlstein writes: > : I'll defer to Hans if he feels confident or not about this. > > These changes all look good to me.... > > : For what it's worth, we're about to switch GENERIC to use > : usb4bsd. > > Moving files or just changing names... Changing the default kernel configs only. A few/several weeks later we will rename over the old if all goes well. -Alfred > > Warner > > : -Alfred > : > : * Andrew Thompson [090131 15:20] wrote: > : > Hi, > : > > : > > : > I have several patches in my svn user branch that I would like to see > : > committed to HEAD. Some of these change the usb2 core code so I am > : > interested in feedback or shootdowns. I am right behind the change to > : > USB2 and this is an effort to help. > : > > : > The patch can be found here, > : > http://people.freebsd.org/~thompsa/usb_head1.diff > : > 73 files changed, 9229 insertions(+), 13261 deletions(-) > : > > : > but its rather large so it may be easier to look at the various changes > : > via the svn web interface. > : > > : > http://svn.freebsd.org/viewvc/base/user/thompsa/usb/ > : > > : > > : > r187750 > : > http://svn.freebsd.org/viewvc/base?view=revision&revision=187750 > : > > : > Change over to using taskqueue(9) instead of hand rolled threads and > : > the config_td system. This removes the config_td code and makes the > : > API much simpler to use. > : > > : > r187751, r187752, r187753, r187754, r187755, r187756 > : > http://svn.freebsd.org/viewvc/base?view=revision&revision=187751 > : > > : > Change over to usb2_proc w/ taskqueues for the usb2/ethernet, > : > usb2/serial and usb2/wlan code. > : > > : > r187965 > : > http://svn.freebsd.org/viewvc/base?view=revision&revision=187965 > : > > : > Move most of the ifnet logic into the usb2_ethernet module, this includes, > : > - make all usb ethernet interfaces named ue%d > : > - handle all threading in usb2_ethernet > : > - provide default ioctl handler > : > - handle mbuf rx > : > - provide locked callbacks for init,start,stop,etc > : > > : > The drivers are not much more than data pushers now. > : > > : > > : > regards, > : > Andrew > : > : -- > : - Alfred Perlstein > : _______________________________________________ > : freebsd-usb@freebsd.org mailing list > : http://lists.freebsd.org/mailman/listinfo/freebsd-usb > : To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" > : > : -- - Alfred Perlstein