From e13396326f906a986ab79baed2f0a23e9282f1f9 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Feb 1996 22:57:27 +0000 Subject: Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than one LUN). Submitted by: Wilko Bulte --- sys/scsi/scsiconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/scsi') 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 @@ -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 }, -- cgit v1.1