From owner-freebsd-current Thu Dec 19 9:49:33 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BFA37B401 for ; Thu, 19 Dec 2002 09:49:32 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E33543ED4 for ; Thu, 19 Dec 2002 09:49:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 17443 invoked from network); 19 Dec 2002 17:49:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Dec 2002 17:49:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gBJHnHUT018929; Thu, 19 Dec 2002 12:49:19 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021219172844.GJ29286@cicely8.cicely.de> Date: Thu, 19 Dec 2002 12:49:16 -0500 (EST) From: John Baldwin To: Bernd Walter Subject: Re: UMASS USB bug? (getting the Sony disk-on-key device working) Cc: "Brian F. Feldman" , Josef Karthauser , freebsd-current@FreeBSD.org, Matthew Dillon Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-Dec-2002 Bernd Walter wrote: > On Thu, Dec 19, 2002 at 12:24:09PM -0500, John Baldwin wrote: >> >> On 19-Dec-2002 Matthew Dillon wrote: >> > It took a hellofalong time pulling my hair out trying to figure out >> > why the Sony disk-on-key I just bought didn't work. >> > >> > First I added a Quirk entry for the standard 6-byte problem, but it >> > didn't solve the problem. >> >> You don't need the 6-byte quirk entries anymore. The umass(4) driver >> automatically handles 6-byte commands (converting them to 10-byte commands) >> and has done so for a while now. You should at least try removing the >> 6 byte quirk for now. > > I tought this too and it's true for many devices, but the umass device > gets an invalid command first and the umass driver is required to > handle that failure in a special way for some devices. Eh? For ATAPI and UFM devices we never send a 6 byte command to the device that can fail, only 10 byte commands. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message