summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2007-10-07 16:00:06 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2007-10-07 16:00:06 +0000
commit9989c9f4081f7706307c96edbe1e5193748b851e (patch)
treefab2bd0563662982afcca231a5e23d05ef95aa94 /share
parent864ecc5bfcc362b43af6ff75b2966e0629f6841f (diff)
manual page for an upcoming driver.
"committ it" deraadt.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/Makefile4
-rw-r--r--share/man/man4/man4.i386/amdpcib.437
2 files changed, 39 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 4e3d1ac26b3..b1c3e279140 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.62 2007/10/07 13:41:47 mbalmer Exp $
+# $OpenBSD: Makefile,v 1.63 2007/10/07 16:00:05 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 \
+MAN= amdpcib.4 apm.4 autoconf.4 bios.4 cpu.4 elansc.4 esm.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 \
diff --git a/share/man/man4/man4.i386/amdpcib.4 b/share/man/man4/man4.i386/amdpcib.4
new file mode 100644
index 00000000000..6cee135e42a
--- /dev/null
+++ b/share/man/man4/man4.i386/amdpcib.4
@@ -0,0 +1,37 @@
+.\" $OpenBSD: amdpcib.4,v 1.1 2007/10/07 16:00:05 mbalmer Exp $
+.\"
+.\" Marc Balmer, 2007. Public Domain.
+.\"
+.Dd $Mdocdate: October 7 2007 $
+.Dt AMDPCIB 4 i386
+.Os
+.Sh NAME
+.Nm amdpcib
+.Nd AMD8111 series LPC bridge and timecounter
+.Sh SYNOPSIS
+.Cd "amdpcib* at pci?"
+.Cd "isa* at amdpcib?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the AMD8111 HPET.
+Besides the core
+.Xr pcib 4
+functionality, the
+.Nm
+driver implements a 32/64-bit 14.3 MHz (or in fact variable) timecounter.
+.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.