From owner-freebsd-usb@FreeBSD.ORG Fri Dec 2 20:47:01 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4EDE106564A for ; Fri, 2 Dec 2011 20:47:01 +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 406AA8FC0C for ; Fri, 2 Dec 2011 20:47:01 +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 mailfe08.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 212430164; Fri, 02 Dec 2011 21:46:59 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 2 Dec 2011 21:44:25 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20111202022550.GA78199@sandvine.com> In-Reply-To: <20111202022550.GA78199@sandvine.com> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112022144.25817.hselasky@c2i.net> Cc: Ed Maste Subject: Re: USB flash regression between 9.0-BETA1 and r227413 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: Fri, 02 Dec 2011 20:47:02 -0000 On Friday 02 December 2011 03:25:50 Ed Maste wrote: > After rebuilding and installing a new kernel from a couple of weeks ago > my embedded USB flash no longer works. > > Working kernel was: > FreeBSD 9.0-BETA1 #1 r225223M: Sat Aug 27 22:21:54 EDT 2011 Can you try to add the no-synchronize cache quirk for your device by using usbconfig? Obviously the manufacturer did not test all SCSI commands! --HPS