Now that we properly disable GPEs before entering a sleep state, including
S5 (soft off), we don't need to disable ACPI when powering off. This may fix some systems that don't power off correctly.
This commit is contained in:
parent
bf2804c5c0
commit
0659d93cbd
@ -513,7 +513,7 @@ acpi_attach(device_t dev)
|
||||
* stabilize.
|
||||
*/
|
||||
sc->acpi_sleep_delay = 5;
|
||||
sc->acpi_disable_on_poweroff = 1;
|
||||
sc->acpi_disable_on_poweroff = 0;
|
||||
if (bootverbose)
|
||||
sc->acpi_verbose = 1;
|
||||
if ((env = getenv("hw.acpi.verbose")) && strcmp(env, "0")) {
|
||||
|
Loading…
Reference in New Issue
Block a user