diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 173408448117..975f0fb62fca 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -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 -__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 #include @@ -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},