Decrease sleep_delay default to 1 second now that the machines that

required the 5 second delay have been fixed.
This commit is contained in:
Nate Lawson 2004-05-29 05:34:04 +00:00
parent e6228fcfdc
commit 2b9609ab9b

View File

@ -509,10 +509,10 @@ acpi_attach(device_t dev)
&sc->acpi_disable_on_poweroff, 0, "ACPI subsystem disable on poweroff"); &sc->acpi_disable_on_poweroff, 0, "ACPI subsystem disable on poweroff");
/* /*
* Default to 5 seconds before sleeping to give some machines time to * Default to 1 second before sleeping to give some machines time to
* stabilize. * stabilize.
*/ */
sc->acpi_sleep_delay = 5; sc->acpi_sleep_delay = 1;
sc->acpi_disable_on_poweroff = 0; sc->acpi_disable_on_poweroff = 0;
if (bootverbose) if (bootverbose)
sc->acpi_verbose = 1; sc->acpi_verbose = 1;