From 76970a00f5bb2e178fc2922237ec8d1ad2183fed Mon Sep 17 00:00:00 2001 From: mjacob Date: Fri, 10 Apr 1998 17:13:11 +0000 Subject: [PATCH] trim ID of ST19171FC so that SUN drives are caught --- sys/dev/scsipi/scsiconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index d0e5a983203c..06aa860cb8f0 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.96 1998/03/07 06:34:59 scottr Exp $ */ +/* $NetBSD: scsiconf.c,v 1.97 1998/04/10 17:13:11 mjacob Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -501,7 +501,7 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_DIRECT, T_FIXED, "SEAGATE ", "ST296N ", ""}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, - "SEAGATE ", "ST19171FC ", ""}, SDEV_NOMODESENSE}, + "SEAGATE ", "ST19171FC", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "SEAGATE ", "ST34501FC ", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED,