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)
This commit is contained in:
Joerg Wunsch 1997-10-19 09:37:49 +00:00
parent f87ea4059a
commit ad89c7c62f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30566

View File

@ -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"
@ -305,6 +305,10 @@ static struct scsidevs knowndevs[] =
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "Quantum", "DLT*", "*",
"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