summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 346e119..662522f 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.48 1996/01/28 22:41:44 julian Exp $
+ * $Id: scsiconf.c,v 1.49 1996/01/31 07:32:11 jkh Exp $
*/
#include <sys/types.h>
@@ -246,6 +246,10 @@ static struct scsidevs knowndevs[] =
#endif /* NOD */
#if NSD > 0
{
+ T_DIRECT, T_DIRECT, T_FIXED, "EMULEX", "MD21*" , "*",
+ "sd", SC_MORE_LUS
+ },
+ {
T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*",
"sd", SC_ONE_LU
},
OpenPOWER on IntegriCloud