Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 00:14:17 +0000
From:      "W.Scholten" <wouter.scholten@wanadoo.nl>
To:        hackers@freebsd.org
Subject:   fujitsu MO drive: DA_Q_NO_SYNC_CACHE
Message-ID:  <3BFD94D9.3F54BC7E@wanadoo.nl>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------31DFF4F5ABD322CFF6D5DF
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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

--------------31DFF4F5ABD322CFF6D5DF
Content-Type: text/plain; charset=us-ascii; name="scsi_da.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="scsi_da.c.diff"

--- /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 <wouter.scholten@wanadoo.nl>
+		 */
+		{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 <toj@gorilla.net>

--------------31DFF4F5ABD322CFF6D5DF--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BFD94D9.3F54BC7E>