diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:20:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-19 20:20:58 +0000 |
commit | d1d941035959675077613fe13a24f050239c1fd7 (patch) | |
tree | 79f338239133a6e4541e9cf4b1450403e5558ab1 /share | |
parent | bad80e135463b4bcd29bfcd8ab8666ec5b8ef196 (diff) |
sociic(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.socppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.socppc/sociic.4 | 45 |
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/man4.socppc/Makefile b/share/man/man4/man4.socppc/Makefile index 92f2f5aee06..9618df8a8a2 100644 --- a/share/man/man4/man4.socppc/Makefile +++ b/share/man/man4/man4.socppc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2008/05/19 20:15:19 kettenis Exp $ +# $OpenBSD: Makefile,v 1.3 2008/05/19 20:20:57 kettenis Exp $ # TODO: ipic mainbus obio sociic socpcic -MAN= autoconf.4 intro.4 mem.4 obio.4 +MAN= autoconf.4 intro.4 mem.4 obio.4 sociic.4 MLINKS= mem.4 kmem.4 MANSUBDIR=socppc diff --git a/share/man/man4/man4.socppc/sociic.4 b/share/man/man4/man4.socppc/sociic.4 new file mode 100644 index 00000000000..fbe666573b6 --- /dev/null +++ b/share/man/man4/man4.socppc/sociic.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: sociic.4,v 1.1 2008/05/19 20:20:57 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 ALIPM 4 socppc +.Os +.Sh NAME +.Nm sociic +.Nd socppc onboard I2C controller +.Sh SYNOPSIS +.Cd "sociic0 at obio? addr 0x03000 ivec 14" +.Cd "sociic1 at obio? addr 0x03100 ivec 15" +.Cd "iic* at alipm?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the I2C controller found on the Freescale +MPC8349E processor familiy. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 , +.Xr obio 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |