From owner-freebsd-usb@FreeBSD.ORG Thu Sep 1 03:17:25 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C18B16A41F; Thu, 1 Sep 2005 03:17:25 +0000 (GMT) (envelope-from jonny@jonny.eng.br) Received: from coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEE443D49; Thu, 1 Sep 2005 03:17:24 +0000 (GMT) (envelope-from jonny@jonny.eng.br) Received: from localhost (localhost [127.0.0.1]) by coe.ufrj.br (Postfix) with ESMTP id 98BFB17005; Thu, 1 Sep 2005 00:17:22 -0300 (BRT) Received: from coe.ufrj.br ([146.164.53.65]) by localhost (roma.coe.ufrj.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24257-09; Thu, 1 Sep 2005 00:17:11 -0300 (BRT) Received: from [135.153.2.71] (201.20.201.118.corp.ajato.com.br [201.20.201.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by coe.ufrj.br (Postfix) with ESMTP id 1D02917004; Thu, 1 Sep 2005 00:16:55 -0300 (BRT) Message-ID: <4316729A.9010702@jonny.eng.br> Date: Thu, 01 Sep 2005 00:16:42 -0300 From: =?UTF-8?B?Sm/Do28gQ2FybG9zIE1lbmRlcyBMdcOtcw==?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Eygene A. Ryabinkin" References: <20050830092818.GD881@rea.mbslab.kiae.ru> <4314CBCE.7010405@jonny.eng.br> <20050831055026.GE1645@rea.mbslab.kiae.ru> In-Reply-To: <20050831055026.GE1645@rea.mbslab.kiae.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at coe.ufrj.br Cc: hackers@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Low umass performance with USB 2.0 ports 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: Thu, 01 Sep 2005 03:17:25 -0000 Eygene A. Ryabinkin wrote: >> I had exactly this problem with Kingston Data Traveler II+, and >>apparently completely solved it by adding a kludge to disallow Cache >>Syncronization. Try it yourself. > > And the kludge is? It's on my home machine, and I'm travelling now. But it's easy. Look at /sys/cam/scsi/scsi_da.c, look for the da_quirk_table array, and add the flag DA_Q_NO_SYNC_CACHE to your pen drive specs. There are lots of quirks for pen drives there, just copy one of then and edit the string identifiers.