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, Feb 26, 6:01 AM
Unknown Object (File)
Sun, Feb 15, 4:26 PM
Unknown Object (File)
Sun, Feb 15, 8:23 AM
Unknown Object (File)
Wed, Feb 11, 10:01 AM
Unknown Object (File)
Jan 22 2026, 11:10 PM
Unknown Object (File)
Jan 20 2026, 3:14 PM
Unknown Object (File)
Jan 20 2026, 10:33 AM
Unknown Object (File)
Jan 20 2026, 7:09 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.