summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2004-09-28 19:35:49 +0000
committerJason Wright <jason@cvs.openbsd.org>2004-09-28 19:35:49 +0000
commit4089ad9829069fb76ed5ac7b744f3c1c372df338 (patch)
treeaeaf9044ff1273332af5046f6efcdabd2916bd95
parent98faaaa2c7eb3d31bc4f40cba4f32911815c0294 (diff)
timer man page for sparc (while I was in the neighborhood..)
-rw-r--r--share/man/man4/man4.sparc/Makefile4
-rw-r--r--share/man/man4/man4.sparc/intro.44
-rw-r--r--share/man/man4/man4.sparc/timer.444
3 files changed, 49 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile
index e353bde9ad6..6a67a842eb2 100644
--- a/share/man/man4/man4.sparc/Makefile
+++ b/share/man/man4/man4.sparc/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.40 2004/09/23 18:28:51 jason Exp $
+# $OpenBSD: Makefile,v 1.41 2004/09/28 19:35:48 jason Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 be.4 bpp.4 bwtwo.4 \
cgtwo.4 cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 \
clock.4 daadio.4 esp.4 fd.4 fga.4 ie.4 intro.4 le.4 led.4 magma.4 \
mem.4 mgx.4 openprom.4 pninek.4 pnozz.4 presto.4 qe.4 qec.4 rfx.4 \
- scf.4 si.4 spif.4 sw.4 tctrl.4 tcx.4 tslot.4 tvtwo.4 vigra.4 \
+ scf.4 si.4 spif.4 sw.4 tctrl.4 tcx.4 timer.4 tslot.4 tvtwo.4 vigra.4 \
xbox.4 xd.4 xy.4 zs.4 zx.4
MLINKS= clock.4 oclock.4 \
fd.4 fdc.4 \
diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4
index 4a0dab913d6..19fff3e2f0d 100644
--- a/share/man/man4/man4.sparc/intro.4
+++ b/share/man/man4/man4.sparc/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.40 2004/09/23 18:28:51 jason Exp $
+.\" $OpenBSD: intro.4,v 1.41 2004/09/28 19:35:48 jason Exp $
.\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $
.\"
.\" Copyright (c) 1996 Jonathan Stone.
@@ -189,6 +189,8 @@ NCR5380 obio (Sun 4/100) "SCSI Weird" SCSI controller.
Tadpole microcontroller interface.
.It Xr tcx 4
8 or 24 bit SBus color graphics frame buffer.
+.It Xr timer 4
+Onboard system timer.
.It Xr tvtwo 4
Parallax XVideo and PowerVideo 24 bit SBus color frame buffer.
.It Xr vigra 4
diff --git a/share/man/man4/man4.sparc/timer.4 b/share/man/man4/man4.sparc/timer.4
new file mode 100644
index 00000000000..9120e7f1d8e
--- /dev/null
+++ b/share/man/man4/man4.sparc/timer.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: timer.4,v 1.1 2004/09/28 19:35:48 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 "timer0 at mainbus0 # sun4c"
+.Cd "timer0 at obio0 # sun4m"
+.Cd "timer0 at obio0 addr 0xef000000 # sun4/300"
+.Sh DESCRIPTION
+The
+.Nm
+device provides support for the onboard timer most SPARC machines.
+The timers are used to control various time services in the
+kernel and are not user accessible.
+.Sh SEE ALSO
+.Xr intro 4