From owner-cvs-all Mon Oct 29 10: 9:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0791437B407; Mon, 29 Oct 2001 10:09:44 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TI9iV38416; Mon, 29 Oct 2001 10:09:44 -0800 (PST) (envelope-from iwasaki) Message-Id: <200110291809.f9TI9iV38416@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Mon, 29 Oct 2001 10:09:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_thermal.c acpivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/10/29 10:09:43 PST Modified files: sys/dev/acpica acpi.c acpi_thermal.c acpivar.h Log: Some small improvements of ACPI thermal driver. - Give a guaranteed minimum cooling run time to avoid too frequent cooling system On/Off switching. The minimum cooling run time can be specified by hw.acpi.thermal.min_runtime in sec. - Refine message printing (_AC-1 -> NONE). - Add verbose mode enable/disable capability by hw.acpi.verbose in bool. Reviewed by: acpi-jp@ folks Revision Changes Path 1.44 +5 -0 src/sys/dev/acpica/acpi.c 1.17 +48 -5 src/sys/dev/acpica/acpi_thermal.c 1.20 +10 -0 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message