summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-11-30 07:39:37 +0000
committerjoerg <joerg@FreeBSD.org>1996-11-30 07:39:37 +0000
commit7641a2e472391b397d542827c8fa87ede3892233 (patch)
treed702faa4a499aaa0a3efbe10f671e004e735fe2e /sys/scsi/scsiconf.c
parentae8604d5d7c696756d5f2359092b81a125d66dfa (diff)
downloadFreeBSD-src-7641a2e472391b397d542827c8fa87ede3892233.zip
FreeBSD-src-7641a2e472391b397d542827c8fa87ede3892233.tar.gz
Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tape
library devices will properly come up with all LUNs detected. Submitted by: dawes@Physics.usyd.edu.au (David Dawes)
Diffstat (limited to 'sys/scsi/scsiconf.c')
-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 43181c6..9a16106 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.67 1996/11/09 02:44:11 max Exp $
+ * $Id: scsiconf.c,v 1.68 1996/11/28 09:51:03 phk Exp $
*/
#include "opt_scsi.h"
@@ -303,6 +303,10 @@ static struct scsidevs knowndevs[] =
"st", SC_MORE_LUS, 0
},
{
+ T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "Quantum", "DLT*", "*",
+ "st", SC_MORE_LUS, 0
+ },
+ {
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "*", "*", "*",
"st", SC_ONE_LU, 0, mode_unktape
},
OpenPOWER on IntegriCloud