Re: regression: if_rue device doesn't attach on HEAD

2013-01-06 Thread Hans Petter Selasky
On Sunday 06 January 2013 19:00:03 Eitan Adler wrote:
> On 6 January 2013 03:52, Hans Petter Selasky  wrote:
> > Could you do a diff between 9.1 and 9-stable sources and see what is
> > changed? Might be some BIOS/ACPI stuff too.
> 
> I havn't had a chance to go much beyond this but
> 
> - 9.1-RELEASE is known to be working (this is r243808, right?)
> - r245084 is broken
> - r26 is broken
> - r244127 is broken
> - r243968 is broken

Hi,

>From what I can see from the SVN log, there has been no relevant changes in 
the USB core since r242xxx:

http://svnweb.freebsd.org/base/stable/9/sys/dev/usb/

I suspect the problem is somewhere else, like PCI/BIOS/ACPI.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: regression: if_rue device doesn't attach on HEAD

2013-01-06 Thread Eitan Adler
On 6 January 2013 03:52, Hans Petter Selasky  wrote:
> Could you do a diff between 9.1 and 9-stable sources and see what is changed?
> Might be some BIOS/ACPI stuff too.

I havn't had a chance to go much beyond this but

- 9.1-RELEASE is known to be working (this is r243808, right?)
- r245084 is broken
- r26 is broken
- r244127 is broken
- r243968 is broken


-- 
Eitan Adler
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: regression: if_rue device doesn't attach on HEAD

2013-01-06 Thread Hans Petter Selasky
On Sunday 06 January 2013 02:36:38 Eitan Adler wrote:
> On 4 January 2013 17:01, Hans Petter Selasky  wrote:
> > On Friday 04 January 2013 22:50:38 Eitan Adler wrote:
> >> On 4 January 2013 16:41, Hans Petter Selasky  wrote:
> >> > This typically means set address failed, which in the XHCI is done in
> >> > "HW". I'll look into if I find some time. Not sure what we can do
> >> > about it.
> > 
> > Hi,
> > 
> >> As I mentioned - it works in 9.1 so *something* regressed.
> > 
> > The only which I can think of which caused this is the recently added
> > ETRON patches. You can look in the xhci.c revision history and revert
> > from the top? There aren't that many patches made in that area.
> 
> I tested in stable/9 and it is broken in stable too.  This does not
> have the relevant patch applied I think.
> 
> >> > You can try set first set config 255 and the config 0 on the parent
> >> > HUB of this device using usbconfig.
> >> 
> >> I'm not sure what you mean here.  What command should I run?
> > 
> > usbconfig -d X.1 set_config 255
> > usbconfig -d X.1 set_config 0
> 
> done. It did not help.

Could you do a diff between 9.1 and 9-stable sources and see what is changed? 
Might be some BIOS/ACPI stuff too.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"