Date: Wed, 27 Jun 2001 23:17:16 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <200106280617.f5S6HGR58756@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106280617.f5S6HGR58756>