Sponsored by: Ampere Computing LLC
Details
Details
Diff Detail
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
Comment Actions
If the intention is to support smbios(4) on non-x86, shouldn't it be added to a non-x86 KERNCONF file?
Comment Actions
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).
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. |