summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.amd64/Makefile5
-rw-r--r--share/man/man4/man4.amd64/amdpcib.433
2 files changed, 36 insertions, 2 deletions
diff --git a/share/man/man4/man4.amd64/Makefile b/share/man/man4/man4.amd64/Makefile
index 1e8c07cb72c..3c976056242 100644
--- a/share/man/man4/man4.amd64/Makefile
+++ b/share/man/man4/man4.amd64/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.6 2007/09/12 18:18:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2007/10/07 21:10:26 deraadt Exp $
-MAN= autoconf.4 bios.4 cpu.4 intro.4 ioapic.4 mem.4 nvram.4 pctr.4
+MAN= amdpcib.4 autoconf.4 bios.4 cpu.4 intro.4 ioapic.4 mem.4 \
+ nvram.4 pctr.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=amd64
diff --git a/share/man/man4/man4.amd64/amdpcib.4 b/share/man/man4/man4.amd64/amdpcib.4
new file mode 100644
index 00000000000..7127ea94d32
--- /dev/null
+++ b/share/man/man4/man4.amd64/amdpcib.4
@@ -0,0 +1,33 @@
+.\" $OpenBSD: amdpcib.4,v 1.1 2007/10/07 21:10:26 deraadt Exp $
+.\"
+.\" Marc Balmer, 2007. Public Domain.
+.\"
+.Dd $Mdocdate: October 7 2007 $
+.Dt AMDPCIB 4 amd64
+.Os
+.Sh NAME
+.Nm amdpcib
+.Nd AMD-8111 series LPC bridge and timecounter
+.Sh SYNOPSIS
+.Cd "amdpcib* at pci?"
+.Cd "isa* at amdpcib?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the AMD-8111 LPC bridge and implements a
+32/64-bit 14.3 MHz (or variable) timecounter using the HPET timer.
+.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.