From 19f3c3099fc30281400187750780386f5f1b2e54 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 13 Aug 1995 17:48:57 +0000 Subject: [PATCH] Another SDEV_NOLUNS device from paul@pgoyette.bdt.com (Paul Goyette). --- 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 61ca7315d2d3..a2af2a59a5b2 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.38 1995/08/06 00:04:00 mycroft Exp $ */ +/* $NetBSD: scsiconf.c,v 1.39 1995/08/13 17:48:57 briggs Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -320,6 +320,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, + "TOSHIBA ", "MK538FB ", "6027", SDEV_NOLUNS}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ {T_SEQUENTIAL, T_REMOV, diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 61ca7315d2d3..a2af2a59a5b2 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.38 1995/08/06 00:04:00 mycroft Exp $ */ +/* $NetBSD: scsiconf.c,v 1.39 1995/08/13 17:48:57 briggs Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -320,6 +320,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, + "TOSHIBA ", "MK538FB ", "6027", SDEV_NOLUNS}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ {T_SEQUENTIAL, T_REMOV,