Re: Removing stuff from NOTES because it is in GENEREIC
- In reply to: Dag-Erling_Smørgrav : "Re: Removing stuff from NOTES because it is in GENEREIC"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Mar 2026 08:53:48 UTC
On Thu, 26-Mar-2026 at 12:31:44 +0100, Dag-Erling Smørgrav wrote:
> Andre Albsmeier <mail@fbsd2.e4m.org> writes:
> > Is it correct to remove something from NOTES because it is in GENERIC?
> >
> > My impression was that NOTES contains ALL what can be configured into
> > a kernel (whether it makes sense or not). Am I wrong here?
>
> You are correct. NOTES is intended to have all options that can be
> enabled, plus non-default values for all parameters that can be tuned.
OK, thanks to you and Warner for clarifying.
When checking sys/amd64/conf/GENERIC on -HEAD, I found the following
items which are not in sys/{.,x86,amd64}/conf/NOTES:
device ocs_fc
device tws
device ufshci
device aq
device vge
option EXTERR_STRINGS
option IPSEC_OFFLOAD
option FIB_ALGO
option PRINTF_BUFR_SIZE
option KDTRACE_FRAME
option DDB_CTF
option RACCT_DEFAULT_TO_DISABLED
option AH_AR5416_INTERRUPT_MITIGATION
Should they be added?
-Andre