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
F102428072: D28738.diff
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
Unknown Object (File)
Sep 28 2024, 11:11 AM
Unknown Object (File)
Sep 27 2024, 2:46 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37113
Build 34002: arc lint + arc unit

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