From owner-cvs-all Wed Jun 27 23:17:20 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 B842C37B401; Wed, 27 Jun 2001 23:17:16 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5S6HGR58756; Wed, 27 Jun 2001 23:17:16 -0700 (PDT) (envelope-from msmith) Message-Id: <200106280617.f5S6HGR58756@freefall.freebsd.org> From: Mike Smith Date: Wed, 27 Jun 2001 23:17:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c 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 msmith 2001/06/27 23:17:16 PDT Modified files: sys/dev/acpica acpi.c acpi_thermal.c acpivar.h Added files: sys/dev/acpica acpi_powerres.c Log: Sync to my work in progress: - Reorder the acpi_* functions in a sensible fashion - Add acpi_ForeachPackageObject and acpi_GetHandleInScope - Use the new debugging layer/level names - Implement most of the guts of the acpi_thermal module; passive cooling isn't there yet, but active cooling should work. - Implement power resource handling (acpi_powerres.c) This compiles and mostly works, but my test coverage is small, so feedback is welcome. Revision Changes Path 1.20 +183 -108 src/sys/dev/acpica/acpi.c 1.8 +343 -37 src/sys/dev/acpica/acpi_thermal.c 1.7 +16 -4 src/sys/dev/acpica/acpivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message