umass device support...how generic is it?

Mark Atkinson atkin901 at yahoo.com
Wed Jun 11 09:29:16 PDT 2003


I also get this with my sony clie'.  I'm interesting in other quirks to 
try (see more details below).

Doug White wrote:
>>umass0: Sony Sony PEG Mass Storage, rev 1.10/1.00, addr 2
>>(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0
>>(probe0:umass-sim0:0:0:0): NOT READY asc:3a,0
>>(probe0:umass-sim0:0:0:0): Medium not present
>>umass0: at uhub0 port 1 (addr 2) disconnected
>>umass0: detached

I added this section to scsi_da.c in /usr/src/sys/cam/scsi_da.c

{
/*
  * Sony Peg
  */
  {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony PEG*", "*"},
   /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},

for my 4.8-RELEASE source of /usr/sys.

rebuilt, install, reboot, and got the same error.

'usbdevs -v' will work on the initial plug in.  BUT  if you
remove the clie, and replug it in later, 'usbdevs -v' will
freeze (unkillable, unzombieable) while accessing the device.
The same behavior applies to 'camcontrol reset 0'

if you run 'camcontrol reset 0' after the initial plug-in you
get the following:
/kernel: umass0: CBI reset failed, TIMEOUT
/kernel: umass0: CBI bulk-in stall clear failed, TIMEOUT
/kernel: umass0: CBI bulk-out stall clear failed, TIMEOUT
/kernel: umass0: CBI reset failed, TIMEOUT
/kernel: umass0: CBI bulk-in stall clear failed, TIMEOUT
/kernel: umass0: CBI bulk-out stall clear failed, TIMEOUT

---
Mark
atkin901 at NOSPAM yahoo dot com
(!wired)?(coffee++):(wired);




More information about the freebsd-stable mailing list