]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/lua: Set reasonable ACPI default based on presence
authorKyle Evans <kevans@FreeBSD.org>
Fri, 16 Feb 2018 04:03:15 +0000 (04:03 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 16 Feb 2018 04:03:15 +0000 (04:03 +0000)
commit6401094f6244088a9c71b15d1b77260eba374775
treecef4beac2a29238357ef90f76ac6b1f241bd272a
parent6a5a7e8a53a1b517679cb0621b35bc2dfc5f6bbb
stand/lua: Set reasonable ACPI default based on presence

Set it based on hint.acpi.0.rsdp. Initially, hint.acpi.0.disabled will be
respected. "Using System Defaults" will override whether it's explicitly
disabled by hint and re-load it based on whether it's present on the system.

Unlike the 4th version, this is not restricted to x86. I have no strong
reasoning for this, so this is definitely open to change.
stand/lua/core.lua