xref: /openbsd/share/man/man4/man4.i386/glxpcib.4 (revision 91f110e0)
1.\"     $OpenBSD: glxpcib.4,v 1.11 2013/08/14 06:32:33 jmc Exp $
2.\"
3.\" Michael Shalayeff, 2007. Public Domain.
4.\"
5.Dd $Mdocdate: August 14 2013 $
6.Dt GLXPCIB 4 i386
7.Os
8.Sh NAME
9.Nm glxpcib
10.Nd AMD CS5536 PCI-ISA bridge with timecounter, watchdog timer, and GPIO
11.Sh SYNOPSIS
12.Cd "glxpcib* at pci?"
13.Cd "gpio* at glxpcib?"
14.Cd "iic* at glxpcib?"
15.Cd "isa* at glxpcib?"
16.Sh DESCRIPTION
17The
18.Nm
19driver provides support for the AMD Geode CS5536 Companion chip.
20This device contains a number of components, including a PCI-ISA bridge.
21Besides the core functionality, the
22.Nm
23driver implements a 32-bit 3.5 MHz timecounter, a watchdog timer device,
24a GPIO device, and an SMBus interface.
25.Sh SEE ALSO
26.Xr gpio 4 ,
27.Xr iic 4 ,
28.Xr intro 4 ,
29.Xr isa 4 ,
30.Xr pci 4 ,
31.Xr pcib 4 ,
32.Xr watchdog 4 ,
33.Xr gpioctl 8
34.Sh HISTORY
35The
36.Nm
37driver first appeared in
38.Ox 4.3 .
39.Sh AUTHORS
40.An -nosplit
41The
42.Nm
43driver was written by
44.An Michael Shalayeff .
45The GPIO parts were added by
46.An Marc Balmer Aq Mt mbalmer@openbsd.org .
47