From: kettenis Date: Fri, 5 Aug 2016 20:41:10 +0000 (+0000) Subject: a1xintc(4) -> sxiintc(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62def3d8327e1babb0c87046cd833ebd4a7e2905;p=openbsd a1xintc(4) -> sxiintc(4) --- diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 26501880334..8e4413ee263 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2016/06/03 01:36:46 jsg Exp $ +# $OpenBSD: Makefile,v 1.9 2016/08/05 20:41:10 kettenis Exp $ -MAN= a1xintc.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 imx.4 imxesdhc.4 \ +MAN= cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 imx.4 imxesdhc.4 \ imxiic.4 intc.4 intro.4 omap.4 omdog.4 omgpio.4 ommmc.4 \ plrtc.4 pluart.4 prcm.4 sitaracm.4 sunxi.4 sxiccmu.4 sxidog.4 sxie.4 \ - sxipio.4 sxitimer.4 sysreg.4 vexpress.4 + sxiintc.4 sxipio.4 sxitimer.4 sysreg.4 vexpress.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/a1xintc.4 b/share/man/man4/man4.armv7/a1xintc.4 deleted file mode 100644 index 1125d71855e..00000000000 --- a/share/man/man4/man4.armv7/a1xintc.4 +++ /dev/null @@ -1,34 +0,0 @@ -.\" $OpenBSD: a1xintc.4,v 1.2 2016/02/01 23:50:21 jsg Exp $ -.\" -.\" Copyright (c) 2014 Raphael Graf -.\" -.\" 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: February 1 2016 $ -.Dt A1XINTC 4 armv7 -.Os -.Sh NAME -.Nm a1xintc -.Nd A1X interrupt controller device -.Sh SYNOPSIS -.Cd "a1xintc* at sunxi?" -.Sh DESCRIPTION -The -.Nm -driver provides support for the interrupt controller device integrated in -Allwinner Technology A1X SoCs. -.Sh HISTORY -The -.Nm -device driver first appeared in -.Ox 5.5 . diff --git a/share/man/man4/man4.armv7/sxiintc.4 b/share/man/man4/man4.armv7/sxiintc.4 new file mode 100644 index 00000000000..4906f9bd36c --- /dev/null +++ b/share/man/man4/man4.armv7/sxiintc.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: sxiintc.4,v 1.1 2016/08/05 20:41:10 kettenis Exp $ +.\" +.\" Copyright (c) 2014 Raphael Graf +.\" +.\" 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: August 5 2016 $ +.Dt SXIINTC 4 armv7 +.Os +.Sh NAME +.Nm sxiintc +.Nd A1X interrupt controller device +.Sh SYNOPSIS +.Cd "sxiintc* at sunxi?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the interrupt controller device integrated in +Allwinner Technology A1X SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.5 .