From ee328c6f1809dd9534df48c52adda4e7fccb22e3 Mon Sep 17 00:00:00 2001 From: mjacob Date: Sat, 16 Aug 1997 01:05:51 +0000 Subject: [PATCH] This fibre channel disk doesn't support the geometry page. --- sys/dev/scsipi/scsiconf.c | 4 +++- sys/scsi/scsiconf.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index e797a0050423..97a5ee10358b 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.85 1997/08/14 22:17:32 explorer Exp $ */ +/* $NetBSD: scsiconf.c,v 1.86 1997/08/16 01:05:51 mjacob Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -446,6 +446,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "SEAGATE ", "ST296 ", ""}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, "SEAGATE ", "ST296N ", ""}, SDEV_NOLUNS}, + {{T_DIRECT, T_FIXED, + "SEAGATE ", "ST19171FC ", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "TOSHIBA ", "MK538FB ", "6027"}, SDEV_NOLUNS}, {{T_DIRECT, T_REMOV, diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index e797a0050423..97a5ee10358b 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.85 1997/08/14 22:17:32 explorer Exp $ */ +/* $NetBSD: scsiconf.c,v 1.86 1997/08/16 01:05:51 mjacob Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -446,6 +446,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "SEAGATE ", "ST296 ", ""}, SDEV_NOLUNS}, {{T_DIRECT, T_FIXED, "SEAGATE ", "ST296N ", ""}, SDEV_NOLUNS}, + {{T_DIRECT, T_FIXED, + "SEAGATE ", "ST19171FC ", ""}, SDEV_NOMODESENSE}, {{T_DIRECT, T_FIXED, "TOSHIBA ", "MK538FB ", "6027"}, SDEV_NOLUNS}, {{T_DIRECT, T_REMOV,