summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-01-21 08:03:37 +0000
committerache <ache@FreeBSD.org>1998-01-21 08:03:37 +0000
commit9059b3b040266a02fc3aca550f850a4f78ae93e9 (patch)
tree62ad68be0b445c753c95f9388763a090c4f606e0 /sys/scsi
parente21210fa7141c03187a279133478762305f100b7 (diff)
downloadFreeBSD-src-9059b3b040266a02fc3aca550f850a4f78ae93e9.zip
FreeBSD-src-9059b3b040266a02fc3aca550f850a4f78ae93e9.tar.gz
Add SCSI-SCSI RAID from Infotrand as known device
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 9de7e9d..8293663 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.100 1997/12/30 04:19:54 julian Exp $
+ * $Id: scsiconf.c,v 1.101 1997/12/30 22:26:51 nate Exp $
*/
#include "opt_scsi.h"
@@ -271,6 +271,10 @@ static struct scsidevs knowndevs[] =
T_DIRECT, T_DIRECT, T_FIXED, "EMULEX", "MD21*" , "*",
"sd", SC_MORE_LUS
},
+ {
+ T_DIRECT, T_DIRECT, T_FIXED, "IFT", "*" , "*",
+ "sd", SC_MORE_LUS
+ },
#endif /* NSD */
#if NST > 0
{
OpenPOWER on IntegriCloud