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
Unknown Object (File)
Feb 12 2024, 9:06 AM
Unknown Object (File)
Dec 20 2023, 7:58 AM
Unknown Object (File)
Dec 11 2023, 12:44 AM
Unknown Object (File)
Nov 28 2023, 1:07 AM
Unknown Object (File)
Nov 16 2023, 9:27 AM
Unknown Object (File)
Nov 11 2023, 12:11 PM
Unknown Object (File)
Nov 11 2023, 7:13 AM
Unknown Object (File)
Nov 7 2023, 7:05 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