diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:45:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:45:19 +0000 |
commit | bc1105c67729be02cb24eabb633a3fc3549e0887 (patch) | |
tree | 2e29bf1b976471a0ecfe300855ddb94985863e1e | |
parent | 3c374d0ededd19429d299941af20f5279746ce8c (diff) |
from netbsd; Add quirk for Exabyte 8200/rev. 263H (from Paul Goyette; PR#1797)
-rw-r--r-- | sys/scsi/st.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 08f00aaa650..a4c68ccf3c8 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -200,6 +200,13 @@ struct st_quirk_inquiry_pattern st_quirk_patterns[] = { 0, 0, 0, /* minor 8-11 */ 0, 0, 0, /* minor 12-15 */ }}, + {T_SEQUENTIAL, T_REMOV, + "EXABYTE ", "EXB-8200 ", "263H", 0, 5, { + 0, 0, 0, /* minor 0-3 */ + 0, 0, 0, /* minor 4-7 */ + 0, 0, 0, /* minor 8-11 */ + 0, 0, 0 /* minor 12-15 */ + }}, #if 0 {T_SEQUENTIAL, T_REMOV, "EXABYTE ", "EXB-8200 ", "", 0, 12, { |