sxits(4)
authorkettenis <kettenis@openbsd.org>
Sat, 6 Jan 2018 13:09:05 +0000 (13:09 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 6 Jan 2018 13:09:05 +0000 (13:09 +0000)
share/man/man4/man4.armv7/Makefile
share/man/man4/man4.armv7/sxits.4 [new file with mode: 0644]

index a83f3d1..521e0cc 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.18 2017/08/22 03:31:02 ians Exp $
+#      $OpenBSD: Makefile,v 1.19 2018/01/06 13:09:05 kettenis Exp $
 
 MAN=   agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \
        cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
@@ -7,7 +7,7 @@ MAN=    agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \
        omap.4 omdog.4 omgpio.4 ommmc.4 ompinmux.4 omwugen.4 \
        plrtc.4 pluart.4 prcm.4 psci.4 sitaracm.4 \
        sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \
-       sximmc.4 sxipio.4 sxitimer.4 \
+       sximmc.4 sxipio.4 sxitimer.4 sxits.4 \
        sysreg.4
 
 MANSUBDIR=armv7
diff --git a/share/man/man4/man4.armv7/sxits.4 b/share/man/man4/man4.armv7/sxits.4
new file mode 100644 (file)
index 0000000..642a812
--- /dev/null
@@ -0,0 +1,48 @@
+.\"    $OpenBSD: sxits.4,v 1.1 2018/01/06 13:09:05 kettenis Exp $
+.\"
+.\" Copyright (c) 2018 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: January 6 2018 $
+.Dt SXITS 4
+.Os
+.Sh NAME
+.Nm sxits
+.Nd Allwinner touchpad controller
+.Sh SYNOPSIS
+.Cd "sxits* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the temperature sensor found on the
+touchpad controller of the Allwinner A10, A10s/A13 and A20 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 .