From owner-freebsd-current@FreeBSD.ORG Fri Feb 10 08:10:19 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 74FA1106566C for ; Fri, 10 Feb 2012 08:10:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 099158FC1A for ; Fri, 10 Feb 2012 08:10:18 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.208.111] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 239173727; Fri, 10 Feb 2012 09:10:16 +0100 From: Hans Petter Selasky To: "Sam Fourman Jr." Date: Fri, 10 Feb 2012 09:08:24 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <201202100240.30401.hselasky@c2i.net> In-Reply-To: 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-15" Content-Transfer-Encoding: 7bit Message-Id: <201202100908.24184.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: USB3 and a Seagate FA GoFlex 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: Fri, 10 Feb 2012 08:10:19 -0000 On Friday 10 February 2012 07:53:16 Sam Fourman Jr. wrote: > UQ_MSC Try to add some of the quirks like this: usbconfig -d X.Y add_quirk UQ_MSC_XXX UQ_MSC_NO_INQUIRY UQ_MSC_NO_SYNC_CACHE Then replug your device. --HPS