1.\" $OpenBSD: admtemp.4,v 1.11 2013/07/16 16:05:48 schwarze Exp $ 2.\" 3.\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> 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: July 16 2013 $ 18.Dt ADMTEMP 4 19.Os 20.Sh NAME 21.Nm admtemp 22.Nd Analog Devices ADM1021 temperature sensor 23.Sh SYNOPSIS 24.Cd "admtemp* at iic?" 25.Sh DESCRIPTION 26The 27.Nm 28driver provides support for the Analog Devices ADM1021, 29Analog Devices ADM1023, Analog Devices ADM1032, Genesys Logic GL523SM, 30Global Mixed-mode Technology G781, Maxim 1617, NXP SA56004x, 31and Xeon embedded temperature sensors. 32The device possesses internal and external temperature sensors. 33These values are made available through the 34.Xr sysctl 8 35interface. 36.Pp 37On i386 machines, this driver also supports the Xeon embedded 38I2C temperature probes. 39In this case, however, only one temperature value is provided. 40.Sh SEE ALSO 41.Xr iic 4 , 42.Xr intro 4 , 43.Xr sensorsd 8 , 44.Xr sysctl 8 45.Sh HISTORY 46The 47.Nm 48driver first appeared in 49.Ox 3.9 . 50.Sh AUTHORS 51.An -nosplit 52The 53.Nm 54driver was written by 55.An Theo de Raadt Aq Mt deraadt@openbsd.org . 56