Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Remove a quirk I added for a Hitachi drive.
details: https://anonhg.NetBSD.org/src/rev/926b223b40ae
branches: trunk
changeset: 553134:926b223b40ae
user: matt <matt%NetBSD.org@localhost>
date: Fri Oct 10 18:04:46 2003 +0000
description:
Remove a quirk I added for a Hitachi drive.
diffstat:
sys/dev/scsipi/scsiconf.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r b8f24075f100 -r 926b223b40ae sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Fri Oct 10 17:36:56 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Fri Oct 10 18:04:46 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.217 2003/09/18 05:06:53 mycroft Exp $ */
+/* $NetBSD: scsiconf.c,v 1.218 2003/10/10 18:04:46 matt 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.217 2003/09/18 05:06:53 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.218 2003/10/10 18:04:46 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -525,10 +525,6 @@
"EMULEX ", "MD21/S2 ESDI", "A00"},
PQUIRK_FORCELUNS|PQUIRK_AUTOSAVE},
{{T_DIRECT, T_FIXED,
- /* improperly report DT-only sync mode */
- "HITACHI", "DX32DJ-72ME", ""},
- PQUIRK_CAP_SYNC|PQUIRK_CAP_WIDE16},
- {{T_DIRECT, T_FIXED,
"MICROP", "1548-15MZ1077801", "HZ2P"}, PQUIRK_NOTAG},
{{T_DIRECT, T_FIXED,
"HP ", "C372", ""}, PQUIRK_NOTAG},
Home |
Main Index |
Thread Index |
Old Index