NOTES: Add devices for iSCSI support

Reviewed by:	imp
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D44688
This commit is contained in:
John Baldwin 2024-04-09 15:02:58 -07:00
parent 60bb979b3c
commit 76f22e353f
2 changed files with 14 additions and 4 deletions

View File

@ -79,6 +79,7 @@ nooptions SDP
nooptions IPOIB
nooptions IPOIB_CM
nodevice iser
nodevice sym
nodevice ccr

View File

@ -1461,6 +1461,19 @@ options SCSI_PT_DEFAULT_TIMEOUT=60
# a topology with the SES device that's on the box these drives are in....
options SES_ENABLE_PASSTHROUGH
# iSCSI
#
# iSCSI permits access to SCSI peripherals over a network connection
# (e.g. via a TCP/IP socket)
device cfiscsi # CAM Target Layer iSCSI target frontend
device iscsi # iSCSI initiator
device iser # iSCSI Extensions for RDMA (iSER) initiator
# Options used in dev/iscsi (Software iSCSI stack)
#
options ISCSI_INITIATOR_DEBUG=9
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
@ -1620,10 +1633,6 @@ options AHD_REG_PRETTY_PRINT
# Bitmap of units to enable targetmode operations.
options AHD_TMODE_ENABLE
# Options used in dev/iscsi (Software iSCSI stack)
#
options ISCSI_INITIATOR_DEBUG=9
# Options used in dev/isp/ (Qlogic SCSI/FC driver).
#
# ISP_TARGET_MODE - enable target mode operation