umass0 problems, with Sony USB Memory Stick

Melvyn Sopacua freebsd-stable at webteckies.org
Fri Aug 22 12:50:22 PDT 2003


On Friday 22 August 2003 18:54, Nate Lawson wrote:

> On Fri, 15 Aug 2003, Melvyn Sopacua wrote:
> > I'm installing a laptop for a friend of mine, and while most things work,
> > the Sony memory stick does not.
> >
> > With respect to the HEADS UP of August 7th, I've also re-enabled the 2
> > Sony memory sticks quirks, in sys/cam/scsi/da_scsi.c.
> > The symptoms also apply to 4.8-RELEASE:
> > umass0: Sony USB Memory Stick Slot, rev 1.10/1.80, addr 2
> > ...
> > umass0: CBI reset failed, TIMEOUT
> > umass0: CBI bulk-in stall clear failed, TIMEOUT
> > umass0: CBI bulk-out stall clear failed, TIMEOUT
>
> So you were able to get it working by adding "options DA_OLD_QUIRKS"?

I didn't test that and currently can't access it.
What I did is change sys/cam/scsi/scsi_da.c as follows:
--- scsi_da.c.orig      Thu Aug 14 10:01:20 2003
+++ scsi_da.c   Fri Aug 22 21:46:05 2003
@@ -240,6 +240,7 @@
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "MATSHITA", "FDD 
CF-VFDU*","*"},
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        },
+#endif
        {
                /*
                 * Sony Memory Stick adapter MSAC-US1 and
@@ -257,6 +258,7 @@
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "CLIE*", "*"},
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        },
+#ifdef DA_OLD_QUIRKS
        {
                /*
                 * Sony DSC cameras (DSC-S30, DSC-S50, DSC-S70)


-- 
Melvyn
=======================================================
FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #4: Mon Aug 18 
01:13:48 CEST 2003     
root at ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST  i386
=======================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030822/70d9df22/attachment.bin


More information about the freebsd-stable mailing list