From 608083970fae1b7d53745ea1cfccea4e194d7a19 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 12 Jan 1996 21:02:45 +0000 Subject: [PATCH] no luns on Tandberg 3600 w/ fake Archive Viper emulation roms; from raeburn@raeburn.org; netbsd pr#1934 --- sys/scsi/scsiconf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 756de6ce38d..f208f56e700 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: scsiconf.c,v 1.46 1995/12/31 02:40:53 thorpej Exp $ */ +/* $NetBSD: scsiconf.c,v 1.47 1996/01/12 11:32:37 pk Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -344,6 +344,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "SONY ", "SDT-5200 ", "3.", SDEV_NOLUNS}, {T_SEQUENTIAL, T_REMOV, "TANDBERG", " TDC 3600 ", "", SDEV_NOLUNS}, + /* Following entry reported as a Tandberg 3600; ref. PR1933 */ + {T_SEQUENTIAL, T_REMOV, + "ARCHIVE ", "VIPER 150 21247", "", SDEV_NOLUNS}, {T_SEQUENTIAL, T_REMOV, "WANGTEK ", "5099ES SCSI", "", SDEV_NOLUNS}, {T_SEQUENTIAL, T_REMOV, -- 2.20.1