Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2001 01:44:40 +0100
From:      Jan.Stocker@t-online.de (Jan Stocker)
To:        "Kelly Yancey" <kbyanc@posi.net>, "Jan Stocker" <Jan.Stocker@t-online.de>
Cc:        "Bernd Walter" <ticso@cicely8.cicely.de>, <freebsd-hardware@FreeBSD.ORG>, <freebsd-scsi@FreeBSD.ORG>
Subject:   RE: USB / DA / Minolta 2330 Zoom
Message-ID:  <000001c16725$6293f880$fe02010a@twoflower.liebende.de>
In-Reply-To: <Pine.BSF.4.21.0111052048590.15448-100000@gateway.posi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
It doesnt work with the no sync cache alone, you'll need the no 6 byte also.

Jan

> -----Original Message-----
> From: Kelly Yancey [mailto:kbyanc@posi.net]
> Sent: Tuesday, November 06, 2001 5:51 AM
> To: Jan Stocker
> Cc: Bernd Walter; freebsd-hardware@FreeBSD.ORG; freebsd-scsi@FreeBSD.ORG
> Subject: RE: USB / DA / Minolta 2330 Zoom
>
>
> On Tue, 6 Nov 2001, Jan Stocker wrote:
>
> > Hi... ive no read errors, but this patch helps... i think a
> commit will be
> > good.
> >
> > Thank you a lot...
> > 	Jan
> >
> >
> > > Do you see read_6 errors from kernel?
> > > If yes you want to try a quirk entry to src/sys/cam/scsi/scsi_da.c:
> > > {
> > > 	/* MINOLTA DIMAGE 2330 */
> > > 	{T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*","*"},
> > > 	/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
> > > },
> > >
> >
> >
>
>   Can you try it without the DA_Q_NO_6_BYTE, then. For example:
>
> {
>     /* MINOLTA DIMAGE 2330 */
>     {T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*","*"},
>     /*quirks*/ DA_Q_NO_SYNC_CACHE
> },
>
>   If this works for you, then I'll commit this to the quirk table. Thanks!
>
>   Kelly
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c16725$6293f880$fe02010a>