sxirintc(4)
authorkettenis <kettenis@openbsd.org>
Mon, 12 Sep 2022 17:30:32 +0000 (17:30 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 12 Sep 2022 17:30:32 +0000 (17:30 +0000)
share/man/man4/Makefile
share/man/man4/sxirintc.4 [new file with mode: 0644]

index b305c4b..b6d6cbe 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.819 2022/08/06 12:00:18 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.820 2022/09/12 17:30:32 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 \
@@ -82,8 +82,8 @@ MAN=  aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
        simpleamp.4 simpleaudio.4 simplefb.4 simplepanel.4 siop.4 sis.4 sk.4 \
        sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \
        ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.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 \
+       sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirintc.4 sxirsb.4 sxirtc.4 \
+       sxisid.4 sxisyscon.4 sxitemp.4 sxitwi.4 sym.4 sypwr.4 syscon.4 \
        tascodec.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 \
diff --git a/share/man/man4/sxirintc.4 b/share/man/man4/sxirintc.4
new file mode 100644 (file)
index 0000000..9fdba3f
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    $OpenBSD: sxirintc.4,v 1.1 2022/09/12 17:30:32 kettenis Exp $
+.\"
+.\" Copyright (c) 2022 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: September 12 2022 $
+.Dt SXIRINTC 4
+.Os
+.Sh NAME
+.Nm sxirintc
+.Nd Allwinner wakeup interrupt controller
+.Sh SYNOPSIS
+.Cd "sxirintc* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the wakeup interrupt controller
+integrated on Allwinner A23/A31/A33/A64/A83T/H3/H5 SoCs.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .