From: jsg Date: Thu, 20 Oct 2022 08:45:39 +0000 (+0000) Subject: add manual page for Arm GIC v3/v4 driver X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5037f48b4539460a93f5e9434082f07d2b87887a;p=openbsd add manual page for Arm GIC v3/v4 driver --- diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile index f8531d63639..007085e85d0 100644 --- a/share/man/man4/man4.arm64/Makefile +++ b/share/man/man4/man4.arm64/Makefile @@ -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 index 00000000000..cc0f235eb45 --- /dev/null +++ b/share/man/man4/man4.arm64/agintc.4 @@ -0,0 +1,36 @@ +.\" $OpenBSD: agintc.4,v 1.1 2022/10/20 08:45:39 jsg Exp $ +.\" +.\" Copyright (c) 2022 Jonathan Gray +.\" +.\" 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