summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-05 10:16:03 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-05 10:16:03 +0000
commit5f1be5247ef225d1eb23ea1217c8bac3fded2a40 (patch)
tree5c319bdcd3684fdb80c01dce387f19c27f46568c /sys/scsi
parent9c70a71cfd12c8a4e484172b9749aca2306c641f (diff)
downloadFreeBSD-src-5f1be5247ef225d1eb23ea1217c8bac3fded2a40.zip
FreeBSD-src-5f1be5247ef225d1eb23ea1217c8bac3fded2a40.tar.gz
Make the Sony TSL-7000 a known tape changer device.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 9 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud