Page MenuHomeFreeBSD

acpi_spmc(4): Print supported functions after DSMs
ClosedPublic

Authored by olce on Mon, May 4, 8:32 PM.
Tags
None
Referenced Files
F157081656: D56811.id177401.diff
Mon, May 18, 8:15 AM
F157072310: D56811.id.diff
Mon, May 18, 6:58 AM
Unknown Object (File)
Sat, May 16, 10:01 AM
Unknown Object (File)
Thu, May 14, 12:30 AM
Unknown Object (File)
Wed, May 13, 6:42 PM
Unknown Object (File)
Mon, May 11, 10:48 AM
Unknown Object (File)
Mon, May 11, 8:58 AM
Unknown Object (File)
Sun, May 10, 11:40 PM
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.Mon, May 4, 8:32 PM
This revision is now accepted and ready to land.Thu, May 7, 2:37 AM
This revision now requires review to proceed.Thu, May 7, 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.Sun, May 10, 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.Tue, May 12, 1:34 PM
This revision is now accepted and ready to land.Tue, May 12, 2:09 PM
This revision was automatically updated to reflect the committed changes.
olce marked an inline comment as done.