diff options
author | 2006-01-14 11:54:01 +0000 | |
---|---|---|
committer | 2006-01-14 11:54:01 +0000 | |
commit | 7e192be588d61a2321d463c604619ead83be959f (patch) | |
tree | f94b970bafe6df945e5806ba874fc2d310c1e0f9 | |
parent | Add gpioiic(4) man page. (diff) | |
download | wireguard-openbsd-7e192be588d61a2321d463c604619ead83be959f.tar.xz wireguard-openbsd-7e192be588d61a2321d463c604619ead83be959f.zip |
Add gpioiic(4).
-rw-r--r-- | share/man/man4/iic.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 61d6743b59a..55f1ea9edeb 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.39 2006/01/13 21:55:08 grange Exp $ +.\" $OpenBSD: iic.4,v 1.40 2006/01/14 11:54:01 grange Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -32,6 +32,7 @@ .Cd "iic* at nviic? # amd64 i386" .Cd "iic* at piixpm? # i386" .Cd "iic* at viapm? # amd64 i386" +.Cd "iic* at gpioiic? # i386 .Sh DESCRIPTION .Tn I2C is a two-wire bus developed by Philips used for connecting @@ -76,6 +77,8 @@ Acer Labs M7101 SMBus host controller AMD-8111 SMBus host controller .It Xr amdpm 4 AMD-76x SMBus host controller +.It Xr gpioiic 4 +I2C bus bit-banging through GPIO pins .It Xr gscsio 4 National Semiconductor Geode SC1100 Super I/O ACCESS.bus .It Xr ichiic 4 |