[Bug 169862] [acpi] Prevent system sleep once shutdown has been initiated
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 22 19:08:50 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169862
John Baldwin <jhb at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhb at FreeBSD.org
--- Comment #3 from John Baldwin <jhb at FreeBSD.org> ---
Just to clarify, ACPI does DTRT if you use the power button to shutdown since
that calls acpi_EnterSleepState() which calls acpi_sleep_disable() before it
calls shutdown_nice(). The case that doesn't work is manually running
'shutdown -p now' or 'poweroff'.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-acpi
mailing list