From 4ecd329b73fad35e2812a30ce55b9b4d43162471 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 (cherry picked from commit f3f04c4027a71421b38094bb22e3aa4710ddcc38) --- sys/conf/NOTES | 4 ---- sys/conf/options | 3 --- 2 files changed, 7 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 913b155b099..2011f8edcc7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1468,10 +1468,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 afeb4bd83c0..37f09dc7ff3 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -416,9 +416,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