cvs commit: src/sbin/sysctl sysctl.c src/sys/dev/acpica
acpi_thermal.c
Arne Schwabe
arne at rfc2549.org
Tue Sep 7 16:46:07 PDT 2004
Peter Wemm <peter at FreeBSD.org> writes:
> peter 2004-08-30 22:42:10 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/sysctl sysctl.c
> sys/dev/acpica acpi_thermal.c
> Log:
> Add a suffix descriptor for the acpi thermal values as a hint for the userland
> sysctl tool to print a more readable value for temperatures.
I hope it is related to this commit:
sysctl -a hw.acpi.thermal
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.tz0.temperature: 84.0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 3617
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 93.0C
hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
> 3617/10 -273.15;
88.5500000
Without _any_ further checking, it seems that you forgot _PSV.
If I guessed wrong just ignore this
Arne
--
compiling millions of tiny c-programs...done
checking for a working configure script... not found
More information about the cvs-src
mailing list