summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 21:02:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 21:02:46 +0000
commitbadab2f7335fdd5fac1bb855960467721b3dbe5a (patch)
treeae92f572ee56a56a4568dec0ffed5a46f80ffd39 /sys
parent6c3c7152302dce08b17b6fac14272fc435778145 (diff)
no luns on Tandberg 3600 w/ fake Archive Viper emulation roms; from
raeburn@raeburn.org; netbsd pr#1934
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.c5
1 files changed, 4 insertions, 1 deletions
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,