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)
Mon, Jun 8, 10:34 AM
Unknown Object (File)
Mon, Jun 8, 6:57 AM
Unknown Object (File)
Thu, Jun 4, 2:37 PM
Unknown Object (File)
Thu, Jun 4, 2:37 PM
Unknown Object (File)
Wed, Jun 3, 5:14 AM
Unknown Object (File)
Tue, Jun 2, 5:14 AM
Unknown Object (File)
Sun, May 31, 7:06 AM
Unknown Object (File)
Sun, May 31, 7:02 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.