Deleted Added
full compact
amdtemp.4 (205076) amdtemp.4 (208027)
1.\"-
2.\" Copyright (c) 2008 Rui Paulo
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2008 Rui Paulo
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/amdtemp.4 205076 2010-03-12 10:01:06Z uqs $
26.\" $FreeBSD: head/share/man/man4/amdtemp.4 208027 2010-05-13 12:07:55Z uqs $
27.\"
28.Dd April 8, 2008
29.Dt AMDTEMP 4
30.Os
31.Sh NAME
32.Nm amdtemp
33.Nd device driver for AMD K8, K10 and K11 on-die digital thermal sensor
34.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

59The driver also creates
60.Va dev.cpu.%d.temperature
61displaying the maximum temperature of the two sensors
62located in each CPU core.
63.Pp
64For the K10 and K11 families, the driver creates
65.Va dev.cpu.%d.temperature
66with the temperature of each core.
27.\"
28.Dd April 8, 2008
29.Dt AMDTEMP 4
30.Os
31.Sh NAME
32.Nm amdtemp
33.Nd device driver for AMD K8, K10 and K11 on-die digital thermal sensor
34.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

59The driver also creates
60.Va dev.cpu.%d.temperature
61displaying the maximum temperature of the two sensors
62located in each CPU core.
63.Pp
64For the K10 and K11 families, the driver creates
65.Va dev.cpu.%d.temperature
66with the temperature of each core.
67.Sh BUGS
68AMD K9 is not supported because temperature reporting has been replaced
69by Maltese.
70.Sh SEE ALSO
71.Xr sysctl 8
72.Sh HISTORY
73The
74.Nm
75driver first appeared in
76.Fx 7.1 .
77.Sh AUTHORS
78.An Rui Paulo Aq rpaulo@FreeBSD.org
79.An Norikatsu Shigemura Aq nork@FreeBSD.org
67.Sh SEE ALSO
68.Xr sysctl 8
69.Sh HISTORY
70The
71.Nm
72driver first appeared in
73.Fx 7.1 .
74.Sh AUTHORS
75.An Rui Paulo Aq rpaulo@FreeBSD.org
76.An Norikatsu Shigemura Aq nork@FreeBSD.org
77.Sh BUGS
78AMD K9 is not supported because temperature reporting has been replaced
79by Maltese.