From owner-freebsd-stable@FreeBSD.ORG Fri Aug 22 12:50:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2323716A4BF for ; Fri, 22 Aug 2003 12:50:22 -0700 (PDT) Received: from morpheus.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F5443FB1 for ; Fri, 22 Aug 2003 12:50:12 -0700 (PDT) (envelope-from freebsd-stable@webteckies.org) Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id 89173107C6; Fri, 22 Aug 2003 21:49:00 +0200 (CEST) From: Melvyn Sopacua Organization: WebTeckies.org To: Nate Lawson Date: Fri, 22 Aug 2003 21:49:12 +0200 User-Agent: KMail/1.5.3 References: <200308150024.18119.freebsd-stable@webteckies.org> <20030822095417.H4440@root.org> In-Reply-To: <20030822095417.H4440@root.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_5OnR/QbF/1JbIxT"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200308222149.13050.freebsd-stable@webteckies.org> cc: freebsd-stable@freebsd.org Subject: Re: umass0 problems, with Sony USB Memory Stick X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 19:50:22 -0000 --Boundary-02=_5OnR/QbF/1JbIxT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline 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 wor= k, > > 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: =2D-- 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=20 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) =2D-=20 Melvyn =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D =46reeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #4: Mon Au= g 18=20 01:13:48 CEST 2003 =20 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D --Boundary-02=_5OnR/QbF/1JbIxT Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/RnO5Ov9JNmfFN5URAjz1AKCSU9Ga5lmE8zbIATjvox4Tc6++gACdFLlv vnvXVUNsCPnga+H+xzCHgwI= =mJmF -----END PGP SIGNATURE----- --Boundary-02=_5OnR/QbF/1JbIxT--