Page MenuHomeFreeBSD

libsa: smbios: Allow to run smbios_probe() multiple times
ClosedPublic

Authored by olce on Mar 7 2025, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 6:18 AM
Unknown Object (File)
Tue, Apr 8, 12:13 AM
Unknown Object (File)
Mon, Mar 31, 9:27 PM
Unknown Object (File)
Mar 22 2025, 10:30 PM
Unknown Object (File)
Mar 14 2025, 8:40 PM
Unknown Object (File)
Mar 14 2025, 6:40 PM
Unknown Object (File)
Mar 13 2025, 4:37 PM
Unknown Object (File)
Mar 11 2025, 3:49 PM
Subscribers

Details

Summary

This is in preparation for modifying the EFI loader to favor a v3 table
if present.

As an impact, caller smbios_match() has been changed so that it only
calls smbios_probe() with NULL (non-EFI discovery) once.

Diff Detail

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

Event Timeline

olce requested review of this revision.Mar 7 2025, 4:57 PM

This is good, though I'm thinking the XXX comment should maybe be expanded a word or five and the XXX removed. Up to you though.

This revision is now accepted and ready to land.Mar 7 2025, 5:52 PM
In D49289#1123977, @imp wrote:

This is good, though I'm thinking the XXX comment should maybe be expanded a word or five and the XXX removed. Up to you though.

Done in the final commit.