diff options
author | 1998-02-16 06:06:38 +0000 | |
---|---|---|
committer | 1998-02-16 06:06:38 +0000 | |
commit | f4dd246f260c48d3c87d009992edf930e53b147f (patch) | |
tree | 90878ba1a3691e2e73761063f8655907b8367d7b /sys | |
parent | fixes to compile against netbsd domestic libtelnet (diff) | |
download | wireguard-openbsd-f4dd246f260c48d3c87d009992edf930e53b147f.tar.xz wireguard-openbsd-f4dd246f260c48d3c87d009992edf930e53b147f.zip |
Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pk
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/st.c | 9 |
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 */ |