From owner-freebsd-usb@FreeBSD.ORG Fri Jan 4 22:05:30 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A10AD72E for ; Fri, 4 Jan 2013 22:05:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 372C6B34 for ; Fri, 4 Jan 2013 22:05:29 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 190751651; Fri, 04 Jan 2013 23:00:21 +0100 From: Hans Petter Selasky To: Eitan Adler Subject: Re: regression: if_rue device doesn't attach on HEAD Date: Fri, 4 Jan 2013 23:01:56 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201301042241.15044.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 22:05:30 -0000 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. > > 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 --HPS