Date: Sun, 03 Jul 2005 01:26:22 -0000 From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c Message-ID: <200502220040.j1M0eDKq077839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2005-02-22 00:40:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Set the start of the cooling time later on, when we're actually performing the switch. Other interim tests (i.e., for minimum runtime) could invalidate the start time. This fixes transitions to cooler states in that now they go to the next active state (_AC0 -> _AC1) instead of going straight to off (_AC0 -> off). Submitted by: Alexandre "Sunny" Kovalenko (Alex.Kovalenko / verizon.net) Revision Changes Path 1.53 +2 -2 src/sys/dev/acpica/acpi_thermal.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502220040.j1M0eDKq077839>