Add a quirk for a HITACHI driver (CAP_SYNC|CAP_WIDE16).

This commit is contained in:
matt 2002-07-23 21:10:16 +00:00
parent c9c72ff6d8
commit 7a023d8f5f
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsiconf.c,v 1.184 2002/05/15 11:43:22 bouyer Exp $ */
/* $NetBSD: scsiconf.c,v 1.185 2002/07/23 21:10:16 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.184 2002/05/15 11:43:22 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.185 2002/07/23 21:10:16 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -496,6 +496,10 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"HITACHI", "DK515C", "CP16"}, PQUIRK_NOSTARTUNIT},
{{T_DIRECT, T_FIXED,
"HITACHI", "DK515C", "CP15"}, PQUIRK_NOSTARTUNIT},
{{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,