summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-05-03 22:24:50 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-05-03 22:24:50 +0000
commit8508495309eea87fbff2d0106b6862a3dd45fe33 (patch)
treeb36f7f3a06b07c97624fa436722cf7620a6e4483 /sys
parentf5d0795a1e8102128a46d06ae9a21f536f73b87e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 11058f209327..a5b2b1f9dda4 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id$
+ * $Id: scsiconf.c,v 1.64.2.12 1997/04/01 19:29:06 joerg Exp $
*/
#include "opt_scsi.h"
@@ -313,6 +313,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
/*
@@ -325,6 +329,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 */