summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-19 20:35:13 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-19 20:35:13 +0000
commit01aba5d0109fd8f553a9889afca11aebc5017770 (patch)
tree1b65092d0b72c332a29b2030638f79bce7c54e19 /share
parentdeb34518d61a924188a52c5f28e1786376ed5eb4 (diff)
ipic(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.socppc/Makefile4
-rw-r--r--share/man/man4/man4.socppc/ipic.437
2 files changed, 39 insertions, 2 deletions
diff --git a/share/man/man4/man4.socppc/Makefile b/share/man/man4/man4.socppc/Makefile
index 3be0b9f5d4e..6a829f1f29f 100644
--- a/share/man/man4/man4.socppc/Makefile
+++ b/share/man/man4/man4.socppc/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2008/05/19 20:25:50 kettenis Exp $
+# $OpenBSD: Makefile,v 1.5 2008/05/19 20:35:12 kettenis Exp $
# TODO: ipic mainbus obio sociic socpcic
-MAN= autoconf.4 intro.4 mem.4 obio.4 sociic.4 socpcic.4
+MAN= autoconf.4 intro.4 ipic.4 mem.4 obio.4 sociic.4 socpcic.4
MLINKS= mem.4 kmem.4
MANSUBDIR=socppc
diff --git a/share/man/man4/man4.socppc/ipic.4 b/share/man/man4/man4.socppc/ipic.4
new file mode 100644
index 00000000000..2d00a1231fc
--- /dev/null
+++ b/share/man/man4/man4.socppc/ipic.4
@@ -0,0 +1,37 @@
+.\" $OpenBSD: ipic.4,v 1.1 2008/05/19 20:35:12 kettenis Exp $
+.\"
+.\" Copyright (c) 2008 Mark Kettenis <kettenis@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: May 19 2008 $
+.Dt IPIC 4 socppc
+.Os
+.Sh NAME
+.Nm ipic
+.Nd integrated programmable interrupt controller
+.Sh SYNOPSIS
+.Cd ipic0 at obio? addr 0x00700
+.Sh DESCRIPTION
+The
+.Nm
+driver manages the integrated programmable interrupt controller (IPIC)
+found on the Freescale MPC8349E processor family.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr obio 4 ,
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.4 .