summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-11-28 09:51:03 +0000
committerphk <phk@FreeBSD.org>1996-11-28 09:51:03 +0000
commitfdf30b8e67e831e61363240992e5ba583e53f0a1 (patch)
treedf07e0596616807c33fc192adeaaac186a66bcf6 /sys/scsi
parent8411333922725d8e298f8d6c46f725eeb353dbaf (diff)
downloadFreeBSD-src-fdf30b8e67e831e61363240992e5ba583e53f0a1.zip
FreeBSD-src-fdf30b8e67e831e61363240992e5ba583e53f0a1.tar.gz
Rogue entry for DEC DLT2700
Reviewed by: julian & phk Submitted by: Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index f5d4fec..43181c6 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.66 1996/11/07 18:13:57 max Exp $
+ * $Id: scsiconf.c,v 1.67 1996/11/09 02:44:11 max Exp $
*/
#include "opt_scsi.h"
@@ -299,6 +299,10 @@ static struct scsidevs knowndevs[] =
"st", SC_ONE_LU, 0, mode_wangdat1300
},
{
+ T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "DEC", "DLT2700", "*",
+ "st", SC_MORE_LUS, 0
+ },
+ {
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "*", "*", "*",
"st", SC_ONE_LU, 0, mode_unktape
},
OpenPOWER on IntegriCloud