summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-06-25 18:29:53 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-06-25 18:29:53 +0000
commit581aa2ba563d68c7399897cc42799d5425d6ebea (patch)
tree51ca3480d5fdaea2a48ee3ef4483121efca1e7cf /sys
parentf3648f9ee8b34a83806e03b5ad867ef20a793cd9 (diff)
Notes
Diffstat (limited to 'sys')
-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 85be16221903..ab301d3db0b2 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.30.4.6 1996/04/04 22:43:59 rich Exp $
+ * $Id: scsiconf.c,v 1.30.4.7 1996/06/08 11:28:49 joerg Exp $
*/
#include <sys/types.h>
@@ -246,6 +246,10 @@ static struct scsidevs knowndevs[] =
"mx1", SC_ONE_LU
},
{
+ T_DIRECT, T_FIXED, "EMULEX", "MD21*" , "*",
+ "sd", SC_MORE_LUS
+ },
+ {
T_DIRECT, T_FIXED, "*", "*", "*",
"sd", SC_ONE_LU
},