Page MenuHomeFreeBSD

Add kern.features flag for MMCCAM
ClosedPublic

Authored by kibab on Sep 15 2017, 8:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 7:51 PM
Unknown Object (File)
Tue, Dec 3, 7:18 AM
Unknown Object (File)
Nov 5 2024, 9:46 PM
Unknown Object (File)
Oct 22 2024, 7:27 PM
Unknown Object (File)
Oct 19 2024, 2:16 AM
Unknown Object (File)
Oct 2 2024, 6:39 PM
Unknown Object (File)
Sep 30 2024, 12:17 AM
Unknown Object (File)
Sep 27 2024, 6:03 PM
Subscribers
None

Details

Summary

kern.features.mmcam will be present and equal to 1 if the kernel has been compiled with option MMCCAM.
This will help sdio-related userland tools to fail-fast if running on the kernel without MMCCAM enabled.

Test Plan
  • Compile GENERIC-MMCCAM of any other kernel with 'options MMCCAM';
  • Upon booting, type sysctl kern.features.mmccam, the output should be 1.
  • If running on non-MMCCAM kernel, there will be an error.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 11593
Build 11946: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 18 2017, 2:45 PM
This revision was automatically updated to reflect the committed changes.