summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-17 21:49:06 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-17 21:49:06 +0000
commit3f01bad7d72fc302d847dd427b69ad3a98601985 (patch)
tree5c9b1ee0da571bc2547b8c8a9619f66fb3c6cff8 /sys/scsi
parentd1678dfa02efcb8eec1aafd174bb3d96a68b5f1f (diff)
downloadFreeBSD-src-3f01bad7d72fc302d847dd427b69ad3a98601985.zip
FreeBSD-src-3f01bad7d72fc302d847dd427b69ad3a98601985.tar.gz
Add the C1557A as a known tape changer (thus non-broken multi-LUN tape
device). Submitted by: Andre.Albsmeier@mchp.siemens.de (Andre Albsmeier)
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index c90560a..ad14ee0 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.91 1997/09/05 10:16:03 joerg Exp $
+ * $Id: scsiconf.c,v 1.92 1997/09/07 15:06:08 joerg Exp $
*/
#include "opt_scsi.h"
@@ -310,6 +310,11 @@ static struct scsidevs knowndevs[] =
"st", SC_MORE_LUS, 0
},
{
+ {
+ T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1557A", "*",
+ "st", SC_MORE_LUS, 0
+ },
+ {
T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "ARCHIVE", "Python 28849-*", "*",
"st", SC_MORE_LUS, 0
},
OpenPOWER on IntegriCloud