Enji Cooper <[email protected]> writes: > commit f224591746bdaf14ad5f63de4738a3146cc2f55f > Author: Enji Cooper <[email protected]> > AuthorDate: 2026-01-04 08:27:57 +0000 > Commit: Enji Cooper <[email protected]> > CommitDate: 2026-01-06 01:43:04 +0000 > > Add ASMC_DEBUG make option > > This allows folks to enable debug statements in asmc(4) using kernel > configs via the `options ASMC_DEBUG` directive. > > While here, remove a duplicate `device vt_efifb` directive in `NOTES` > as it's already handled in the `GENERIC` config > > MFC after: 1 week > Differential Revision: https://reviews.freebsd.org/D54511 > --- > sys/amd64/conf/NOTES | 7 ++++--- > sys/conf/options.amd64 | 3 +++ > sys/dev/asmc/asmc.c | 20 +++++++++++--------- > sys/modules/asmc/Makefile | 2 +- > 4 files changed, 19 insertions(+), 13 deletions(-)
This added asmc to amd64 NOTES even though it's already in x86 NOTES. DES -- Dag-Erling Smørgrav - [email protected]
