summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.zaurus/Makefile6
-rw-r--r--share/man/man4/man4.zaurus/pxaost.4 (renamed from share/man/man4/man4.zaurus/saost.4)22
2 files changed, 19 insertions, 9 deletions
diff --git a/share/man/man4/man4.zaurus/Makefile b/share/man/man4/man4.zaurus/Makefile
index 8a527e0e06e..7c4fd1c9191 100644
--- a/share/man/man4/man4.zaurus/Makefile
+++ b/share/man/man4/man4.zaurus/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.10 2007/03/19 00:26:47 uwe Exp $
+# $OpenBSD: Makefile,v 1.11 2007/03/21 00:16:24 uwe Exp $
# TODO: aupxa(eventually) cpu
MAN= apm.4 autoconf.4 intro.4 lcd.4 mem.4 pxadmac.4 \
- pxagpio.4 pxaintc.4 pxaip.4 pxammc.4 pxapcic.4 pxaudc.4 \
- saost.4 scoop.4 zaudio.4 zkbd.4 zrc.4 zssp.4 zts.4
+ pxagpio.4 pxaintc.4 pxaip.4 pxammc.4 pxaost.4 pxapcic.4 \
+ pxaudc.4 scoop.4 zaudio.4 zkbd.4 zrc.4 zssp.4 zts.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=zaurus
diff --git a/share/man/man4/man4.zaurus/saost.4 b/share/man/man4/man4.zaurus/pxaost.4
index bcef2bc4401..be0ba6b8cca 100644
--- a/share/man/man4/man4.zaurus/saost.4
+++ b/share/man/man4/man4.zaurus/pxaost.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: saost.4,v 1.4 2007/03/19 20:55:36 jmc Exp $
+.\" $OpenBSD: pxaost.4,v 1.1 2007/03/21 00:16:24 uwe Exp $
.\"
.\" Copyright (c) 2005, Miodrag Vallat.
.\" All rights reserved.
@@ -25,22 +25,32 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd January 4, 2005
-.Dt SAOST 4 zaurus
+.Dt PXAOST 4 zaurus
.Os
.Sh NAME
-.Nm saost
-.Nd SA-11x0 OS timer
+.Nm pxaost
+.Nd PXA2x0 OS timer
.Sh SYNOPSIS
-.Cd "saost0 at pxaip? addr 0x40a00000 size 0x20"
+.Cd "pxaost0 at pxaip? addr 0x40a00000 size 0x20"
.Sh DESCRIPTION
The
.Nm
driver uses the
.Dq OS timer
-found on the SA-11x0
+found on the PXA2x0
.Pq XScale
processors as a tick/stat clock source for the system.
.Sh SEE ALSO
.Xr autoconf 4 ,
.Xr pxaip 4 ,
.Xr config 8
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dale Rahn Aq drahn@openbsd.org .