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:
njl 2004-05-28 07:16:52 +00:00
parent bf2804c5c0
commit 0659d93cbd

View File

@ -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")) {