diff options
-rw-r--r-- | share/man/man4/iic.4 | 7 | ||||
-rw-r--r-- | share/man/man4/man4.i386/glxpcib.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.loongson/glxpcib.4 | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 40014ecbcb7..8f3f615da07 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.79 2011/07/04 05:38:04 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.80 2012/09/06 06:51:37 jsg Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 4 2011 $ +.Dd $Mdocdate: September 6 2012 $ .Dt IIC 4 .Os .Sh NAME @@ -27,6 +27,7 @@ .Cd "iic* at alipm? # alpha i386 sparc64 " .Cd "iic* at amdiic? # amd64 i386" .Cd "iic* at amdpm? # i386" +.Cd "iic* at glxpcib? # i386" .Cd "iic* at gscsio? # i386" .Cd "iic* at ichiic? # amd64 i386" .Cd "iic* at iopiic? # armish" @@ -82,6 +83,8 @@ AMD-8111 SMBus controller AMD-756/766/768/8111 Power Management and SMBus controller .It Xr gpioiic 4 GPIO I2C controller +.It Xr glxpcib 4 +AMD CS5536 PCI-ISA bridge .It Xr gscsio 4 National Semiconductor Geode SC1100 I2C controller .It Xr ichiic 4 diff --git a/share/man/man4/man4.i386/glxpcib.4 b/share/man/man4/man4.i386/glxpcib.4 index c388223aae7..859fd594b2c 100644 --- a/share/man/man4/man4.i386/glxpcib.4 +++ b/share/man/man4/man4.i386/glxpcib.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: glxpcib.4,v 1.7 2007/11/17 11:38:50 mbalmer Exp $ +.\" $OpenBSD: glxpcib.4,v 1.8 2012/09/06 06:51:37 jsg Exp $ .\" .\" Michael Shalayeff, 2007. Public Domain. .\" -.Dd $Mdocdate: November 17 2007 $ +.Dd $Mdocdate: September 6 2012 $ .Dt GLXPCIB 4 i386 .Os .Sh NAME @@ -11,6 +11,7 @@ .Sh SYNOPSIS .Cd "glxpcib* at pci?" .Cd "gpio* at glxpcib?" +.Cd "iic* at glxpcib?" .Cd "isa* at glxpcib?" .Sh DESCRIPTION The @@ -20,9 +21,10 @@ This device contains a number of components, including a PCI-ISA bridge. Besides the core functionality, the .Nm driver implements a 32-bit 3.5 MHz timecounter, a watchdog timer device, -and a GPIO device. +a GPIO device, and a SMBus interface. .Sh SEE ALSO .Xr gpio 4 , +.Xr iic 4 , .Xr intro 4 , .Xr isa 4 , .Xr pci 4 , diff --git a/share/man/man4/man4.loongson/glxpcib.4 b/share/man/man4/man4.loongson/glxpcib.4 index feff203a56b..de485950afc 100644 --- a/share/man/man4/man4.loongson/glxpcib.4 +++ b/share/man/man4/man4.loongson/glxpcib.4 @@ -1,8 +1,8 @@ -.\" $OpenBSD: glxpcib.4,v 1.1 2010/02/09 19:08:39 miod Exp $ +.\" $OpenBSD: glxpcib.4,v 1.2 2012/09/06 06:51:37 jsg Exp $ .\" .\" Michael Shalayeff, 2007. Public Domain. .\" -.Dd $Mdocdate: February 9 2010 $ +.Dd $Mdocdate: September 6 2012 $ .Dt GLXPCIB 4 loongson .Os .Sh NAME @@ -12,6 +12,7 @@ .Sh SYNOPSIS .Cd "glxpcib* at pci?" .\" .Cd "gpio* at glxpcib?" +.\" .Cd "iic* at glxpcib?" .Cd "isa* at glxpcib?" .Sh DESCRIPTION The @@ -21,10 +22,11 @@ This device contains a number of components, including a PCI-ISA bridge. Besides the core functionality, the .Nm .\" driver implements a 32-bit 3.5 MHz timecounter, a watchdog timer device, -.\" and a GPIO device. +.\" a GPIO device, and a SMBus interface. driver implements a 32-bit 3.5 MHz timecounter. .Sh SEE ALSO .\" .Xr gpio 4 , +.\" .Xr iic 4 , .Xr intro 4 , .Xr isa 4 , .Xr pci 4 , |