Set the target ACPI to S5 when we're powering down the machine. Prevents
authorkettenis <kettenis@openbsd.org>
Mon, 29 Jul 2024 18:43:11 +0000 (18:43 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 29 Jul 2024 18:43:11 +0000 (18:43 +0000)
commit42d82ebc3137dd89464ad067ce321c263a28ac88
tree45c7f41cd63848391bf65656eead3d05e84dd788
parent235013eb5537fda09d0d291a941de9da1d382d62
Set the target ACPI to S5 when we're powering down the machine.  Prevents
us from trying to put devices into the D3 power state which some hardware
doesn't appreciate.

ok ratchov@, deraadt@
sys/arch/amd64/amd64/machdep.c
sys/arch/i386/i386/machdep.c