xref: /openbsd-src/share/man/man4/km.4 (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
1.\"	$OpenBSD: km.4,v 1.4 2008/08/30 01:09:08 brad Exp $
2.\"
3.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: August 30 2008 $
18.Dt KM 4
19.Os
20.Sh NAME
21.Nm km
22.Nd AMD K10 temperature sensor
23.Sh SYNOPSIS
24.Cd "km* at pci?"
25.Sh DESCRIPTION
26The
27.Nm
28driver provides support for the temperature sensors available in the
29AMD Family 10h and 11h processors.
30.Pp
31Each chip reports one temperature sensor.
32Multiprocessor systems have one instance of
33.Nm
34per chip.
35.Pp
36Sensor values are made available through the
37.Xr sysctl 8
38interface.
39.Sh SEE ALSO
40.Xr intro 4 ,
41.Xr pci 4 ,
42.Xr sensorsd 8 ,
43.Xr sysctl 8
44.Rs
45.%T "BIOS and Kernel Developer's Guide for AMD Family 10h Processors"
46.%D March 26, 2008
47.%R Publication # 31116
48.%P pp. 236--237 and pp. 243--244
49.\" .%O http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116.PDF
50.Re
51.Rs
52.%T "BIOS and Kernel Developer's Guide for AMD Family 11h Processors"
53.%D July 07, 2008
54.%R Publication # 41256
55.%P pp. 156--157 and pp. 159--160
56.\" .%O http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/41256.pdf
57.Re
58.Sh HISTORY
59The
60.Nm
61driver first appeared in
62.Ox 4.4 .
63.Sh AUTHORS
64.An -nosplit
65The
66.Nm
67driver was written by
68.An Constantine A. Murenin Aq cnst@openbsd.org ,
69University of Waterloo.
70