From owner-freebsd-scsi Wed Nov 7 12:34:29 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from bastix.tunix.nl (bastix.tunix.nl [193.79.201.39]) by hub.freebsd.org (Postfix) with ESMTP id 19A6D37B422; Wed, 7 Nov 2001 12:34:05 -0800 (PST) Received: (from fwmaster@localhost) by bastix.tunix.nl (8.9.1a/8.6.12) id VAA25641; Wed, 7 Nov 2001 21:34:04 +0100 (MET) Received: by bastix.tunix.nl via smap (V1.3) id sma025261; Wed, 7 Nov 01 21:32:43 +0100 Received: from tunix.nl by fix.tunix.nl (8.9.3+Sun/SMI-SVR4) id VAA11537; Wed, 7 Nov 2001 21:32:41 +0100 (MET) Message-ID: <3BE99A67.6E16BDE4@tunix.nl> Date: Wed, 07 Nov 2001 21:32:39 +0100 From: Jos Vissers Organization: Tunix Open System Consultants B.V. X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jan Stocker Cc: Kelly Yancey , Bernd Walter , freebsd-hardware@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: USB / DA / Minolta 2330 Zoom References: <000001c16725$6293f880$fe02010a@twoflower.liebende.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Jan Stocker wrote: > 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 I can confirm that the Nikon Coolpix 995 works with the just the DA_Q_NO_6_BYTE quirk: { /* * Nikon Coolpix 995 */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "NIKON", "NIKON DSC E995", "*"}, /*quirks*/ DA_Q_NO_6_BYTE }, I also have a SanDisk ImageMate which works out of the box. Regards, Jos -- Jos Vissers TUNIX Open System Consultants BV Toernooiveld 124, 6525 EC Nijmegen, the Netherlands tel: +31 24 352 88 19, fax: +31 24 350 02 60, gsm: +31 6 27 02 46 40 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message