From fc2c9ec37ec4abae6b6e0add2742a442b5de64ed Mon Sep 17 00:00:00 2001 From: mjacob Date: Tue, 25 May 1999 23:10:54 +0000 Subject: Add TDC 3800 to quirk list for fixed mode device. PR:11866 Submitted by: Helge Oldach hmo@sep.hamburg.com --- sys/cam/scsi/scsi_sa.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/cam') diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index 76e960c..40acfc1 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -1,5 +1,5 @@ /* - * $Id: scsi_sa.c,v 1.24 1999/05/11 04:01:35 mjacob Exp $ + * $Id: scsi_sa.c,v 1.25 1999/05/22 22:00:23 gibbs Exp $ * * Implementation of SCSI Sequential Access Peripheral driver for CAM. * @@ -251,6 +251,10 @@ static struct sa_quirk_entry sa_quirk_table[] = }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", + " TDC 3800", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 + }, + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", " TDC 4200", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 }, { -- cgit v1.1