From owner-freebsd-usb@FreeBSD.ORG Tue Mar 8 23:50:17 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3776B16A4CF; Tue, 8 Mar 2005 23:50:17 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEB5B43D54; Tue, 8 Mar 2005 23:50:16 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 970137A403; Tue, 8 Mar 2005 15:50:16 -0800 (PST) Message-ID: <422E3A38.4070205@elischer.org> Date: Tue, 08 Mar 2005 15:50:16 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en, hu MIME-Version: 1.0 To: noackjr@alumni.rice.edu References: <422DECB4.9010803@alumni.rice.edu> In-Reply-To: <422DECB4.9010803@alumni.rice.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: usb@freebsd.org cc: re@freebsd.org Subject: Re: USB MFC? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 23:50:17 -0000 It'd be really nice to do these, along with the uaudio MFCs but I just haven't had enough time. I may have some soon but it depends on re@ if we will be allowed to do them. Jon Noack wrote: > Are there plans to MFC recent USB updates before 5.4? I am most > interested in ehci.c revision 1.30, but noticed that there hasn't been > a lot of MFC action since January. > > I assume the vnode.h->uio.h change, serial.h addition, and the tty > stuff are for 6.x only. Excluding those, the following is a list of > changes to USB that haven't been MFC'd (I tried to be careful but I > may have missed some). > > ehci.c: > 1.27 Comment fix > 1.29 Endianness fix > 1.30 Make interrupt transfers actually work and enable split > transactions. This makes it possible to use USB1 devices on USB2 hubs. > > ehci_pci.c: > 1.15 Pass an explicit pointer to the bus structure instead of the softc. > 1.16 Use BUS_PROBE_DEFAULT in preference to 0. > > hid.c: > 1.25 Fix problem with some Logitech wireless mice. > > ohci.c: > 1.149 Simpler way to work out required scatter-gather segments. > 1.150 Correct comment and slight formatting changes. > 1.151 Fix KASSERT inversion introduced in 1.150. > > ohci_pci.c: > 1.41 Pass an explicit pointer to the bus structure instead of the softc. > > ubsa.c: > 1.16 Add support for the Vodafone Mobile Connect 3G datacard. > > ucycom.c (MFC driver as of 1.2?) > > uftdi.c: > 1.19 Add support for the B&B Electronics USB->RS422/485 adapter. > > umct.c: > 1.9 Use a taskqueue rather than an swi to handle deferred notifications. > > usb_quirks.c: > 1.40 Mismerged to RELENG_4 and RELENG_5. > > usb_subr.c: > 1.75 Include opt_usb.h to pick up USBVERBOSE. > > usbdevs: > Lots... > > Regards, > Jon > _______________________________________________ > 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"