diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-20 04:19:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-20 04:19:28 +0000 |
commit | 73e2d2b8238f715a3dbba5a3998e19a604ae9333 (patch) | |
tree | 1be933b5d251ab6bef70a3557cda0892b84f764e /share/man/man4/man4.macppc | |
parent | f96793c3e75e74b79e53071c3bb37dd6f4bc096b (diff) |
add a basic pi2c(4) page.
Diffstat (limited to 'share/man/man4/man4.macppc')
-rw-r--r-- | share/man/man4/man4.macppc/pi2c.4 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/share/man/man4/man4.macppc/pi2c.4 b/share/man/man4/man4.macppc/pi2c.4 new file mode 100644 index 00000000000..c99e909cf41 --- /dev/null +++ b/share/man/man4/man4.macppc/pi2c.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: pi2c.4,v 1.1 2005/11/20 04:19:27 brad Exp $ +.\" +.\" Copyright (c) 2004 Dale Rahn. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" +.Dd November 19, 2005 +.Dt PI2C 4 macppc +.Os +.Sh NAME +.Nm pi2c +.Nd via-pmu i2c controller +.Sh SYNOPSIS +.Cd "pi2c0 at adb?" +.Sh DESCRIPTION +The +.Nm +device is an interface to the via-pmu i2c controller. +.Sh SEE ALSO +.Xr intro 4 , +.Xr adb 4 , +.Sh HISTORY +The +.Nm +first appeared in +.Ox 3.9 . |