From f3f04c4027a71421b38094bb22e3aa4710ddcc38 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 13 Apr 2024 19:16:13 -0700 Subject: [PATCH] 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