This new sysctl knob indicates whether the ACPI implementation supports
S4BIOS (FACS present with bit S4BIOS_F set, as per the standard).
If S4BIOS is not supported, do not allow 'hw.acpi.s4bios' to be set to
true.
This is also in preparation of probably switching the default for
'hw.acpi.s4bios' to false once OSPM-initiated S4 support is ready, in
which case administrators need some way to determine whether
firmware-initiated S4 support is possible. For now, we keep the default
of setting 'hw.acpi.s4bios' to true (1) when S4BIOS is supported.