diff options
| author | mjacob <mjacob@NetBSD.org> | 1998-09-11 20:10:15 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1998-09-11 20:10:15 +0000 |
| commit | 03e28bdbafa8ffc753532f225238db3e501f2152 (patch) | |
| tree | e72ccc76f8764e233d2bea00c74f4b284da60c28 /sys/dev | |
| parent | ea4898c76c99e33af01519ed1b82109a30150806 (diff) | |
keren/6128: add an entry for the TDC 4200. Full density code set isn't known.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/st.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/dev/scsipi/st.c b/sys/dev/scsipi/st.c index b587efd3939..4d2c4443765 100644 --- a/sys/dev/scsipi/st.c +++ b/sys/dev/scsipi/st.c @@ -1,4 +1,4 @@ -/* $NetBSD: st.c,v 1.103 1998/09/02 02:18:48 mjacob Exp $ */ +/* $NetBSD: st.c,v 1.104 1998/09/11 20:10:15 mjacob Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -151,6 +151,19 @@ struct st_quirk_inquiry_pattern st_quirk_patterns[] = { {0, 0, QIC_120} /* minor 12-15 */ }}}, /* + * lacking a manual for the 4200, it's not clear what the + * specific density codes should be- the device is a 2.5GB + * capable QIC drive, those density codes aren't readily + * availabel. The 'default' will just have to do. + */ + {{T_SEQUENTIAL, T_REMOV, + "TANDBERG", " TDC 4200 ", ""}, {0, 0, { + {ST_Q_FORCE_BLKSIZE, 512, 0}, /* minor 0-3 */ + {0, 0, QIC_525}, /* minor 4-7 */ + {0, 0, QIC_150}, /* minor 8-11 */ + {0, 0, QIC_120} /* minor 12-15 */ + }}}, + /* * At least -005 and -007 need this. I'll assume they all do unless I * hear otherwise. - mycroft, 31MAR1994 */ |
