x86 & arm: remove CAM_DEBUG_FLAGS= from MMCCAM kernels

we leave `options CAMDEBUG` enabled, so that when needed, CAM debugging
can be enabled *as needed*, rather than setting a default of everything.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/798
This commit is contained in:
Mina Galić 2024-02-02 12:46:01 -07:00 committed by Warner Losh
parent ca8fcfcf5e
commit 834517eff8
3 changed files with 5 additions and 16 deletions

View file

@ -12,12 +12,8 @@ ident GENERIC-MMCCAM
options MMCCAM
# Add CAMDEBUG stuff
# Allow for CAM debugging
options CAMDEBUG
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
# pass(4) device
device pass
nodevice mmc
nodevice mmcsd

View file

@ -12,12 +12,8 @@ ident GENERIC-MMCCAM
options MMCCAM
# Add CAMDEBUG stuff
# Allow for CAM debugging
options CAMDEBUG
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
# pass(4) device
device pass
nodevice mmc
nodevice mmcsd

View file

@ -10,13 +10,10 @@
include GENERIC
ident GENERIC-MMCCAM
# Add CAMDEBUG stuff
options CAMDEBUG
options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)
# pass(4) device
device pass
options MMCCAM
# Allow for CAM debugging
options CAMDEBUG
nodevice mmc
nodevice mmcsd