The SEAGATE ST318203LSUN18G announces DT only capabilitie although it also

supports ST. Because of this the HBA doesn't initiate sync/wide negotiation,
so add PQUIRK_CAP_SYNC | PQUIRK_CAP_WIDE16 for this drive; fix
problem reported by Havard Eidnes.
This commit is contained in:
bouyer 2007-02-17 17:01:29 +00:00
parent 29f0b10c51
commit 786853f62a
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scsiconf.c,v 1.241 2006/11/30 17:39:25 christos Exp $ */
/* $NetBSD: scsiconf.c,v 1.242 2007/02/17 17:01:29 bouyer Exp $ */
/*-
* Copyright (c) 1998, 1999, 2004 The NetBSD Foundation, Inc.
@ -55,7 +55,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.241 2006/11/30 17:39:25 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.242 2007/02/17 17:01:29 bouyer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -642,6 +642,8 @@ static const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
"FUJITSU ", "M2266", ""}, PQUIRK_CAP_SYNC},
{{T_DIRECT, T_FIXED,
"FUJITSU ", "M2624S-512 ", ""}, PQUIRK_CAP_SYNC},
{{T_DIRECT, T_FIXED,
"SEAGATE ", "SX336704LC" , ""}, PQUIRK_CAP_SYNC | PQUIRK_CAP_WIDE16},
{{T_DIRECT, T_REMOV,
"IOMEGA", "ZIP 100", "J.03"}, PQUIRK_NOLUNS},