Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2003 11:46:24 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Melvyn Sopacua <freebsd-stable@webteckies.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: umass0 problems, with Sony USB Memory Stick
Message-ID:  <20030825114244.L17861@root.org>
In-Reply-To: <200308222149.13050.freebsd-stable@webteckies.org>
References:  <200308150024.18119.freebsd-stable@webteckies.org> <200308222149.13050.freebsd-stable@webteckies.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Aug 2003, Melvyn Sopacua wrote:
> 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 @@
> +#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

So you re-enabled it for both the Memory Stick and CLIE.  Can you please
do "camcontrol inquiry da0" with it working and report usbdevs -v and the
above dmesg for it failing using a PR?  I need this to provide a history
so in the future we remember WHY it was re-enabled.

Thanks,
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030825114244.L17861>