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. -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
