summaryrefslogtreecommitdiff
path: root/share/man/man4/admtt.4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-24 23:17:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-24 23:17:13 +0000
commit287a56324132f7617ffb79a1261dca75f9433dd5 (patch)
tree4e759ce4fa8482c7c0e69dc0a94303f45cdeab09 /share/man/man4/admtt.4
parent66803073d92376afd92769c3578f50e2aa5efc26 (diff)
adm1031 (and xeon sensors) man page
Diffstat (limited to 'share/man/man4/admtt.4')
-rw-r--r--share/man/man4/admtt.445
1 files changed, 45 insertions, 0 deletions
diff --git a/share/man/man4/admtt.4 b/share/man/man4/admtt.4
new file mode 100644
index 00000000000..21b13bdfc49
--- /dev/null
+++ b/share/man/man4/admtt.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: admtt.4,v 1.1 2005/12/24 23:17:12 deraadt Exp $
+.\"
+.\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd May 16, 2004
+.Dt ADMTMP 4
+.Os
+.Sh NAME
+.Nm admtmp
+.Nd Analog Devices ADM1031 temperature sensor
+.Sh SYNOPSIS
+.Cd "admtmp* at maciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Analog Devices ADM1031
+temperature sensor.
+The device possesses an internal and two external temperature sensors,
+plus two fan RPM monitors.
+These values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Theo de Raadt Aq deraadt@openbsd.org .