From 5f1be5247ef225d1eb23ea1217c8bac3fded2a40 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 5 Sep 1997 10:16:03 +0000 Subject: Make the Sony TSL-7000 a known tape changer device. --- sys/scsi/scsiconf.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sys/scsi') diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index c59b344..a5f20ca 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.89 1997/06/11 22:29:01 se Exp $ + * $Id: scsiconf.c,v 1.90 1997/09/02 20:06:35 bde Exp $ */ #include "opt_scsi.h" @@ -317,6 +317,10 @@ static struct scsidevs knowndevs[] = T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*", "st", SC_MORE_LUS, 0 }, + { + T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "SONY", "TSL-7000", "*", + "st", SC_MORE_LUS, 0 + }, #endif /* NST */ #if NCH > 0 /* @@ -333,6 +337,10 @@ static struct scsidevs knowndevs[] = T_CHANGER, T_CHANGER, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*", "ch", SC_MORE_LUS }, + { + T_CHANGER, T_CHANGER, T_REMOV, "SONY", "TSL-7000", "*", + "ch", SC_MORE_LUS + }, #endif /* NCH */ #if NCD > 0 #ifndef UKTEST /* make cdroms unrecognised to test the uk driver */ -- cgit v1.1