From owner-freebsd-current@FreeBSD.ORG Thu Jan 12 21:25:46 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7478D1065673 for ; Thu, 12 Jan 2012 21:25:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id F2BF48FC16 for ; Thu, 12 Jan 2012 21:25:45 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 226146806; Thu, 12 Jan 2012 22:25:43 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 12 Jan 2012 22:23:22 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20120112.151517.1348995565928342686.okuno.kohji@jp.panasonic.com> In-Reply-To: <20120112.151517.1348995565928342686.okuno.kohji@jp.panasonic.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?utf-8?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?utf-8?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201201122223.22122.hselasky@c2i.net> Cc: Kohji Okuno Subject: Re: Can you use a USB3.0 hub? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 21:25:46 -0000 On Thursday 12 January 2012 07:15:17 Kohji Okuno wrote: > Hi, >=20 > Can you use a USB3.0 hub? >=20 > I tried a USB3.0 hub (BUFFALO BSH4A04U3BK). > And I used 8-stable and PCI-E card (BUFFALO IFC-PCIE2U3) >=20 > The hub is for only japanese market. > The card is NEC=E2=80=99s 720200 chip > http://www.buffalotech.com/products/accessories/interface-card-adapters/u= sb > -30-pci-express-interface-card/ >=20 >=20 > The kernel could not recognize USB3.0 HDD that connected to this hub > as the following log. But, the kernel could reconize USB2.0 HDD that > connected to this hub. >=20 > Regards, > Kohji Okuno Hi, There is a problem with USB 3.0 HUBs, most likely something related to the= =20 XHCI route string or USB HUB set depth. I don't have a USB 3.0 analyzer, so I cannot find this out quickly. If you= =20 could help debug, would be great. Here is a patch which you can put on top = of=20 8/9- or 10- stable: http://svn.freebsd.org/changeset/base/230032 It fixes a few issues, but not all. =2D-HPS