cvs commit: src/sys/dev/acpica acpi_powerres.c acpi_thermal.c
Nate Lawson
njl at FreeBSD.org
Thu Apr 8 23:55:51 PDT 2004
njl 2004/04/08 23:55:50 PDT
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_powerres.c acpi_thermal.c
Log:
Replace more ad-hoc versions of acpi_GetReference(). Since the type of
Reference objects changed from ACPI_TYPE_ANY to ACPI_TYPE_LOCAL_REFERENCE
in Oct. 2002, this may help systems where switching the cooler on failed.
We support both types for now until this sorts out.
Revision Changes Path
1.20 +3 -23 src/sys/dev/acpica/acpi_powerres.c
1.41 +30 -69 src/sys/dev/acpica/acpi_thermal.c
More information about the cvs-src
mailing list