Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 08:53:57 -0700 (PDT)
From:      ushida@msa.biglobe.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/26295: mount of Olympus Digital Camera via umass driver
Message-ID:  <200104021553.f32FrvJ84095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         26295
>Category:       kern
>Synopsis:       mount of Olympus Digital Camera via umass driver
>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:   Mon Apr 02 09:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jun USHIDA
>Release:        FreeBSD 4.3-RC
>Organization:
>Environment:
FreeBSD dove.localdomain 4.3-RC FreeBSD 4.3-RC #2: Sun Apr  1 18:55:15 JST 2001     root@dove.localdomain:/usr1/obj/usr1/src/sys/DOVE  i386
>Description:
A patch in order to mount Olympus Digital Camera via umass
driver has been submitted to FreeBSD-users-jp Mailing List
by Yoshikazu Ooe <oyoshi@imasy.or.jp>. Thank you so much.

[FreeBSD-users-jp 60326] (Sorry, in Japanese partly)
http://home.jp.FreeBSD.ORG/cgi-bin/showmail/FreeBSD-users-jp/60326

>How-To-Repeat:

>Fix:
I checked this patch on my Olympus Digital Camera C-2040ZOOM.

$FreeBSD: src/sys/cam/scsi/scsi_da.c,v 1.42.2.9 2001/01/18 00:28:47 n_hibma E
xp $


*** scsi_da.c.dist      Sun Apr  1 18:42:33 2001
--- scsi_da.c   Tue Apr  3 00:47:05 2001
***************
*** 241,246 ****
--- 241,254 ----
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        },
        {
+               /*
+               * Olympus digital cameras (C-3040ZOOM, C-2040ZOOM, C-1)
+               * do not support READ_6 commands, only READ_10. 
+               */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "C-*", "*"},
+               /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+       },
+       {
                {T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
                /*quirks*/ DA_Q_NO_6_BYTE
        }

>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?200104021553.f32FrvJ84095>