summaryrefslogtreecommitdiff
path: root/static/openbsd/man4/man4.i386/glxpcib.4
diff options
context:
space:
mode:
Diffstat (limited to 'static/openbsd/man4/man4.i386/glxpcib.4')
-rw-r--r--static/openbsd/man4/man4.i386/glxpcib.446
1 files changed, 46 insertions, 0 deletions
diff --git a/static/openbsd/man4/man4.i386/glxpcib.4 b/static/openbsd/man4/man4.i386/glxpcib.4
new file mode 100644
index 00000000..56405bc9
--- /dev/null
+++ b/static/openbsd/man4/man4.i386/glxpcib.4
@@ -0,0 +1,46 @@
+.\" $OpenBSD: glxpcib.4,v 1.11 2013/08/14 06:32:33 jmc Exp $
+.\"
+.\" Michael Shalayeff, 2007. Public Domain.
+.\"
+.Dd $Mdocdate: August 14 2013 $
+.Dt GLXPCIB 4 i386
+.Os
+.Sh NAME
+.Nm glxpcib
+.Nd AMD CS5536 PCI-ISA bridge with timecounter, watchdog timer, and GPIO
+.Sh SYNOPSIS
+.Cd "glxpcib* at pci?"
+.Cd "gpio* at glxpcib?"
+.Cd "iic* at glxpcib?"
+.Cd "isa* at glxpcib?"
+.Sh DESCRIPTION
+The
+.Nm
+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, a watchdog timer device,
+a GPIO device, and an SMBus interface.
+.Sh SEE ALSO
+.Xr gpio 4 ,
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr pci 4 ,
+.Xr pcib 4 ,
+.Xr watchdog 4 ,
+.Xr gpioctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Michael Shalayeff .
+The GPIO parts were added by
+.An Marc Balmer Aq Mt mbalmer@openbsd.org .