From owner-freebsd-current Thu Dec 19 9:32:57 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 6993037B404; Thu, 19 Dec 2002 09:32:56 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A911943EA9; Thu, 19 Dec 2002 09:32:55 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gBJHWpOM041337; Thu, 19 Dec 2002 09:32:51 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gBJHWpmB041336; Thu, 19 Dec 2002 09:32:51 -0800 (PST) (envelope-from dillon) Date: Thu, 19 Dec 2002 09:32:51 -0800 (PST) From: Matthew Dillon Message-Id: <200212191732.gBJHWpmB041336@apollo.backplane.com> To: Bernd Walter Cc: John Baldwin , freebsd-current@FreeBSD.ORG, Josef Karthauser , "Brian F. Feldman" , Bernd Walter Subject: Re: UMASS USB bug? (getting the Sony disk-on-key device working) References: <200212191032.gBJAWNj0039522@apollo.backplane.com> <20021219172844.GJ29286@cicely8.cicely.de> 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 :> > 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. : :-- :B.Walter COSMO-Project http://www.cosmo-project.de :ticso@cicely.de Usergroup info@cosmo-project.de I'll try to get the diskkey working on -current first (I now have it working on -stable), then I'll try removing the Quirk entry on both stable and current to see if it still works and post a followup. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message