summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-02 22:57:27 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-02 22:57:27 +0000
commite13396326f906a986ab79baed2f0a23e9282f1f9 (patch)
tree40f3f2d3c2881e081a915ed1747b6cdd466d6a5b /sys/scsi
parent4b1008ade908e811b55091f86f2622b2efb5a0f3 (diff)
downloadFreeBSD-src-e13396326f906a986ab79baed2f0a23e9282f1f9.zip
FreeBSD-src-e13396326f906a986ab79baed2f0a23e9282f1f9.tar.gz
Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than
one LUN). Submitted by: Wilko Bulte
Diffstat (limited to 'sys/scsi')
-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