View | Details | Raw Unified | Return to bug 171410
Collapse All | Expand All

(-)coretemp.4 (+10 lines)
Lines 56-63 Link Here
56
driver reports each core's temperature through a sysctl node in the
56
driver reports each core's temperature through a sysctl node in the
57
corresponding CPU device's sysctl tree, named
57
corresponding CPU device's sysctl tree, named
58
.Va dev.cpu.%d.temperature .
58
.Va dev.cpu.%d.temperature .
59
.Sh ENVIRONMENT
60
For CPUs not properly detected by
61
.Nm
62
TjMax can be forced with kernel environment variable
63
.Va coretemp.tjmax .
59
.Sh SEE ALSO
64
.Sh SEE ALSO
60
.Xr sysctl 8
65
.Xr sysctl 8
66
.Xr kenv 1
61
.Sh HISTORY
67
.Sh HISTORY
62
The
68
The
63
.Nm
69
.Nm
Lines 72-74 Link Here
72
as part of a Google Summer of Code project.
78
as part of a Google Summer of Code project.
73
This manual page was written by
79
This manual page was written by
74
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
80
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
81
.Sh BUGS
82
The Intel Atom CPUs have no register for TjMax. This can lead to a wrong value on Atom's that are not supported by
83
.Nm 
84
yet.

Return to bug 171410