mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:41:03 +01:00
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:
parent
ca8fcfcf5e
commit
834517eff8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user