If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead
authorderaadt <deraadt@openbsd.org>
Sun, 18 Aug 2024 02:53:08 +0000 (02:53 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 18 Aug 2024 02:53:08 +0000 (02:53 +0000)
commit159a3e96ea19197fc57448ff64e3d913d4c0ac71
tree7d065acbcbffdf1f3f5b37869be2d709101054d1
parent076a4f8b585751a7eee3f672f66cd97e985f5a38
If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead
of "S0" on the acpi: sleep states line.  (In my view, this flag-bit
announces that the hardware vendor + bios vendor + microsoft have agreed
this machine has enough "features" that S0 suspend is about as good or
better than S3, for various criteria).
ok kettenis mlarkin
sys/dev/acpi/acpi.c