add manual page for Arm GIC v3/v4 driver
authorjsg <jsg@openbsd.org>
Thu, 20 Oct 2022 08:45:39 +0000 (08:45 +0000)
committerjsg <jsg@openbsd.org>
Thu, 20 Oct 2022 08:45:39 +0000 (08:45 +0000)
share/man/man4/man4.arm64/Makefile
share/man/man4/man4.arm64/agintc.4 [new file with mode: 0644]

index f8531d6..007085e 100644 (file)
@@ -1,6 +1,7 @@
-#      $OpenBSD: Makefile,v 1.27 2022/09/12 15:59:16 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.28 2022/10/20 08:45:39 jsg Exp $
 
-MAN=   agtimer.4 ampintc.4 aplaudio.4 aplcpu.4 apldart.4 apldma.4 apldog.4 \
+MAN=   agintc.4 agtimer.4 ampintc.4 \
+       aplaudio.4 aplcpu.4 apldart.4 apldma.4 apldog.4 \
        aplhidev.4 apliic.4 aplintc.4 aplmbox.4 aplmca.4 aplnco.4 aplns.4 \
        aplpcie.4 aplpinctrl.4 aplpmgr.4 aplpmu.4 aplsart.4 aplsmc.4 aplspi.4 \
        aplspmi.4 apm.4 \
diff --git a/share/man/man4/man4.arm64/agintc.4 b/share/man/man4/man4.arm64/agintc.4
new file mode 100644 (file)
index 0000000..cc0f235
--- /dev/null
@@ -0,0 +1,36 @@
+.\"    $OpenBSD: agintc.4,v 1.1 2022/10/20 08:45:39 jsg Exp $
+.\"
+.\" Copyright (c) 2022 Jonathan Gray <jsg@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: October 20 2022 $
+.Dt AGINTC 4 arm64
+.Os
+.Sh NAME
+.Nm agintc ,
+.Nm agintcmsi
+.Nd Arm generic interrupt controller v3/v4
+.Sh SYNOPSIS
+.Cd "agintc* at fdt?"
+.Cd "agintcmsi* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Arm Generic Interrupt Controller (GIC)
+version 3 and version 4.
+.Sh SEE ALSO
+.Rs
+.%T Arm Generic Interrupt Controller Architecture Specification GIC architecture version 3 and version 4
+.%N Arm IHI 0069
+.Re