summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-30 02:53:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-30 02:53:12 +0000
commit8d6b40935e06bb16541d3dbd8e9a3f51ef79f93d (patch)
treea0c77257087293b2c227715f2d3a280937d1846a /sys
parent68fd1fb8bd5c5b46048976428f574abe228e7751 (diff)
Quirk for Cipher ST150S tape drive, jbernard@tater.mines.edu
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 f8e4fc58078..192870ca7a5 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.31 1997/09/30 02:49:18 millert Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.32 1997/09/30 02:53:11 millert Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -467,6 +467,9 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = {
/* Following entry reported as a Tandberg 3600; ref. PR1933 */
{{T_SEQUENTIAL, T_REMOV,
"ARCHIVE ", "VIPER 150 21247", ""}, SDEV_NOLUNS},
+ /* Following entry for a Cipher ST150S */
+ {{T_SEQUENTIAL, T_REMOV,
+ "ARCHIVE ", "VIPER 1500 21247", "2.2G"}, SDEV_NOLUNS},
{{T_SEQUENTIAL, T_REMOV,
"ARCHIVE ", "Python 28454-XXX", ""}, SDEV_NOLUNS},
{{T_SEQUENTIAL, T_REMOV,