diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:15:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:15:20 +0000 |
commit | bad80e135463b4bcd29bfcd8ab8666ec5b8ef196 (patch) | |
tree | 7612493016961425db632f0da260334abbfb6b1a /share | |
parent | bde58d603ee45f9e4f856df0de4eee832fcbcaec (diff) |
obio(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.socppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.socppc/obio.4 | 56 |
2 files changed, 58 insertions, 2 deletions
diff --git a/share/man/man4/man4.socppc/Makefile b/share/man/man4/man4.socppc/Makefile index cef6e80b861..92f2f5aee06 100644 --- a/share/man/man4/man4.socppc/Makefile +++ b/share/man/man4/man4.socppc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2008/05/14 21:08:09 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2008/05/19 20:15:19 kettenis Exp $ # TODO: ipic mainbus obio sociic socpcic -MAN= autoconf.4 intro.4 mem.4 +MAN= autoconf.4 intro.4 mem.4 obio.4 MLINKS= mem.4 kmem.4 MANSUBDIR=socppc diff --git a/share/man/man4/man4.socppc/obio.4 b/share/man/man4/man4.socppc/obio.4 new file mode 100644 index 00000000000..2870b6bd393 --- /dev/null +++ b/share/man/man4/man4.socppc/obio.4 @@ -0,0 +1,56 @@ +.\" $OpenBSD: obio.4,v 1.1 2008/05/19 20:15:19 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 OBIO 4 socppc +.Os +.Sh NAME +.Nm obio +.Nd socppc onboard I/O bus device +.Sh SYNOPSIS +.Cd "obio0 at mainbus?" +.Sh DESCRIPTION +The +.Nm +interface serves as an abstraction used by the autoconfiguration +system to help find and attach devices integrated on the Freescale SoC +processors. +.Pp +.Nm +provides support for the following devices: +.Pp +.Bl -tag -width 12n -offset indent -compact +.It Xr ipic 4 +integrated interrupt interrupt controller (IPIC) +.It Xr sociic 4 +I2C controller +.It Xr com 4 +DUART +.It Xr tsec 4 +three-speed ethernet controller (TSEC) +.It Xr socpcic 4 +PCI controller +.It Xr ehci 4 +USB controller +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr mainbus 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.4 . |