Add ISP_INTERNAL_TARGET as an option for isp(4).

This commit is contained in:
Matt Jacob 2010-11-27 20:38:26 +00:00
parent c4f65bca0b
commit 15f0f9525c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215952
2 changed files with 3 additions and 0 deletions

View File

@ -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).

View File

@ -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