Re: git: f224591746bd - main - Add ASMC_DEBUG make option
- In reply to: Enji Cooper (yaneurabeya): "Re: git: f224591746bd - main - Add ASMC_DEBUG make option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Feb 2026 21:26:58 UTC
> On Feb 26, 2026, at 1:20 PM, Enji Cooper (yaneurabeya) <yaneurabeya@gmail.com> wrote: > >> On Feb 26, 2026, at 5:47 AM, Dag-Erling Smørgrav <des@FreeBSD.org> wrote: >> >> Enji Cooper <ngie@FreeBSD.org> writes: >>> commit f224591746bdaf14ad5f63de4738a3146cc2f55f >>> Author: Enji Cooper <ngie@FreeBSD.org> >>> AuthorDate: 2026-01-04 08:27:57 +0000 >>> Commit: Enji Cooper <ngie@FreeBSD.org> >>> 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. > > I appreciate the reminder! I’ll send out a differential for this soon (I removed that entry on one of my git branches). Et voilà: https://reviews.freebsd.org/D55544 !