From ae27210d46756da7a7c217dce41070ea67960be7 Mon Sep 17 00:00:00 2001 From: soren Date: Mon, 19 Nov 2001 00:22:47 +0000 Subject: [PATCH] Insite Floptical drive needs PQUIRK_NOLUNS. --- sys/dev/scsipi/scsiconf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/scsiconf.c b/sys/dev/scsipi/scsiconf.c index 1b1f08568b06..f19e4e398e28 100644 --- a/sys/dev/scsipi/scsiconf.c +++ b/sys/dev/scsipi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.167 2001/11/18 17:22:43 tsutsui Exp $ */ +/* $NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -55,7 +55,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.167 2001/11/18 17:22:43 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren Exp $"); #include #include @@ -587,6 +587,8 @@ const struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { {{T_DIRECT, T_REMOV, "M-Sys", "DiskOnKey", "2.01"}, PQUIRK_NOMODESENSE | PQUIRK_NODOORLOCK | PQUIRK_ONLYBIG | PQUIRK_NOBIGMODESENSE}, + {{T_DIRECT, T_REMOV, + "INSITE", "I325VM", ""}, PQUIRK_NOLUNS}, /* XXX: QIC-36 tape behind Emulex adapter. Very broken. */ {{T_SEQUENTIAL, T_REMOV,