mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:01:05 +01:00
834517eff8
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
20 lines
244 B
Plaintext
20 lines
244 B
Plaintext
#
|
|
# GENERIC-MMCCAM
|
|
#
|
|
# Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack.
|
|
#
|
|
|
|
#NO_UNIVERSE
|
|
|
|
include GENERIC
|
|
|
|
ident GENERIC-MMCCAM
|
|
|
|
options MMCCAM
|
|
|
|
# Allow for CAM debugging
|
|
options CAMDEBUG
|
|
|
|
nodevice mmc
|
|
nodevice mmcsd
|