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)
This commit is contained in:
parent
8ebaee2697
commit
bf65a4116b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user