Subject: Re: Another umass issue (Olympus D-100 camera)
To: Lennart Augustsson <lennart@augustsson.net>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: current-users
Date: 12/14/2001 16:22:43
Lennart Augustsson <lennart@augustsson.net> writes:

> Try a quirk to disable the short form of READ and WRITE.  There are
> other devices with this quirk (these quires are in scsiconf.c, I think).

Ah, that did indeed fix it!

Given that we don't seem to have any devices with the opposite quirk,
I kind of like Jason's idea....

        - Nathan

Index: scsiconf.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/scsipi/scsiconf.c,v
retrieving revision 1.172
diff -c -r1.172 scsiconf.c
*** scsiconf.c  2001/12/02 22:44:34     1.172
--- scsiconf.c  2001/12/14 21:21:48
***************
*** 594,599 ****
--- 594,602 ----
        {{T_DIRECT, T_REMOV,
         "INSITE", "I325VM",             ""},
                                PQUIRK_NOLUNS|PQUIRK_NODOORLOCK},
+       {{T_DIRECT, T_REMOV,
+        "OLYMPUS", "C-1",             "1062"},
+                               PQUIRK_ONLYBIG},
  
        /* XXX: QIC-36 tape behind Emulex adapter.  Very broken. */
        {{T_SEQUENTIAL, T_REMOV,