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)
Mon, Aug 17, 1:21 PM
Unknown Object (File)
Fri, Aug 14, 1:39 AM
Unknown Object (File)
Thu, Aug 13, 1:13 AM
Unknown Object (File)
Wed, Aug 12, 12:00 PM
Unknown Object (File)
Wed, Aug 12, 11:35 AM
Unknown Object (File)
Mon, Aug 10, 7:15 AM
Unknown Object (File)
Sun, Aug 9, 8:57 PM
Unknown Object (File)
Sat, Aug 8, 10:25 PM
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: 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.