diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/glxpcib.4 | 38 |
2 files changed, 40 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 67b698b5040..4e3d1ac26b3 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.61 2007/05/28 02:49:19 krw Exp $ +# $OpenBSD: Makefile,v 1.62 2007/10/07 13:41:47 mbalmer Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= apm.4 autoconf.4 bios.4 cpu.4 elansc.4 esm.4 \ - geodesc.4 glxsb.4 gscpcib.4 gscpm.4 gus.4 ie.4 \ + geodesc.4 glxpcib.4 glxsb.4 gscpcib.4 gscpm.4 gus.4 ie.4 \ ichpcib.4 intro.4 ioapic.4 \ joy.4 le.4 lms.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 nvram.4 pas.4 \ pcibios.4 pctr.4 piixpcib.4 pss.4 sb.4 \ diff --git a/share/man/man4/man4.i386/glxpcib.4 b/share/man/man4/man4.i386/glxpcib.4 new file mode 100644 index 00000000000..bf7eba0a9c0 --- /dev/null +++ b/share/man/man4/man4.i386/glxpcib.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: glxpcib.4,v 1.1 2007/10/07 13:41:48 mbalmer Exp $ +.\" +.\" Michael Shalayeff, 2007. Public Domain. +.\" +.Dd $Mdocdate: October 7 2007 $ +.Dt GLXPCIB 4 i386 +.Os +.Sh NAME +.Nm glxpcib +.Nd AMD CS5536 PCI-ISA bridge, timecounter, and watchdog timer +.Sh SYNOPSIS +.Cd "glxpcib* at pci?" +.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 +.Xr pcib 4 +functionality, the +.Nm +driver implements a 32-bit 3.5 MHz timecounter and a watchdog timer device. +.Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , +.Xr pci 4 , +.Xr pcib 4 , +.Xr watchdog 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.3 . +.Sh AUTHORS +The +.Nm +driver was written by Michael Shalayeff. |