summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2010-11-27 20:38:26 +0000
committermjacob <mjacob@FreeBSD.org>2010-11-27 20:38:26 +0000
commit0ed8063ce9791460d397edff19f351eff4259529 (patch)
treea36d3cec49f30178ee098726f0fc26f4540c2083
parent3c08a5cb789bd442298c25a9bfb2c312e0ba0554 (diff)
downloadFreeBSD-src-0ed8063ce9791460d397edff19f351eff4259529.zip
FreeBSD-src-0ed8063ce9791460d397edff19f351eff4259529.tar.gz
Add ISP_INTERNAL_TARGET as an option for isp(4).
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/options1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 73a4d09..9b37739 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1573,6 +1573,8 @@ options ISP_TARGET_MODE=1
# initiator=2
# both=3 (not supported currently)
#
+# ISP_INTERNAL_TARGET (trivial internal disk target, for testing)
+#
options ISP_DEFAULT_ROLES=2
# Options used in dev/sym/ (Symbios SCSI driver).
diff --git a/sys/conf/options b/sys/conf/options
index 75e2024..440f89f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -345,6 +345,7 @@ SCSI_NCR_MYADDR opt_ncr.h
ISP_TARGET_MODE opt_isp.h
ISP_FW_CRASH_DUMP opt_isp.h
ISP_DEFAULT_ROLES opt_isp.h
+ISP_INTERNAL_TARGET opt_isp.h
# Options used only in dev/iscsi
ISCSI_INITIATOR_DEBUG opt_iscsi_initiator.h
OpenPOWER on IntegriCloud