L.S.

I submitted a bugreport & patch for 3.3 /4.1 a year ago, but on
installing 4.4 a while back, I found it had not been incorporated.

Here it is again as a diff to 4.4. Please apply.

Regards,

Wouter
--- /usr/src/sys/cam/scsi/scsi_da.c.orig        Mon Jul 30 02:48:20 2001
+++ /usr/src/sys/cam/scsi/scsi_da.c     Sat Sep 29 00:15:23 2001
@@ -142,6 +142,29 @@
 {
        {
                /*
+                * Fujitsu M2513A MO drives don't like the synchronize cache command.
+                * Tested devices: M2513A2 firmware versions 1200 & 1300.
+                *
+                * Note that these drives can report as either optical memory
+                * or direct access device (dip switch).
+                *
+                * W.Scholten <[EMAIL PROTECTED]>
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "FUJITSU", "M2513A", "*"},
+               /*quirks*/ DA_Q_NO_SYNC_CACHE
+       },
+       {
+               /*
+                * Fujitsu M2513A MO drive DA_Q_NO_SYNC_CACHE quirk. Optical device.
+                * (see accompanying 'direct access device' entry above)
+                */
+                {T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "M2513A", "*"},
+                /*quirks*/ DA_Q_NO_SYNC_CACHE
+       },
+
+
+       {
+               /*
                 * This particular Fujitsu drive doesn't like the
                 * synchronize cache command.
                 * Reported by: Tom Jackson <[EMAIL PROTECTED]>

Reply via email to