summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-06-21 04:43:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-06-21 04:43:42 +0000
commit3a6c6d4620c734c15ffb747d96eb081c67efe899 (patch)
tree39a47429ed9da1857203ff46821cae8f7772f365 /share
parentc5f655453d74032ae13ca0eadb6fecc20cf3d5e5 (diff)
agten(4) documentations updates.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc64/Makefile4
-rw-r--r--share/man/man4/man4.sparc64/agten.464
-rw-r--r--share/man/man4/man4.sparc64/bwtwo.43
-rw-r--r--share/man/man4/man4.sparc64/cgsix.43
-rw-r--r--share/man/man4/man4.sparc64/cgthree.43
-rw-r--r--share/man/man4/man4.sparc64/creator.43
-rw-r--r--share/man/man4/man4.sparc64/intro.44
-rw-r--r--share/man/man4/man4.sparc64/mgx.43
-rw-r--r--share/man/man4/man4.sparc64/rfx.43
-rw-r--r--share/man/man4/man4.sparc64/vgafb.43
-rw-r--r--share/man/man4/man4.sparc64/zx.43
11 files changed, 85 insertions, 11 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index b9969f64e0c..8e28c5b0656 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.35 2004/06/20 21:31:02 miod Exp $
+# $OpenBSD: Makefile,v 1.36 2004/06/21 04:43:41 miod Exp $
# TODO: clock.4 timer.4
-MAN= apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
+MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
be.4 beeper.4 bwtwo.4 \
cgsix.4 cgthree.4 comkbd.4 creator.4 \
ebus.4 esp.4 intro.4 le.4 magma.4 mem.4 mgx.4 openprom.4 \
diff --git a/share/man/man4/man4.sparc64/agten.4 b/share/man/man4/man4.sparc64/agten.4
new file mode 100644
index 00000000000..12f1577ab9c
--- /dev/null
+++ b/share/man/man4/man4.sparc64/agten.4
@@ -0,0 +1,64 @@
+.\" $OpenBSD: agten.4,v 1.1 2004/06/21 04:43:41 miod Exp $
+.\" Copyright (c) 2003 Miodrag Vallat. 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 Juen 20, 2004
+.Dt AGTEN 4 sparc64
+.Os
+.Sh NAME
+.Nm agten
+.Nd Fujitsu AG-10e accelerated 24-bit color frame buffer
+.Sh SYNOPSIS
+.Cd "agten* at sbus? slot ? offset ?"
+.Cd "wsdisplay* at agten?"
+.Sh DESCRIPTION
+The
+.Tn Fujitsu
+AG-10e
+is a two-slot SBus color frame buffer, with graphics acceleration
+and overlay capabilities, including hardware OpenGL processing.
+.Pp
+The
+.Nm
+driver interfaces the frame buffer with the
+.Xr wscons 4
+console framework.
+It does not provide direct device driver entry points
+but makes its functions available via the internal
+.Xr wsdisplay 4
+interface.
+.Sh SEE ALSO
+.Xr bwtwo 4 ,
+.Xr cgsix 4 ,
+.Xr cgthree 4 ,
+.Xr creator 4 ,
+.Xr intro 4 ,
+.Xr mgx 4 ,
+.Xr rfx 4 ,
+.Xr sbus 4 ,
+.Xr wscons 4 ,
+.Xr wsdisplay 4 ,
+.Xr zx 4
+.Sh CAVEATS
+This driver does not support any acceleration features at the moment, and
+drives the card in PROM-compatible, 8 bit, mode only.
diff --git a/share/man/man4/man4.sparc64/bwtwo.4 b/share/man/man4/man4.sparc64/bwtwo.4
index 0a2b45ebc35..171e9eb21fe 100644
--- a/share/man/man4/man4.sparc64/bwtwo.4
+++ b/share/man/man4/man4.sparc64/bwtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwtwo.4,v 1.7 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: bwtwo.4,v 1.8 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -48,6 +48,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,
.Xr creator 4 ,
diff --git a/share/man/man4/man4.sparc64/cgsix.4 b/share/man/man4/man4.sparc64/cgsix.4
index 07efc5a0f6b..eae04c08a8b 100644
--- a/share/man/man4/man4.sparc64/cgsix.4
+++ b/share/man/man4/man4.sparc64/cgsix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgsix.4,v 1.13 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: cgsix.4,v 1.14 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -142,6 +142,7 @@ The 1600x1280 resolution is not officially supported by
.Tn Sun
on the GX+.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgthree 4 ,
.Xr creator 4 ,
diff --git a/share/man/man4/man4.sparc64/cgthree.4 b/share/man/man4/man4.sparc64/cgthree.4
index 90a01265283..516708e900e 100644
--- a/share/man/man4/man4.sparc64/cgthree.4
+++ b/share/man/man4/man4.sparc64/cgthree.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgthree.4,v 1.13 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: cgthree.4,v 1.14 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -90,6 +90,7 @@ This is the default setting on more recent models (501-1718 and 501-1909).
.Pp
Note that not all models support settings other than their default setting.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr creator 4 ,
diff --git a/share/man/man4/man4.sparc64/creator.4 b/share/man/man4/man4.sparc64/creator.4
index d57fb310ce1..2ef6e20993e 100644
--- a/share/man/man4/man4.sparc64/creator.4
+++ b/share/man/man4/man4.sparc64/creator.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: creator.4,v 1.17 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: creator.4,v 1.18 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -61,6 +61,7 @@ or
.Xr boot_config 8 )
this acceleration can be disabled.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,
diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4
index 9b43febc716..3179eca96b4 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.31 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: intro.4,v 1.32 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2001-2002 The OpenBSD Project
.\" All Rights Reserved.
@@ -73,6 +73,8 @@ Devices are indicated by their functional interface.
Not all supported devices are listed.
.Pp
.Bl -tag -width zs/zstty/zskbd(4) -compact -offset indent
+.It Xr agten 4
+Fujitsu AG-10e frame buffer.
.It Xr apio 4
Aurora SBus pio1 parallel ports.
.It Xr asio 4
diff --git a/share/man/man4/man4.sparc64/mgx.4 b/share/man/man4/man4.sparc64/mgx.4
index 800a408aa3a..957ef768f25 100644
--- a/share/man/man4/man4.sparc64/mgx.4
+++ b/share/man/man4/man4.sparc64/mgx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mgx.4,v 1.1 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: mgx.4,v 1.2 2004/06/21 04:43:41 miod Exp $
.\" Copyright (c) 2003 Miodrag Vallat. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -48,6 +48,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,
diff --git a/share/man/man4/man4.sparc64/rfx.4 b/share/man/man4/man4.sparc64/rfx.4
index 5e183eee817..a43ea796120 100644
--- a/share/man/man4/man4.sparc64/rfx.4
+++ b/share/man/man4/man4.sparc64/rfx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfx.4,v 1.2 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: rfx.4,v 1.3 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2004, Miodrag Vallat.
.\" All rights reserved.
@@ -104,6 +104,7 @@ If the jumper position is not specified, it means it has to be removed
.It Li "L L " Ta 1280x1024 Ta 76Hz
.El
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,
diff --git a/share/man/man4/man4.sparc64/vgafb.4 b/share/man/man4/man4.sparc64/vgafb.4
index 14bc7e2087a..59085a24786 100644
--- a/share/man/man4/man4.sparc64/vgafb.4
+++ b/share/man/man4/man4.sparc64/vgafb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgafb.4,v 1.8 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: vgafb.4,v 1.9 2004/06/21 04:43:41 miod Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -47,6 +47,7 @@ Both unaccelerated access as a dumb framebuffer and
accelerated access methods are provided to
.Xr wscons 4 .
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,
diff --git a/share/man/man4/man4.sparc64/zx.4 b/share/man/man4/man4.sparc64/zx.4
index a3cef8d9e36..60199159745 100644
--- a/share/man/man4/man4.sparc64/zx.4
+++ b/share/man/man4/man4.sparc64/zx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zx.4,v 1.3 2004/06/20 21:31:02 miod Exp $
+.\" $OpenBSD: zx.4,v 1.4 2004/06/21 04:43:41 miod Exp $
.\" Copyright (c) 2003 Miodrag Vallat. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -90,6 +90,7 @@ The selected resolutions are:
.It Li 7 Ta 1152x900 Ta "66 Hz"
.El
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgsix 4 ,
.Xr cgthree 4 ,