diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-09-15 22:00:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-09-15 22:00:56 +0000 |
commit | 7dd76233d1438a259a1c29a489cb1efb85fcfab4 (patch) | |
tree | 13aabf9abe2b6358d6386bb824f3e343a7dc55b8 | |
parent | a62e5041e21fdb6412ad7821c6a6e28955b7eafd (diff) |
add a manual page for omwugen
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/omwugen.4 | 30 |
2 files changed, 32 insertions, 2 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 93a4f32839b..812545bcb9f 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2016/08/20 19:53:31 kettenis Exp $ +# $OpenBSD: Makefile,v 1.12 2016/09/15 22:00:55 jsg Exp $ MAN= cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \ imx.4 imxesdhc.4 imxiic.4 imxtemp.4 \ intc.4 intro.4 \ - omap.4 omdog.4 omgpio.4 ommmc.4 \ + omap.4 omdog.4 omgpio.4 ommmc.4 omwugen.4 \ plrtc.4 pluart.4 prcm.4 sitaracm.4 \ sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \ sximmc.4 sxipio.4 sxitimer.4 \ diff --git a/share/man/man4/man4.armv7/omwugen.4 b/share/man/man4/man4.armv7/omwugen.4 new file mode 100644 index 00000000000..80b156b0db1 --- /dev/null +++ b/share/man/man4/man4.armv7/omwugen.4 @@ -0,0 +1,30 @@ +.\" $OpenBSD: omwugen.4,v 1.1 2016/09/15 22:00:55 jsg Exp $ +.\" +.\" Copyright (c) 2016 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: September 15 2016 $ +.Dt OMWUGEN 4 armv7 +.Os +.Sh NAME +.Nm omwugen +.Nd OMAP Wake-up Generator +.Sh SYNOPSIS +.Cd "omwugen* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver handles the wake-up generator logic present in OMAP4 and OMAP5 SoCs +which routes interrupts to +.Xr ampintc 4 . |