Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Andriy Gapon
on 18/05/2011 14:32 Garrett Cooper said the following: > On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky > wrote: >> Looks like you missed ng_ubt.c. Just do a "grep -r" for the replaced fields. I thought I did, but... Thank you for the report. > The patch I sent offline to you guys was

Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Garrett Cooper
On Wed, May 18, 2011 at 4:20 AM, Hans Petter Selasky wrote: > On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote: >> Author: avg >> Date: Wed May 18 07:40:12 2011 >> New Revision: 222051 >> URL: http://svn.freebsd.org/changeset/base/222051 >> >> Log: >>   usb: change to one-pass probing of devic

Re: svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Hans Petter Selasky
On Wednesday 18 May 2011 09:40:12 Andriy Gapon wrote: > Author: avg > Date: Wed May 18 07:40:12 2011 > New Revision: 222051 > URL: http://svn.freebsd.org/changeset/base/222051 > > Log: > usb: change to one-pass probing of device drivers > > This brings USB bus more in line with how newbus is

svn commit: r222051 - in head/sys/dev: sound/usb usb usb/input usb/storage

2011-05-18 Thread Andriy Gapon
Author: avg Date: Wed May 18 07:40:12 2011 New Revision: 222051 URL: http://svn.freebsd.org/changeset/base/222051 Log: usb: change to one-pass probing of device drivers This brings USB bus more in line with how newbus is supposed to be used. Also, because of the two-pass probing the follo