This fibre channel disk doesn't support the geometry page.

This commit is contained in:
mjacob 1997-08-16 01:05:51 +00:00
parent 50d4bdf35c
commit ee328c6f18
2 changed files with 6 additions and 2 deletions

View File

@ -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,

View File

@ -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,