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

(-)src/share/man/man4/Makefile 2009-07-27 15:04:59.000000000 +0400 (-1 / +1 lines)
Lines 568-574 Link Here
568
_if_nxge.4=    if_nxge.4
568
_if_nxge.4=    if_nxge.4
569
_if_wpi.4=     if_wpi.4
569
_if_wpi.4=     if_wpi.4
570
_ipmi.4=       ipmi.4
570
_ipmi.4=       ipmi.4
571
_k8temp.4=     k8temp.4
571
_k8temp.4=     amdtemp.4
572
_nfe.4=                nfe.4
572
_nfe.4=                nfe.4
573
_nfsmb.4=      nfsmb.4
573
_nfsmb.4=      nfsmb.4
574
_nve.4=                nve.4
574
_nve.4=                nve.4
(-)src/share/man/man4/amdtemp.4 2009-07-27 13:45:03.000000000 +0400 (-5 / +5 lines)
Lines 23-49 Link Here
23
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24
.\" SUCH DAMAGE.
24
.\" SUCH DAMAGE.
25
.\"
25
.\"
26
.\" $FreeBSD: src/share/man/man4/k8temp.4,v 1.1.2.1 2008/07/06 16:24:50 rpaulo Exp $
26
.\" $FreeBSD: src/share/man/man4/amdtemp.4,v 1.1.2.1 2008/07/06 16:24:50 rpaulo Exp $
27
.\"
27
.\"
28
.Dd April 8, 2008
28
.Dd April 8, 2008
29
.Dt K8TEMP 4
29
.Dt K8TEMP 4
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
32
.Nm k8temp
32
.Nm amdtemp
33
.Nd device driver for AMD K8 on-die digital thermal sensor
33
.Nd device driver for AMD K8 on-die digital thermal sensor
34
.Sh SYNOPSIS
34
.Sh SYNOPSIS
35
To compile this driver into the kernel,
35
To compile this driver into the kernel,
36
place the following line in your
36
place the following line in your
37
kernel configuration file:
37
kernel configuration file:
38
.Bd -ragged -offset indent
38
.Bd -ragged -offset indent
39
.Cd "device k8temp"
39
.Cd "device amdtemp"
40
.Ed
40
.Ed
41
.Pp
41
.Pp
42
Alternatively, to load the driver as a
42
Alternatively, to load the driver as a
43
module at boot time, place the following line in
43
module at boot time, place the following line in
44
.Xr loader.conf 5 :
44
.Xr loader.conf 5 :
45
.Bd -literal -offset indent
45
.Bd -literal -offset indent
46
k8temp_load="YES"
46
amdtemp_load="YES"
47
.Ed
47
.Ed
48
.Sh DESCRIPTION
48
.Sh DESCRIPTION
49
The
49
The
Lines 55-61 Link Here
55
.Nm
55
.Nm
56
driver reports each cores' temperature through a sysctl node in the
56
driver reports each cores' temperature through a sysctl node in the
57
corresponding CPU devices's sysctl tree, named
57
corresponding CPU devices's sysctl tree, named
58
.Va dev.k8temp.%d.sensor{0,1}.core{0,1} .
58
.Va dev.amdtemp.%d.sensor{0,1}.core{0,1} .
59
.Va dev.cpu.%d.temperature
59
.Va dev.cpu.%d.temperature
60
is also created and it displays the maximum temperature of the two sensors
60
is also created and it displays the maximum temperature of the two sensors
61
located in each CPU core.
61
located in each CPU core.

Return to bug 137171