Date: Fri, 22 Aug 2003 21:49:12 +0200 From: Melvyn Sopacua <freebsd-stable@webteckies.org> To: Nate Lawson <nate@root.org> Cc: freebsd-stable@freebsd.org Subject: Re: umass0 problems, with Sony USB Memory Stick Message-ID: <200308222149.13050.freebsd-stable@webteckies.org> In-Reply-To: <20030822095417.H4440@root.org> References: <200308150024.18119.freebsd-stable@webteckies.org> <20030822095417.H4440@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386
=======================================================
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
iD8DBQA/RnO5Ov9JNmfFN5URAjz1AKCSU9Ga5lmE8zbIATjvox4Tc6++gACdFLlv
vnvXVUNsCPnga+H+xzCHgwI=
=mJmF
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308222149.13050.freebsd-stable>
