From owner-freebsd-usb@FreeBSD.ORG Wed Dec 12 12:51:58 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA992EFD for ; Wed, 12 Dec 2012 12:51:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5008FC14 for ; Wed, 12 Dec 2012 12:51:57 +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 mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 355680091; Wed, 12 Dec 2012 13:51:50 +0100 From: Hans Petter Selasky To: Mike Tancsa Subject: Re: USB3 SATA enclosure Date: Wed, 12 Dec 2012 13:53:27 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <50C65439.8010408@sentex.net> <201212120854.39948.hselasky@c2i.net> <50C87C2B.4070303@sentex.net> In-Reply-To: <50C87C2B.4070303@sentex.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212121353.27372.hselasky@c2i.net> 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: Wed, 12 Dec 2012 12:51:58 -0000 On Wednesday 12 December 2012 13:44:27 Mike Tancsa wrote: > On 12/12/2012 2:54 AM, Hans Petter Selasky wrote: > >>> Try to tune these up, one by one. > >> > >> I doubled them all, and still only > >> > >> 0(cage)# usbconfig > >> ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH > >> (480Mbps) pwr=SAVE > >> ugen1.1: at usbus1, cfg=0 md=HOST spd=SUPER > >> (5.0Gbps) pwr=SAVE > >> ugen0.3: at usbus0, cfg=0 md=HOST > >> spd=HIGH (480Mbps) pwr=ON > > > > Have you tried a 10-current kernel after r243780? > > Not me. I am running just RELENG_9 from a few days ago. Hi, There are some patches for the XHCI I want to backport to 9-stable, but they are not ready yet, due to depending patches and testing. Do you have the possibility to install a 10-current kernel and see if the device is detected correctly during enumeration. Then boot kernel.old and install a 9-stable kernel again? --HPS