summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-09 00:20:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-09-09 00:20:32 +0000
commit82b3638ecad8fcea7db72bef1388f73af617b0d4 (patch)
tree7b6a94ee9e574b1a58839fc2159a89b8168979ad /share
parentfd70e05531fcc916b046fe2f8336603fd23297c6 (diff)
new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/thmc.449
2 files changed, 51 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f7b49bc3145..110351ba6f0 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.427 2007/09/08 02:15:52 jsg Exp $
+# $OpenBSD: Makefile,v 1.428 2007/09/09 00:20:31 deraadt Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -43,7 +43,7 @@ MAN= aac.4 ac97.4 acphy.4 \
sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sli.4 \
sm.4 softraid.4 speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 \
stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \
- tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
+ tlphy.4 thmc.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \
ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udp.4 udsbr.4 \
ueagle.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \
diff --git a/share/man/man4/thmc.4 b/share/man/man4/thmc.4
new file mode 100644
index 00000000000..7127f8ff5a0
--- /dev/null
+++ b/share/man/man4/thmc.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: thmc.4,v 1.1 2007/09/09 00:20:31 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 $Mdocdate: September 9 2007 $
+.Dt ADMLC 4
+.Os
+.Sh NAME
+.Nm admlc
+.Nd TI TMHC50, Analog ADM1022/1028 temperature sensor
+.Sh SYNOPSIS
+.Cd "tmhc* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides minimal support for the TI TMHC50, Analog ADM1022
+and Analog ADM1028 temperature sensor.
+The device possesses internal and external temperature sensors,
+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 HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Theo de Raadt Aq deraadt@openbsd.org .