Add the Archive 4586NP tape changer.
PR: kern/3481 Submitted by: bruce@zuhause.mn.org (Bruce Albrecht)
This commit is contained in:
parent
37b148163d
commit
ae012d7f94
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.83 1997/04/01 19:28:03 joerg Exp $
|
||||
* $Id: scsiconf.c,v 1.84 1997/04/02 09:05:41 jmg Exp $
|
||||
*/
|
||||
|
||||
#include "opt_scsi.h"
|
||||
@ -315,6 +315,10 @@ static struct scsidevs knowndevs[] =
|
||||
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
|
||||
"st", SC_MORE_LUS, 0
|
||||
},
|
||||
{
|
||||
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*",
|
||||
"st", SC_MORE_LUS, 0
|
||||
},
|
||||
#endif /* NST */
|
||||
#if NCH > 0
|
||||
/*
|
||||
@ -327,6 +331,10 @@ static struct scsidevs knowndevs[] =
|
||||
T_CHANGER, T_CHANGER, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
|
||||
"ch", SC_MORE_LUS
|
||||
},
|
||||
{
|
||||
T_CHANGER, T_CHANGER, T_REMOV, "ARCHIVE", "4586XX 28887-*", "*",
|
||||
"ch", SC_MORE_LUS
|
||||
},
|
||||
#endif /* NCH */
|
||||
#if NCD > 0
|
||||
#ifndef UKTEST /* make cdroms unrecognised to test the uk driver */
|
||||
|
Loading…
Reference in New Issue
Block a user