summaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-16 06:06:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-16 06:06:39 +0000
commit2bae10476ccd508a8ffa11c31ab3ed26e77748b8 (patch)
treef51165ecf37a317be7294de01ac33a787bdc7480 /sys/scsi/st.c
parent386ca7a3ac55574dab6dc0c57415098730365e6e (diff)
Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pk
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 40c99d6a426..0de6db3a929 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.22 1998/01/10 01:37:52 deraadt Exp $ */
+/* $OpenBSD: st.c,v 1.23 1998/02/16 06:06:38 deraadt Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -172,6 +172,13 @@ struct st_quirk_inquiry_pattern st_quirk_patterns[] = {
{0, 0, QIC_24} /* minor 12-15 */
}}},
{{T_SEQUENTIAL, T_REMOV,
+ "ARCHIVE ", "VIPER 150 21531", ""}, {0, 12, {
+ {ST_Q_SENSE_HELP, 0, 0}, /* minor 0-3 */
+ {0, 0, QIC_150}, /* minor 4-7 */
+ {0, 0, QIC_120}, /* minor 8-11 */
+ {0, 0, QIC_24} /* minor 12-15 */
+ }}},
+ {{T_SEQUENTIAL, T_REMOV,
"WANGTEK ", "5099ES SCSI", ""}, {0, 0, {
{ST_Q_FORCE_BLKSIZE, 512, 0}, /* minor 0-3 */
{0, 0, QIC_11}, /* minor 4-7 */