Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/scsipi/scsiconf.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/scsipi/scsiconf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.156.2.4 retrieving revision 1.156.2.5 diff -u -p -r1.156.2.4 -r1.156.2.5 --- src/sys/dev/scsipi/scsiconf.c 2001/09/21 22:36:13 1.156.2.4 +++ src/sys/dev/scsipi/scsiconf.c 2001/10/22 20:41:42 1.156.2.5 @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.156.2.4 2001/09/21 22:36:13 nathanw Exp $ */ +/* $NetBSD: scsiconf.c,v 1.156.2.5 2001/10/22 20:41:42 nathanw Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -492,6 +492,8 @@ const struct scsi_quirk_inquiry_pattern {{T_DIRECT, T_FIXED, "HITACHI", "DK515C", "CP15"}, PQUIRK_NOSTARTUNIT}, {{T_DIRECT, T_FIXED, + "MICROP", "1548-15MZ1077801", "HZ2P"}, PQUIRK_NOTAG}, + {{T_DIRECT, T_FIXED, "HP ", "C372", ""}, PQUIRK_NOTAG}, {{T_DIRECT, T_FIXED, "IBMRAID ", "0662S", ""}, PQUIRK_AUTOSAVE}, @@ -551,6 +553,8 @@ const struct scsi_quirk_inquiry_pattern {{T_DIRECT, T_FIXED, "SEAGATE ", "ST296N ", ""}, PQUIRK_NOLUNS}, {{T_DIRECT, T_FIXED, + "SEAGATE ", "ST15150N ", ""}, PQUIRK_NOTAG}, + {{T_DIRECT, T_FIXED, "SEAGATE ", "ST19171", ""}, PQUIRK_NOMODESENSE}, {{T_DIRECT, T_FIXED, "SEAGATE ", "ST34501FC ", ""}, PQUIRK_NOMODESENSE},