From 279e434e2febf4d10a5f34ab5b1ae9c65e3cf12a Mon Sep 17 00:00:00 2001 From: kettenis Date: Wed, 23 Jun 2021 15:32:40 +0000 Subject: [PATCH] titmp(4) --- share/man/man4/Makefile | 4 ++-- share/man/man4/iic.4 | 6 +++-- share/man/man4/titmp.4 | 50 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 share/man/man4/titmp.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 90d5246a824..5b170298a1f 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.801 2021/06/16 16:48:07 kettenis Exp $ +# $OpenBSD: Makefile,v 1.802 2021/06/23 15:32:40 kettenis Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -80,7 +80,7 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxiccmu.4 \ sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirsb.4 sxirtc.4 sxisid.4 \ sxisyscon.4 sxitemp.4 sxitwi.4 sym.4 sypwr.4 syscon.4 \ - tcic.4 tcp.4 tcpci.4 termios.4 tht.4 ti.4 tipmic.4 tl.4 \ + tcic.4 tcp.4 tcpci.4 termios.4 tht.4 ti.4 tipmic.4 titmp.4 tl.4 \ tlphy.4 thmc.4 tpm.4 tpmr.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 \ tun.4 tap.4 twe.4 \ txp.4 txphy.4 uaudio.4 uark.4 uath.4 ubcmtp.4 uberry.4 ubsa.4 \ diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 45c672efab5..66fac769f2f 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.116 2021/06/16 16:41:42 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.117 2021/06/23 15:32:40 kettenis Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 16 2021 $ +.Dd $Mdocdate: June 23 2021 $ .Dt IIC 4 .Os .Sh NAME @@ -250,6 +250,8 @@ USB Type-C Port Controller Interface Philips TDA8444 fan controller .It Xr thmc 4 TI THMC50, Analog ADM1022/1028 temperature sensor +.It Xr titmp 4 +TI TMP451 temperature sensor .It Xr tsl 4 TAOS TSL2560/61 light sensor .It Xr wbenv 4 diff --git a/share/man/man4/titmp.4 b/share/man/man4/titmp.4 new file mode 100644 index 00000000000..9f6daa115e2 --- /dev/null +++ b/share/man/man4/titmp.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: titmp.4,v 1.1 2021/06/23 15:32:40 kettenis Exp $ +.\" +.\" Copyright (c) 2005 Theo de Raadt +.\" Copyright (c) 2021 Mark Kettenis +.\" +.\" 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: June 23 2021 $ +.Dt TITMP 4 +.Os +.Sh NAME +.Nm titmp +.Nd TI TMP451 temperature sensor +.Sh SYNOPSIS +.Cd "titmp* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the TI TMP451 temperature sensor. +The sensor possesses an internal temperature sensor and a link +to an external temperature sensor. +Both 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 7.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . -- 2.20.1