From bf65a4116b9992901faa0529faa3f659500fcdd3 Mon Sep 17 00:00:00 2001
From: Joerg Wunsch <joerg@FreeBSD.org>
Date: Sat, 30 Nov 1996 07:39:37 +0000
Subject: [PATCH] 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)
---
 sys/scsi/scsiconf.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 43181c63deac..9a16106f0382 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"
@@ -302,6 +302,10 @@ static struct scsidevs knowndevs[] =
 		T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "DEC", "DLT2700", "*",
 		"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