From owner-freebsd-scsi Mon Nov 5 20:50:59 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from gateway.posi.net (c1096725-a.smateo1.sfba.home.com [24.250.130.228]) by hub.freebsd.org (Postfix) with ESMTP id BE2BE37B405; Mon, 5 Nov 2001 20:50:50 -0800 (PST) Received: from localhost (kbyanc@localhost) by gateway.posi.net (8.11.6/8.11.3) with ESMTP id fA64obK15462; Mon, 5 Nov 2001 20:50:37 -0800 (PST) (envelope-from kbyanc@posi.net) X-Authentication-Warning: gateway.posi.net: kbyanc owned process doing -bs Date: Mon, 5 Nov 2001 20:50:37 -0800 (PST) From: Kelly Yancey To: Jan Stocker Cc: Bernd Walter , freebsd-hardware@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: RE: USB / DA / Minolta 2330 Zoom In-Reply-To: <000001c1666b$669bb9a0$fe02010a@twoflower.liebende.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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