Page MenuHomeFreeBSD

ipmi_ssif: Fix inverted for the end of multi-part reads
ClosedPublic

Authored by allanjude on Feb 17 2021, 9:35 PM.
Tags
None
Referenced Files
F135087283: D28749.diff
Thu, Nov 6, 9:15 AM
Unknown Object (File)
Fri, Oct 24, 4:26 PM
Unknown Object (File)
Sun, Oct 19, 12:33 PM
Unknown Object (File)
Fri, Oct 17, 10:49 PM
Unknown Object (File)
Sat, Oct 11, 10:04 PM
Unknown Object (File)
Sep 29 2025, 5:17 AM
Unknown Object (File)
Sep 20 2025, 3:01 AM
Unknown Object (File)
Sep 16 2025, 1:22 AM
Subscribers

Details

Summary

Sponsored by: Ampere Computing LLC

Diff Detail

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

Event Timeline

Any docs on what this should contain ?

In D28749#643720, @manu wrote:

Any docs on what this should contain ?

I think specifically this one 0xff indicates 'last block, no more entries', and the logic was accidently inverted before.

You can check the IPMI Specification, sec 12.5 for info on SSIF Multi-part Read Transactions

You can check the IPMI Specification, sec 12.5 for info on SSIF Multi-part Read Transactions

Thanks, that was exactly what I was looking for.

This revision is now accepted and ready to land.Feb 17 2021, 11:24 PM

Do we want to put this link and section reference in the commit message?

Do we want to put this link and section reference in the commit message?

I'm not a fan of putting links as they tend to disappear over time but citing the name of the doc and chapter would be nice to do.