cvs commit: src/sys/dev/acpica acpi.c
Nate Lawson
njl at FreeBSD.org
Sun Jun 11 20:33:53 UTC 2006
njl 2006-06-11 20:31:41 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
By default, don't disable ACPI during reboot. This appears to hang some
systems. Introduce a new sysctl "hw.acpi.disable_on_reboot" that allows
users to re-enable the old behavior in case it's needed for some systems.
We never disable in the power-off path.
Original approach submitted by Alexander Logvinov <abuse at akavia.ru> with
reworking by Jung-uk Kim and myself.
Revision Changes Path
1.226 +13 -3 src/sys/dev/acpica/acpi.c
More information about the cvs-src
mailing list