Page MenuHomeFreeBSD

acpi_spmc(4): Print supported functions after DSMs
ClosedPublic

Authored by olce on May 4 2026, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 22, 2:19 AM
Unknown Object (File)
Sat, Aug 22, 2:19 AM
Unknown Object (File)
Sat, Aug 22, 2:19 AM
Unknown Object (File)
Sat, Aug 22, 2:19 AM
Unknown Object (File)
Tue, Aug 18, 11:52 AM
Unknown Object (File)
Sun, Aug 16, 10:17 AM
Unknown Object (File)
Sat, Aug 15, 5:25 AM
Unknown Object (File)
Sat, Aug 15, 4:50 AM
Subscribers

Details

Summary

This makes things more top-down, as expected when probing devices.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73023
Build 69906: arc lint + arc unit

Event Timeline

olce requested review of this revision.May 4 2026, 8:32 PM
This revision is now accepted and ready to land.May 7 2026, 2:37 AM
This revision now requires review to proceed.May 7 2026, 8:05 PM
obiwac added inline comments.
sys/dev/acpica/acpi_spmc.c
396–398

why not leave this check in the first loop?

This revision is now accepted and ready to land.May 10 2026, 1:18 PM

Reduce the diff by avoiding moving some KASSERT() to another loop which is undone in a later revision.

This revision now requires review to proceed.May 12 2026, 1:34 PM
This revision is now accepted and ready to land.May 12 2026, 2:09 PM
This revision was automatically updated to reflect the committed changes.
olce marked an inline comment as done.