From owner-freebsd-hackers Thu Nov 22 16:16:59 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.wanadoo.nl (smtp1.wanadoo.nl [194.134.35.136]) by hub.freebsd.org (Postfix) with ESMTP id 703F837B405 for ; Thu, 22 Nov 2001 16:16:55 -0800 (PST) Received: from localhost (i1830.vwr.wanadoo.nl [194.134.215.46]) by smtp.wanadoo.nl (8.11.3/8.11.3) with SMTP id fAN0GrV24679 for ; Fri, 23 Nov 2001 01:16:53 +0100 (MET) Message-ID: <3BFD94D9.3F54BC7E@wanadoo.nl> Date: Fri, 23 Nov 2001 00:14:17 +0000 From: "W.Scholten" Organization: . X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 4.4-RELEASE i386) MIME-Version: 1.0 To: hackers@freebsd.org Subject: fujitsu MO drive: DA_Q_NO_SYNC_CACHE Content-Type: multipart/mixed; boundary="------------31DFF4F5ABD322CFF6D5DF" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 + */ + {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 --------------31DFF4F5ABD322CFF6D5DF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message