Date: Fri, 17 May 2002 22:30:15 +0200 (CEST) From: "Thomas E. Zander" <riggs@rrr.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/38208: Digital camera Minolta Dimage E203 refuses mount Message-ID: <200205172030.g4HKUFUJ027208@f113.hadiko.de>
next in thread | raw e-mail | index | archive | help
>Number: 38208
>Category: kern
>Synopsis: Digital camera Minolta Dimage E203 refuses mount
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri May 17 13:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205172030.g4HKUFUJ027208>
