From owner-freebsd-usb@FreeBSD.ORG Sat Mar 10 19:39:35 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 2B373106566C for ; Sat, 10 Mar 2012 19:39:35 +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 A3FDC8FC1D for ; Sat, 10 Mar 2012 19:39:34 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 248796937; Sat, 10 Mar 2012 20:39:32 +0100 From: Hans Petter Selasky To: "Julian H. Stacey" Date: Sat, 10 Mar 2012 20:37:58 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201203101933.q2AJXGfd025146@fire.js.berklix.net> In-Reply-To: <201203101933.q2AJXGfd025146@fire.js.berklix.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201203102037.58043.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: ICY BOX Sata USB box runs ar 1M instead of 40M+ X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2012 19:39:35 -0000 On Saturday 10 March 2012 20:33:16 Julian H. Stacey wrote: > usbconfig dump_quirk_names | more > shows nothing I might think of as "Force this to USB-2 high speed. Hi Julian, There is no such quirk. You can only do the opposite: sysctl -a hw.usb.ehci.no_hs The EHCI port reset code is found here: /sys/dev/usb/controller/ehci.c Look for "ehci_disown()". Maybe we need to reset the port multiple times before giving up High-Speed USB ? --HPS