From 518cc55c27249be795f10492a7d455eae70bf740 Mon Sep 17 00:00:00 2001 From: joda Date: Mon, 15 Apr 2002 12:40:28 +0000 Subject: [PATCH] Maxtor D040H2 also can't modesense --- sys/dev/scsipi/scsiconf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 38cd0ff04150..e2dafa4722bd 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.179 2002/04/01 20:37:41 bouyer Exp $ */ +/* $NetBSD: scsiconf.c,v 1.180 2002/04/15 12:40:28 joda Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -55,7 +55,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.179 2002/04/01 20:37:41 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.180 2002/04/15 12:40:28 joda Exp $"); #include #include @@ -577,6 +577,8 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { PQUIRK_NOSTARTUNIT|PQUIRK_NODOORLOCK}, {{T_DIRECT, T_FIXED, /* XXX move to umass */ "Maxtor 4", "D080H4", "DAH0"}, PQUIRK_NOMODESENSE}, + {{T_DIRECT, T_FIXED, /* XXX move to umass */ + "Maxtor 4", "D040H2", "DAH0"}, PQUIRK_NOMODESENSE}, {{T_DIRECT, T_REMOV, "iomega", "jaz 1GB", ""}, PQUIRK_NOMODESENSE},