From 2e56e285fdfa16e9d4471704ec99e4a13e8b8d59 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 5 Jan 1999 20:43:41 +0000 Subject: [PATCH] Add a quirk that disables SYNCHRONIZE CACHE PR: 8882 Obtained from: Hellmuth Michaelis hm@kts.org --- sys/cam/scsi/scsi_da.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 4ed0b5c3ac77..ec27d74522ae 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_da.c,v 1.16 1998/12/23 16:48:17 mjacob Exp $ + * $Id: scsi_da.c,v 1.17 1999/01/03 22:57:54 mjacob Exp $ */ #include "opt_hw_wdog.h" @@ -141,6 +141,15 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_FIXED, "MICROP", "2217*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * This drive doesn't like the synchronize cache command + * either. Reported by: Hellmuth Michaelis (hm@kts.org) + * (PR 8882). + */ + {T_DIRECT, SIP_MEDIA_FIXED, "MICROP", "2112*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, { /* * Doesn't like the synchronize cache command.