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
F171262959: D56811.id177647.diff
Wed, Sep 9, 10:59 PM
F171222442: D56811.id177401.diff
Wed, Sep 9, 3:21 PM
F171165311: D56811.id177202.diff
Wed, Sep 9, 4:14 AM
Unknown Object (File)
Sat, Sep 5, 6:44 AM
Unknown Object (File)
Sat, Sep 5, 5:26 AM
Unknown Object (File)
Fri, Aug 28, 8:46 PM
Unknown Object (File)
Fri, Aug 28, 9:21 AM
Unknown Object (File)
Wed, Aug 26, 8:40 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.