Page MenuHomeFreeBSD

smbios: Move smbios driver out from x86 machdep code
ClosedPublic

Authored by allanjude on Feb 17 2021, 9:34 PM.
Tags
None
Referenced Files
F103527806: D28738.diff
Tue, Nov 26, 3:22 AM
Unknown Object (File)
Fri, Nov 22, 11:33 PM
Unknown Object (File)
Tue, Nov 12, 3:31 AM
Unknown Object (File)
Tue, Nov 5, 10:42 AM
Unknown Object (File)
Fri, Nov 1, 4:50 AM
Unknown Object (File)
Oct 3 2024, 1:57 AM
Unknown Object (File)
Oct 2 2024, 9:21 AM
Unknown Object (File)
Sep 30 2024, 3:56 PM
Subscribers

Diff Detail

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

Event Timeline

If the intention is to support smbios(4) on non-x86, shouldn't it be added to a non-x86 KERNCONF file?

If the intention is to support smbios(4) on non-x86, shouldn't it be added to a non-x86 KERNCONF file?

IMO it's reasonable to do the moving/refactoring first to facilitate additional testing/experimentation, and add it to GENERIC kern confs later (when we're quite confident it is going to be completed, as here).

manu added inline comments.
sys/conf/files.x86
296

So, it seems that smbios wasn't part of GENERIC as it was optional smbios here but now it is. That should be reflected in the commit.

If the intention is to support smbios(4) on non-x86, shouldn't it be added to a non-x86 KERNCONF file?

That is done here: https://reviews.freebsd.org/D28744

If the intention is to support smbios(4) on non-x86, shouldn't it be added to a non-x86 KERNCONF file?

That is done here: https://reviews.freebsd.org/D28744

Thanks!

This revision is now accepted and ready to land.Feb 18 2021, 6:54 PM