Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Add another IBM drive that incorrectly report...
details: https://anonhg.NetBSD.org/src/rev/1b9d26b4eaf5
branches: trunk
changeset: 546169:1b9d26b4eaf5
user: fvdl <fvdl%NetBSD.org@localhost>
date: Mon Apr 21 18:07:14 2003 +0000
description:
Add another IBM drive that incorrectly reports DT only.
diffstat:
sys/dev/scsipi/scsiconf.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 1122194d262f -r 1b9d26b4eaf5 sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Apr 21 16:53:59 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Apr 21 18:07:14 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.202 2003/04/19 19:16:06 fvdl Exp $ */
+/* $NetBSD: scsiconf.c,v 1.203 2003/04/21 18:07:14 fvdl 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.202 2003/04/19 19:16:06 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.203 2003/04/21 18:07:14 fvdl Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -541,6 +541,9 @@
"IBM ", "DXHS36D", ""},
PQUIRK_CAP_SYNC|PQUIRK_CAP_WIDE16},
{{T_DIRECT, T_FIXED,
+ "IBM ", "DXHS18Y", ""},
+ PQUIRK_CAP_SYNC|PQUIRK_CAP_WIDE16},
+ {{T_DIRECT, T_FIXED,
"IBM ", "H3171-S2", ""},
PQUIRK_NOLUNS|PQUIRK_AUTOSAVE},
{{T_DIRECT, T_FIXED,
Home |
Main Index |
Thread Index |
Old Index