diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index f48673d4dfe5..21ee2396b562 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.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 */