Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Maxtor D040H2 also can't modesense
details: https://anonhg.NetBSD.org/src/rev/f92d75959b9f
branches: trunk
changeset: 525684:f92d75959b9f
user: joda <joda%NetBSD.org@localhost>
date: Mon Apr 15 12:40:28 2002 +0000
description:
Maxtor D040H2 also can't modesense
diffstat:
sys/dev/scsipi/scsiconf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r fdff723ec7d3 -r f92d75959b9f sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Apr 15 11:12:46 2002 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Apr 15 12:40:28 2002 +0000
@@ -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 @@
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},
Home |
Main Index |
Thread Index |
Old Index