From 8d6b40935e06bb16541d3dbd8e9a3f51ef79f93d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 30 Sep 1997 02:53:12 +0000 Subject: Quirk for Cipher ST150S tape drive, jbernard@tater.mines.edu --- sys/scsi/scsiconf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys') 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, -- cgit v1.2.3