diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-08-06 10:07:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-08-06 10:07:46 +0000 |
commit | 70abd43de7f6fa40cf4e9206d0d104911f401488 (patch) | |
tree | 80e0ec7e38110668ecfde5895eb2bee11b3c706d /share | |
parent | 6718712b7fab343432a5e7d4e1799c0debf58e81 (diff) |
Dynamically attach intc(4) using the FDT and switch omap/am335x
drivers that use the FDT over to the FDT interrupt establish API.
ok kettenis@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.armv7/intc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/omap.4 | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/share/man/man4/man4.armv7/intc.4 b/share/man/man4/man4.armv7/intc.4 index cc90e8ef454..e94b01dcf8c 100644 --- a/share/man/man4/man4.armv7/intc.4 +++ b/share/man/man4/man4.armv7/intc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intc.4,v 1.2 2014/09/19 17:17:04 jmc Exp $ +.\" $OpenBSD: intc.4,v 1.3 2016/08/06 10:07:45 jsg Exp $ .\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,14 +13,14 @@ .\" 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 19 2014 $ +.Dd $Mdocdate: August 6 2016 $ .Dt INTC 4 armv7 .Os .Sh NAME .Nm intc .Nd Texas Instruments interrupt controller device .Sh SYNOPSIS -.Cd "intc* at omap?" +.Cd "intc* at fdt?" .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/man4.armv7/omap.4 b/share/man/man4/man4.armv7/omap.4 index c0897da9541..735bc146159 100644 --- a/share/man/man4/man4.armv7/omap.4 +++ b/share/man/man4/man4.armv7/omap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: omap.4,v 1.4 2016/06/26 10:04:18 jsg Exp $ +.\" $OpenBSD: omap.4,v 1.5 2016/08/06 10:07:45 jsg Exp $ .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 26 2016 $ +.Dd $Mdocdate: August 6 2016 $ .Dt OMAP 4 armv7 .Os .Sh NAME @@ -38,8 +38,6 @@ Texas Instruments dual mode timer device Texas Instruments enhanced DMA device .It Xr gptimer 4 Texas Instruments general purpose timer device -.It Xr intc 4 -Texas Instruments interrupt controller device .It Xr omgpio 4 omap3, omap4 and am335x GPIO controller .It Xr prcm 4 |