Page MenuHomeFreeBSD

Add ASMC_DEBUG make option
ClosedPublic

Authored by ngie on Jan 5 2026, 3:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 28, 8:34 AM
Unknown Object (File)
Thu, Mar 26, 6:09 AM
Unknown Object (File)
Sat, Mar 21, 11:26 AM
Unknown Object (File)
Thu, Mar 19, 7:47 PM
Unknown Object (File)
Tue, Mar 10, 12:39 AM
Unknown Object (File)
Feb 26 2026, 6:01 AM
Unknown Object (File)
Feb 15 2026, 4:26 PM
Unknown Object (File)
Feb 15 2026, 8:23 AM
Subscribers

Details

Summary

This allows folks to enable debug statements in asmc(4) using kernel
configs via the options ASMC_DEBUG directive.

Remove a duplicate device vt_efifb directive in NOTES as it's
already handled in the GENERIC config.

MFC after: 1 week

Test Plan

This allows me to see the debug statements from asmc_dumpall, etc, on my MacBookPro16,1.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ngie requested review of this revision.Jan 5 2026, 3:27 AM
ngie edited the test plan for this revision. (Show Details)
ngie added a subscriber: guest-seuros.
sys/modules/asmc/Makefile
4–6

This can be condensed.

sys/modules/asmc/Makefile: condense SRCS

You might mention this option in asmc.4 too.

This revision is now accepted and ready to land.Jan 5 2026, 1:33 PM
This revision was automatically updated to reflect the committed changes.