From owner-freebsd-hardware@FreeBSD.ORG Wed May 23 22:43:33 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F9BE106564A for ; Wed, 23 May 2012 22:43:33 +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 BF9798FC15 for ; Wed, 23 May 2012 22:43:32 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 103323822; Thu, 24 May 2012 00:38:24 +0200 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Thu, 24 May 2012 00:37:38 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <7DC6B44D-74B8-4987-A0CC-44F551C181B2@3geeks.org> In-Reply-To: <7DC6B44D-74B8-4987-A0CC-44F551C181B2@3geeks.org> 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: <201205240037.38771.hselasky@c2i.net> Cc: Daniel Mayfield Subject: Re: JMS539 SuperSpeed -> SATA II bridge, Q77 chipset XHCI on 9-Stable X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 22:43:33 -0000 On Thursday 24 May 2012 00:24:53 Daniel Mayfield wrote: > I have a new Q77 chipset Core i5 machine with a J-Micron JMS539 based 4 > disk JBOD (Sans Digital TRU+4B) attached to the USB3 ports on the machine. > The device only shows up as HiSpeed (USB2.0) rather than SuperSpeed > (USB3.0). I've updated the firmware on the JBOD and there is no more > current firmware on the Q77 board (ASRock Q77M vPro). If I disable the > USB2 controllers, I can't even get FreeBSD to see the JBOD attaching. Any > ideas? > Hi, You might want to look at the Linux XHCI driver. They have some quirks to switch ports to USB 3.0 which we don't have in FreeBSD yet. This is typically done to not break legacy support with older OS'es. Also check settings in the BIOS. --HPS