1 .\" $NetBSD: admtemp.4,v 1.1 2008/10/29 17:26:57 jkunz Exp $
3 .\" $OpenBSD: admtemp.4,v 1.8 2007/05/31 19:19:48 jmc Exp $
5 .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
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.
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.
24 .Nd Analog Devices ADM1021 temperature sensor
26 .Cd "admtemp* at iic? addr 0x18"
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
34 The device possesses internal and external temperature sensors.
35 These values are made available through the
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.
51 .An Theo de Raadt Aq deraadt@openbsd.org .