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)
Thu, Apr 30, 2:00 AM
Unknown Object (File)
Thu, Apr 30, 2:00 AM
Unknown Object (File)
Wed, Apr 29, 9:38 AM
Unknown Object (File)
Mon, Apr 27, 7:30 PM
Unknown Object (File)
Sat, Apr 25, 8:01 AM
Unknown Object (File)
Sat, Apr 18, 7:03 AM
Unknown Object (File)
Mon, Apr 6, 10:51 PM
Unknown Object (File)
Mon, Apr 6, 3:24 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.