diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-16 21:30:56 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-16 21:30:56 +0000 |
commit | acaaaf1ee53db7c9e9d3d6a9ba19fcf67b482a8c (patch) | |
tree | adff5006aa554323ad23a831f5f1a7ac13dd56f6 /share | |
parent | 0adfda79540297fc9b0748ce282951b3fb2c15cd (diff) |
Document that glxpcib(4) provides a gpio(4) device.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/glxpcib.4 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/glxpcib.4 b/share/man/man4/man4.i386/glxpcib.4 index d9cc08ab118..a89fc7705f3 100644 --- a/share/man/man4/man4.i386/glxpcib.4 +++ b/share/man/man4/man4.i386/glxpcib.4 @@ -1,16 +1,17 @@ -.\" $OpenBSD: glxpcib.4,v 1.2 2007/10/08 12:48:21 jmc Exp $ +.\" $OpenBSD: glxpcib.4,v 1.3 2007/11/16 21:30:55 mbalmer Exp $ .\" .\" Michael Shalayeff, 2007. Public Domain. .\" -.Dd $Mdocdate: October 8 2007 $ +.Dd $Mdocdate: November 16 2007 $ .Dt GLXPCIB 4 i386 .Os .Sh NAME .Nm glxpcib -.Nd AMD CS5536 PCI-ISA bridge, timecounter, and watchdog timer +.Nd AMD CS5536 PCI-ISA bridge, timecounter, GPIO, and watchdog timer .Sh SYNOPSIS .Cd "glxpcib* at pci?" .Cd "isa* at glxpcib?" +.Cd "gpio* at glxpcib?" .Sh DESCRIPTION The .Nm @@ -18,12 +19,14 @@ driver provides support for the AMD Geode CS5536 Companion chip. 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 and a watchdog timer device. +driver implements a 32-bit 3.5 MHz timecounter, a watchdog timer device, +and a GPIO device. .Sh SEE ALSO .Xr intro 4 , .Xr isa 4 , .Xr pci 4 , .Xr pcib 4 , +.Xr gpio 4 , .Xr watchdog 4 .Sh HISTORY The @@ -34,3 +37,5 @@ driver first appeared in The .Nm driver was written by Michael Shalayeff. +The GPIO parts were added by +.An Marc Balmer Aq mbalmer@openbsd.org |