sxitemp(4)
authorkettenis <kettenis@openbsd.org>
Sun, 31 Dec 2017 15:55:02 +0000 (15:55 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 31 Dec 2017 15:55:02 +0000 (15:55 +0000)
share/man/man4/Makefile
share/man/man4/sxitemp.4 [new file with mode: 0644]

index 22f9a99..f730857 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.661 2017/12/17 13:54:08 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.662 2017/12/31 15:55:02 kettenis Exp $
 
 MAN=   aac.4 ac97.4 acphy.4 acrtc.4 \
        acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -58,7 +58,8 @@ MAN=  aac.4 ac97.4 acphy.4 acrtc.4 \
        sdmmc.4 sdhc.4 se.4 ses.4 \
        sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 sli.4 \
        sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \
-       st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxirsb.4 sym.4 \
+       st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxirsb.4 sxitemp.4 \
+       sym.4 \
        tcic.4 tcp.4 termios.4 tht.4 ti.4 tl.4 \
        tlphy.4 thmc.4 tpm.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 tap.4 \
        twe.4 \
diff --git a/share/man/man4/sxitemp.4 b/share/man/man4/sxitemp.4
new file mode 100644 (file)
index 0000000..339e1f7
--- /dev/null
@@ -0,0 +1,48 @@
+.\"    $OpenBSD: sxitemp.4,v 1.1 2017/12/31 15:55:02 kettenis Exp $
+.\"
+.\" Copyright (c) 2017 Mark Kettenis <kettenis@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: December 31 2017 $
+.Dt SXITEMP 4
+.Os
+.Sh NAME
+.Nm sxitemp
+.Nd Allwinner temperature monitor
+.Sh SYNOPSIS
+.Cd "sxitemp* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the temperature sensor found on the
+Allwinner H5 and R40/V40 SoCs.
+.Pp
+Sensor values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Mt kettenis@openbsd.org .