Re: git: 834517eff8aa - main - x86 & arm: remove CAM_DEBUG_FLAGS= from MMCCAM kernels

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 02 Feb 2024 22:45:15 UTC
On 2/2/24 11:59 AM, Warner Losh wrote:
> The branch main has been updated by imp:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=834517eff8aaab46760645619b880d97f23ab61b
> 
> commit 834517eff8aaab46760645619b880d97f23ab61b
> Author:     Mina Galić <freebsd@igalic.co>
> AuthorDate: 2024-02-02 19:46:01 +0000
> Commit:     Warner Losh <imp@FreeBSD.org>
> CommitDate: 2024-02-02 19:51:51 +0000
> 
>      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
> ---

Would it make sense to have a sys/conf/std.MMCCAM and the various GENERIC-MMCCAM
could just be include GENERIC, ident, include std.MMCCAM?

(Related, I wonder if we want to have std.DEBUG and std.NODEBUG for use in
GENERIC and GENERIC-*DEBUG.)

-- 
John Baldwin