Page MenuHomeFreeBSD

D44688.diff
No OneTemporary

D44688.diff

diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -79,6 +79,7 @@
nooptions IPOIB
nooptions IPOIB_CM
+nodevice iser
nodevice sym
nodevice ccr
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1461,6 +1461,19 @@
# 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 @@
# 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

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 5:01 AM (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14710709
Default Alt Text
D44688.diff (1 KB)

Event Timeline