summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2004-09-28 19:30:12 +0000
committerJason Wright <jason@cvs.openbsd.org>2004-09-28 19:30:12 +0000
commit98faaaa2c7eb3d31bc4f40cba4f32911815c0294 (patch)
tree1f12e4ad245afff3c7076cb146b0d99c2013fee5
parent20742bd864a049c0392918832d49dc0c2876f055 (diff)
man page for timer@mainbus (no more TODO's!)
-rw-r--r--share/man/man4/man4.sparc64/Makefile5
-rw-r--r--share/man/man4/man4.sparc64/intro.44
-rw-r--r--share/man/man4/man4.sparc64/timer.443
3 files changed, 48 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index 168addba11c..dc14a1d0b5f 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,12 +1,11 @@
-# $OpenBSD: Makefile,v 1.39 2004/09/28 02:50:37 jason Exp $
+# $OpenBSD: Makefile,v 1.40 2004/09/28 19:30:11 jason Exp $
-# TODO: timer.4
MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
be.4 beeper.4 bwtwo.4 \
central.4 cgsix.4 cgthree.4 clkbrd.4 clock.4 comkbd.4 creator.4 \
ebus.4 esp.4 fhc.4 intro.4 le.4 magma.4 mem.4 mgx.4 openprom.4 \
pcons.4 psycho.4 qe.4 qec.4 rfx.4 sab.4 schizo.4 spif.4 \
- upa.4 uperf.4 vgafb.4 zs.4 zx.4
+ timer.4 upa.4 uperf.4 vgafb.4 zs.4 zx.4
MLINKS= clock.4 rtc.4 \
le.4 lebuffer.4 le.4 ledma.4 \
mem.4 kmem.4 \
diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4
index 4191762bf8a..5bc9e02948a 100644
--- a/share/man/man4/man4.sparc64/intro.4
+++ b/share/man/man4/man4.sparc64/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.37 2004/09/28 03:02:47 jason Exp $
+.\" $OpenBSD: intro.4,v 1.38 2004/09/28 19:30:11 jason Exp $
.\"
.\" Copyright (c) 2001-2002 The OpenBSD Project
.\" All Rights Reserved.
@@ -172,6 +172,8 @@ SBus
bridge.
.It Xr ti 4
Alteon Networks Tigon I and II Gigabit Ethernet driver.
+.It Xr timer 4
+Onboard system timer.
.It Xr ubsec 4
Bluesteelnet 5501/5601, Broadcom 5805/5820/5821 cryptography accelerators.
.It Xr ukbd 4
diff --git a/share/man/man4/man4.sparc64/timer.4 b/share/man/man4/man4.sparc64/timer.4
new file mode 100644
index 00000000000..bb7b847b84f
--- /dev/null
+++ b/share/man/man4/man4.sparc64/timer.4
@@ -0,0 +1,43 @@
+.\" $OpenBSD: timer.4,v 1.1 2004/09/28 19:30:11 jason Exp $
+.\"
+.\" Copyright (c) 2004 Jason L. Wright (jason@thought.net)
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd September 28, 2004
+.Dt TIMER 4 sparc64
+.Os
+.Sh NAME
+.Nm timer
+.Nd SPARC64 Timer
+.Sh SYNOPSIS
+.Cd "timer* at mainbus0"
+.Sh DESCRIPTION
+The
+.Nm
+device provides support for the onboard timer on SBus based
+UltraSPARC machines.
+The timers are used to control various time services in the
+kernel and are not user accessible.
+.Sh SEE ALSO
+.Xr intro 4