diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:25:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:25:51 +0000 |
commit | 5bac6ddf2ecbc6817f33b4ca4e7c0a919af6c90c (patch) | |
tree | 994b14db039f901a37ba076146b511300237b13f /share/man/man4/man4.socppc | |
parent | d1d941035959675077613fe13a24f050239c1fd7 (diff) |
socpcic(4)
Diffstat (limited to 'share/man/man4/man4.socppc')
-rw-r--r-- | share/man/man4/man4.socppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.socppc/socpcic.4 | 41 |
2 files changed, 43 insertions, 2 deletions
diff --git a/share/man/man4/man4.socppc/Makefile b/share/man/man4/man4.socppc/Makefile index 9618df8a8a2..3be0b9f5d4e 100644 --- a/share/man/man4/man4.socppc/Makefile +++ b/share/man/man4/man4.socppc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2008/05/19 20:20:57 kettenis Exp $ +# $OpenBSD: Makefile,v 1.4 2008/05/19 20:25:50 kettenis Exp $ # TODO: ipic mainbus obio sociic socpcic -MAN= autoconf.4 intro.4 mem.4 obio.4 sociic.4 +MAN= autoconf.4 intro.4 mem.4 obio.4 sociic.4 socpcic.4 MLINKS= mem.4 kmem.4 MANSUBDIR=socppc diff --git a/share/man/man4/man4.socppc/socpcic.4 b/share/man/man4/man4.socppc/socpcic.4 new file mode 100644 index 00000000000..c41d3e70639 --- /dev/null +++ b/share/man/man4/man4.socppc/socpcic.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: socpcic.4,v 1.1 2008/05/19 20:25:50 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 SOCPCIC 4 socppc +.Os +.Sh NAME +.Nm socpcic +.Nd socppc onboard PCI controller +.Sh SYNOPSIS +.Cd socpcic0 at obio? addr 0x08300 +.Cd socpcic1 at obio? addr 0x08380 +.Cd "pci0 at socpcic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the PCI controlle found on the Freescale +MPC8349E processor familiy. +This device is largely transparent and provides no user accessible +entry points. +.Sh SEE ALSO +.Xr mainbus 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.4 . |