diff options
| author | joda <joda@NetBSD.org> | 2002-04-15 12:40:28 +0000 |
|---|---|---|
| committer | joda <joda@NetBSD.org> | 2002-04-15 12:40:28 +0000 |
| commit | 518cc55c27249be795f10492a7d455eae70bf740 (patch) | |
| tree | 26497aab8f0345e64e45167423927520f884bf6c /sys/dev | |
| parent | e200da16d85e24d15f9895a121ec5cd90ee5602a (diff) | |
Maxtor D040H2 also can't modesense
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsiconf.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 38cd0ff0415..e2dafa4722b 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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}, |
