diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-30 02:53:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-30 02:53:12 +0000 |
commit | 8d6b40935e06bb16541d3dbd8e9a3f51ef79f93d (patch) | |
tree | a0c77257087293b2c227715f2d3a280937d1846a /sys/scsi/scsiconf.c | |
parent | 68fd1fb8bd5c5b46048976428f574abe228e7751 (diff) |
Quirk for Cipher ST150S tape drive, jbernard@tater.mines.edu
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 5 |
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, |