From riggs@f113.hadiko.de  Fri May 17 13:30:21 2002
Return-Path: <riggs@f113.hadiko.de>
Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97])
	by hub.freebsd.org (Postfix) with ESMTP id AAD6137B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 May 2002 13:30:17 -0700 (PDT)
Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143])
	by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.33 #1)
	id 178oMi-00008y-00; Fri, 17 May 2002 22:30:16 +0200
Received: from f113.hadiko.de (riggs@localhost [127.0.0.1])
	by f113.hadiko.de (8.12.3/8.12.3) with ESMTP id g4HKUFow027209
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 May 2002 22:30:16 +0200 (CEST)
	(envelope-from riggs@f113.hadiko.de)
Received: (from riggs@localhost)
	by f113.hadiko.de (8.12.3/8.12.3/Submit) id g4HKUFUJ027208;
	Fri, 17 May 2002 22:30:15 +0200 (CEST)
Message-Id: <200205172030.g4HKUFUJ027208@f113.hadiko.de>
Date: Fri, 17 May 2002 22:30:15 +0200 (CEST)
From: "Thomas E. Zander" <riggs@rrr.de>
Reply-To: "Thomas E. Zander" <riggs@rrr.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Digital camera Minolta Dimage E203 refuses mount
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38208
>Category:       kern
>Synopsis:       Digital camera Minolta Dimage E203 refuses mount
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 17 13:40:01 PDT 2002
>Closed-Date:    Sun Jun 08 11:03:00 PDT 2003
>Last-Modified:  Sun Jun 08 11:03:00 PDT 2003
>Originator:     Thomas E. Zander
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD f113.hadiko.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Apr 27 14:43:16 CEST 2002 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386
>Description:
Trying to mount the Digicam Minolta Dimage E203 ends in a timeout.
>How-To-Repeat:
Try to mount the camera using umass
>Fix:

Please apply the following patch to src/sys/cam/scsi/scsi_da.c
These quirks make the cam working


--- scsi_da.c.orig	Sun Apr 14 15:17:29 2002
+++ scsi_da.c	Wed May 15 18:53:33 2002
@@ -347,6 +347,13 @@
 	},
 	{
 		/*
+		 * Minolta Dimage E203
+		 */
+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DiMAGE E203", "*"},
+		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+	},
+	{
+		/*
 		 * DIVA USB Mp3 Player.
 		 * Doesn't work correctly with 6 byte reads/writes.
 		 */
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: ken 
State-Changed-When: Tue May 28 13:03:06 PDT 2002 
State-Changed-Why:  
There were patches integrated into -stable on April 8th that should fix 
most devices that need the no 6 byte quirk. 

Are your sources from after April 8th? 

Can you boot with -v and see if there are any additional error messages 
displayed? 

I'd really rather not add another quirk entry if the code to catch devices 
that don't work with 6 byte commands is working for your device. 

If it isn't working, hopefully booting with -v will tell us how it fails. 

Note that you'll need to comment out the quirk entry and recompile your 
kernel in order to get the relevant error messages. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38208 
State-Changed-From-To: feedback->closed 
State-Changed-By: ceri 
State-Changed-When: Sun Jun 8 11:02:58 PDT 2003 
State-Changed-Why:  
Feedback timeout (6 months or more). 
I will handle any feedback that this closure generates. 


Responsible-Changed-From-To: freebsd-bugs->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sun Jun 8 11:02:58 PDT 2003 
Responsible-Changed-Why:  
Feedback timeout (6 months or more). 
I will handle any feedback that this closure generates. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38208 
>Unformatted:
