Page MenuHomeFreeBSD

asmc: Fix asmc_dumpall to enumerate all SMC keys
Needs ReviewPublic

Authored by guest-seuros on Mon, Jan 12, 9:07 AM.

Details

Reviewers
adrian
ngie
markj
Summary

D54436 added bootverbose output showing the SMC key count, but asmc_dumpall() remained hardcoded to only dump 256 keys.
Now it use ASMC_NKEYS to read the actual count.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

guest-seuros created this revision.