From 12a1b9ad6771db18e9d972283a9f53a297fb4dad Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 25 Mar 1995 18:41:42 +0000 Subject: [PATCH] Add a rogue entry for the ANRITSU DMT780. --- sys/dev/scsipi/st.c | 9 ++++++++- sys/scsi/st.c | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/sys/dev/scsipi/st.c b/sys/dev/scsipi/st.c index 17826baf3c93..6c1e49a8d5a6 100644 --- a/sys/dev/scsipi/st.c +++ b/sys/dev/scsipi/st.c @@ -1,4 +1,4 @@ -/* $NetBSD: st.c,v 1.46 1994/12/30 05:23:49 mycroft Exp $ */ +/* $NetBSD: st.c,v 1.47 1995/03/25 18:41:42 mycroft Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -144,6 +144,13 @@ struct st_quirk_inquiry_pattern st_quirk_patterns[] = { 0, 0, QIC_150, /* minor 8-11 */ 0, 0, QIC_120 /* minor 12-15 */ }}, + {T_SEQUENTIAL, T_REMOV, + "ANRITSU ", "DMT780 ", "", 0, 0, { + ST_Q_FORCE_BLKSIZE, 512, 0, /* minor 0-3 */ + ST_Q_FORCE_BLKSIZE, 512, QIC_525, /* minor 4-7 */ + 0, 0, QIC_150, /* minor 8-11 */ + 0, 0, QIC_120 /* minor 12-15 */ + }}, {T_SEQUENTIAL, T_REMOV, "ARCHIVE ", "VIPER 150 21247", "", 0, 12, { 0, 0, 0, /* minor 0-3 */ diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 17826baf3c93..6c1e49a8d5a6 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $NetBSD: st.c,v 1.46 1994/12/30 05:23:49 mycroft Exp $ */ +/* $NetBSD: st.c,v 1.47 1995/03/25 18:41:42 mycroft Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -144,6 +144,13 @@ struct st_quirk_inquiry_pattern st_quirk_patterns[] = { 0, 0, QIC_150, /* minor 8-11 */ 0, 0, QIC_120 /* minor 12-15 */ }}, + {T_SEQUENTIAL, T_REMOV, + "ANRITSU ", "DMT780 ", "", 0, 0, { + ST_Q_FORCE_BLKSIZE, 512, 0, /* minor 0-3 */ + ST_Q_FORCE_BLKSIZE, 512, QIC_525, /* minor 4-7 */ + 0, 0, QIC_150, /* minor 8-11 */ + 0, 0, QIC_120 /* minor 12-15 */ + }}, {T_SEQUENTIAL, T_REMOV, "ARCHIVE ", "VIPER 150 21247", "", 0, 12, { 0, 0, 0, /* minor 0-3 */