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
F146319093: D49289.diff
Sun, Mar 1, 5:14 PM
F146263012: D49289.id.diff
Sun, Mar 1, 5:24 AM
Unknown Object (File)
Wed, Feb 18, 12:59 PM
Unknown Object (File)
Sat, Feb 7, 11:38 PM
Unknown Object (File)
Sat, Feb 7, 7:31 PM
Unknown Object (File)
Sat, Jan 31, 5:34 AM
Unknown Object (File)
Jan 4 2026, 2:19 AM
Unknown Object (File)
Dec 21 2025, 10:17 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 Not Applicable
Unit
Tests Not Applicable

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.