Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 08:45:28 -0700
From:      Mark Atkinson <atkin901@yahoo.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: umass device support...how generic is it?
Message-ID:  <bc7ilt$6ep$1@main.gmane.org>
In-Reply-To: <20030606201658.U3493@carver.gumbysoft.com>
References:  <20030605194549.GD7355@tuatara.fishballoon.org> <20030606191915.E794BC5303@aurora.peterson.ath.cx> <20030606201658.U3493@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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);




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc7ilt$6ep$1>