No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / admtemp.4
blob352c380f96d24c6d8cc25d6ee8ceec379babde41
1 .\"     $NetBSD: admtemp.4,v 1.1 2008/10/29 17:26:57 jkunz 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
28 The
29 .Nm
30 driver provides support for the Analog Devices ADM1021,
31 Analog Devices ADM1023, Analog Devices ADM1032, Genesys Logic GL523SM,
32 Global Mixed-mode Technology G781, Maxim 1617, and Xeon embedded
33 temperature sensors.
34 The device possesses internal and external temperature sensors.
35 These values are made available through the
36 .Xr envstat 8
37 interface.
38 .Pp
39 On i386 machines, this driver also supports the Xeon embedded
40 I2C temperature probes.
41 In 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
48 The
49 .Nm
50 driver was written by
51 .An Theo de Raadt Aq deraadt@openbsd.org .