summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-10-19 09:37:49 +0000
committerjoerg <joerg@FreeBSD.org>1997-10-19 09:37:49 +0000
commit2588496dc9127cf8cb7ed2fce6e133e7c4d9c12a (patch)
tree0a597dff3672111d92f52f747b74ef44ca6dabc2 /sys/scsi
parent8d2f5e104f1c5eaa23cb2cbfaf812365eb37e107 (diff)
downloadFreeBSD-src-2588496dc9127cf8cb7ed2fce6e133e7c4d9c12a.zip
FreeBSD-src-2588496dc9127cf8cb7ed2fce6e133e7c4d9c12a.tar.gz
Make the Sun OEM version of the DLT a known multi-LUN device so changers
will work. PR: kern/4802 Submitted by: dawes@physics.usyd.edu.au (David Dawes)
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 10a1748..4fa6dad 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.94 1997/09/18 00:15:55 msmith Exp $
+ * $Id: scsiconf.c,v 1.95 1997/10/05 13:38:17 joerg Exp $
*/
#include "opt_scsi.h"
@@ -306,6 +306,10 @@ static struct scsidevs knowndevs[] =
"st", SC_MORE_LUS, 0
},
{
+ T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "SUN", "DLT*", "*",
+ "st", SC_MORE_LUS, 0
+ },
+ {
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1553A", "*",
"st", SC_MORE_LUS, 0
},
OpenPOWER on IntegriCloud