xref: /netbsd/share/man/man4/admtemp.4 (revision 6550d01e)
1.\"	$NetBSD: admtemp.4,v 1.2 2008/10/30 08:35:09 wiz Exp $
2.\"
3.\"	$OpenBSD: admtemp.4,v 1.8 2007/05/31 19:19:48 jmc Exp $
4.\"
5.\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
6.\"
7.\" Permission to use, copy, modify, and distribute this software for any
8.\" purpose with or without fee is hereby granted, provided that the above
9.\" copyright notice and this permission notice appear in all copies.
10.\"
11.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\"
19.Dd October 29, 2008
20.Dt ADMTEMP 4
21.Os
22.Sh NAME
23.Nm admtemp
24.Nd Analog Devices ADM1021 temperature sensor
25.Sh SYNOPSIS
26.Cd "admtemp* at iic? addr 0x18"
27.Sh DESCRIPTION
28The
29.Nm
30driver provides support for the Analog Devices ADM1021,
31Analog Devices ADM1023, Analog Devices ADM1032, Genesys Logic GL523SM,
32Global Mixed-mode Technology G781, Maxim 1617, and Xeon embedded
33temperature sensors.
34The device possesses internal and external temperature sensors.
35These values are made available through the
36.Xr envstat 8
37interface.
38.Pp
39On i386 machines, this driver also supports the Xeon embedded
40I2C temperature probes.
41In this case, however, only one temperature value is provided.
42.Sh SEE ALSO
43.Xr iic 4 ,
44.Xr intro 4 ,
45.Xr envstat 8
46.Sh AUTHORS
47.An -nosplit
48The
49.Nm
50driver was written by
51.An Theo de Raadt Aq deraadt@openbsd.org .
52