From owner-freebsd-current@FreeBSD.ORG Thu Apr 9 12:43:39 2009 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 87E61106566B for ; Thu, 9 Apr 2009 12:43:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 197628FC12 for ; Thu, 9 Apr 2009 12:43:38 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=GaqdJNGrc_AA:10 a=SrBfT0q6AdcA:10 a=8kQB0OdkAAAA:8 a=DlKeFX5cSuG5S0J0DS0A:9 a=Ut79yXpOZNVMIFxYPBAA:7 a=dov5iNpq6hS0zbhC5Xzjuy-fIl0A:4 a=LY0hPdMaydYA:10 a=9aOQ2cSd83gA:10 Received: from [193.217.167.6] (account mc467741@c2i.net HELO [10.0.0.188]) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1221204744; Thu, 09 Apr 2009 14:43:37 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 9 Apr 2009 14:46:07 +0200 User-Agent: KMail/1.9.7 References: <747dc8f30904071139j32b55e2pf0fcd07a51c260a2@mail.gmail.com> <200904082247.18866.hselasky@c2i.net> <747dc8f30904090431nc7c8b4cx5be4a5f4023af2af@mail.gmail.com> In-Reply-To: <747dc8f30904090431nc7c8b4cx5be4a5f4023af2af@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200904091446.08486.hselasky@c2i.net> Cc: Renato Botelho Subject: Re: new usb: mass storage error, Synchronize cache failed 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, 09 Apr 2009 12:43:40 -0000 On Thursday 09 April 2009, Renato Botelho wrote: > On Wed, Apr 8, 2009 at 5:47 PM, Hans Petter Selasky =20 wrote: > > On Wednesday 08 April 2009, Renato Botelho wrote: > >> umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 > > > > umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 > > > > If the quirks print is still zero, then your patch is not correct, or y= ou > > have not recompiled and installed the patched files! > > Sorry, my fault, I made a mistake on product ID, but it still doesn't > work, here is the new dmesg: > > ugen1.2: at usbus1 > umass0: on usbus1 > umass0: SCSI over Bulk-Only; quirks =3D 0x4000 > umass0:0:0:-1: Attached to scbus0 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 982MB (2012160 512 byte sectors: 64H 32S/T 982C) > da1 at umass-sim0 bus 0 target 0 lun 1 > da1: Removable Direct Access SCSI-0 device > da1: 1.000MB/s transfers > da1: 1MB (3668 512 byte sectors: 64H 32S/T 1C) > GEOM: da0: partition 1 does not start on a track boundary. > GEOM: da0: partition 1 does not end on a track boundary. > ugen1.2: at usbus1 (disconnected) > umass0: at uhub1, port 1, addr 2 (disconnected) > (da1:umass-sim0:0:0:1): Synchronize cache failed, status =3D=3D 0x3f, scsi > status =3D=3D 0x0 > (da0:umass-sim0:0:0:0): lost device > (da0:umass-sim0:0:0:0): removing device entry > (da1:umass-sim0:0:0:1): lost device > (da1:umass-sim0:0:0:1): removing device entry Try adding more of the possible quirks. =2D-HPS