Date: Tue, 27 Aug 2002 00:53:55 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_powerres.c acpi_thermal.c Message-ID: <200208270753.g7R7ruXH027126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 2002/08/27 00:53:55 PDT Modified files: sys/dev/acpica acpi_powerres.c acpi_thermal.c Log: Fix a bug about the cooling system controlling in acpi_thermal driver. Recent version of ACPI CA returns the package object which contains object reference elements if the elements are named objects. We need to be careful when you use acpi_ForeachPackageObject() in new code... Revision Changes Path 1.13 +21 -11 src/sys/dev/acpica/acpi_powerres.c 1.27 +16 -0 src/sys/dev/acpica/acpi_thermal.c 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?200208270753.g7R7ruXH027126>