From owner-freebsd-hardware Tue Nov 6 16:46:16 2001 Delivered-To: freebsd-hardware@freebsd.org Received: from mailout01.sul.t-online.de (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 122F937B416; Tue, 6 Nov 2001 16:46:10 -0800 (PST) Received: from fwd05.sul.t-online.de by mailout01.sul.t-online.de with smtp id 161Gql-0000eH-01; Wed, 07 Nov 2001 01:45:51 +0100 Received: from twoflower (320072111332-0001@[217.80.121.85]) by fwd05.sul.t-online.com with smtp id 161GqF-0CHQQKC; Wed, 7 Nov 2001 01:45:19 +0100 From: Jan.Stocker@t-online.de (Jan Stocker) To: "Kelly Yancey" , "Jan Stocker" Cc: "Bernd Walter" , , Subject: RE: USB / DA / Minolta 2330 Zoom Date: Wed, 7 Nov 2001 01:44:40 +0100 Message-ID: <000001c16725$6293f880$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-hardware" in the body of the message