diff options
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 */ |
