summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-10-15 04:38:40 +0000
committermjacob <mjacob@FreeBSD.org>2002-10-15 04:38:40 +0000
commit5080f0df6b88d0e04a6189469de8e98a34d8ad1a (patch)
treec07c4d8ad721fbe434b9493ebc38e5c5d7f96383 /sys
parent4b884ea067a5a3faadcd37705049c2fabda12d4a (diff)
downloadFreeBSD-src-5080f0df6b88d0e04a6189469de8e98a34d8ad1a.zip
FreeBSD-src-5080f0df6b88d0e04a6189469de8e98a34d8ad1a.tar.gz
Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes)
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d1c8c0b..6c4e7c2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1162,6 +1162,8 @@ options TDFX_LINUX # Enable Linuxulator support
# Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
# Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
# ispfw: Firmware module for Qlogic host adapters
+# mpt: LSI-Logic MPT/Fusion 53c1020 or 53c1030 Ultra4
+# or FC9x9 Fibre Channel host adapters.
# ncr: NCR 53C810, 53C825 self-contained SCSI host adapters.
# sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors:
# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875,
@@ -1205,6 +1207,7 @@ hint.isp.0.topology="nport-only"
hint.isp.0.portwnn="w50000000aaaa0000"
hint.isp.0.nodewnn="w50000000aaaa0001"
device ispfw
+device mpt
device ncr
device sym
device trm
@@ -1244,7 +1247,7 @@ options ADW_ALLOW_MEMIO
#
# ISP_TARGET_MODE - enable target mode operation
#
-#options ISP_TARGET_MODE=1
+options ISP_TARGET_MODE=1
# Options used in dev/sym/ (Symbios SCSI driver).
#options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits)
OpenPOWER on IntegriCloud