The branch main has been updated by jhb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f3f04c4027a71421b38094bb22e3aa4710ddcc38

commit f3f04c4027a71421b38094bb22e3aa4710ddcc38
Author:     John Baldwin <j...@freebsd.org>
AuthorDate: 2024-04-14 02:16:13 +0000
Commit:     John Baldwin <j...@freebsd.org>
CommitDate: 2024-04-14 02:16:13 +0000

    sys: Retire the ISCSI_INITIATOR_DEBUG option
    
    This was used by the old iSCSI initiator, not the current one.
    
    Reported by:    trasz
---
 sys/conf/NOTES   | 4 ----
 sys/conf/options | 3 ---
 2 files changed, 7 deletions(-)

diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3bdfdbe6e7eb..4280d477bcb5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1471,10 +1471,6 @@ 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
diff --git a/sys/conf/options b/sys/conf/options
index ba1efff080b7..4e9d8a5b0741 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -421,9 +421,6 @@ ISP_DEFAULT_ROLES   opt_isp.h
 ISP_INTERNAL_TARGET    opt_isp.h
 ISP_FCTAPE_OFF         opt_isp.h
 
-# Options used only in dev/iscsi
-ISCSI_INITIATOR_DEBUG  opt_iscsi_initiator.h
-
 # Net stuff.
 ACCEPT_FILTER_DATA
 ACCEPT_FILTER_DNS

Reply via email to