summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-03-06 21:54:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-03-06 21:54:42 +0000
commit0711ad314d42fc871d36e17acba1aeefd32775ff (patch)
tree5fc7eeb6042f57a94720099c3c742dbf214bc9be /share/man/man4/man4.sparc
parent4c1b351f7d42b02f7d883e4c891ef44666b82b57 (diff)
agten(4) manual page and references to it.
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r--share/man/man4/man4.sparc/Makefile8
-rw-r--r--share/man/man4/man4.sparc/agten.469
-rw-r--r--share/man/man4/man4.sparc/bwtwo.43
-rw-r--r--share/man/man4/man4.sparc/cgeight.43
-rw-r--r--share/man/man4/man4.sparc/cgfour.43
-rw-r--r--share/man/man4/man4.sparc/cgfourteen.43
-rw-r--r--share/man/man4/man4.sparc/cgsix.43
-rw-r--r--share/man/man4/man4.sparc/cgthree.43
-rw-r--r--share/man/man4/man4.sparc/cgtwelve.43
-rw-r--r--share/man/man4/man4.sparc/cgtwo.43
-rw-r--r--share/man/man4/man4.sparc/intro.46
-rw-r--r--share/man/man4/man4.sparc/pnozz.43
-rw-r--r--share/man/man4/man4.sparc/tcx.43
-rw-r--r--share/man/man4/man4.sparc/tvtwo.43
-rw-r--r--share/man/man4/man4.sparc/vigra.43
15 files changed, 101 insertions, 18 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile
index c4e7524e0e2..4eda916e634 100644
--- a/share/man/man4/man4.sparc/Makefile
+++ b/share/man/man4/man4.sparc/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.28 2003/03/05 14:42:07 miod Exp $
+# $OpenBSD: Makefile,v 1.29 2003/03/06 21:54:41 miod Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
-MAN= audioamd.4 audiocs.4 autoconf.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 \
- cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 daadio.4 \
- esp.4 fd.4 fga.4 ie.4 intro.4 le.4 led.4 magma.4 mem.4 \
+MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 be.4 bwtwo.4 cgtwo.4 \
+ cgthree.4 cgfour.4 cgsix.4 cgeight.4 cgtwelve.4 cgfourteen.4 \
+ daadio.4 esp.4 fd.4 fga.4 ie.4 intro.4 le.4 led.4 magma.4 mem.4 \
openprom.4 pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4 sw.4 tctrl.4 \
tcx.4 tvtwo.4 vigra.4 xbox.4 xd.4 xy.4 zs.4
MLINKS= fd.4 fdc.4 \
diff --git a/share/man/man4/man4.sparc/agten.4 b/share/man/man4/man4.sparc/agten.4
new file mode 100644
index 00000000000..b14f7412c19
--- /dev/null
+++ b/share/man/man4/man4.sparc/agten.4
@@ -0,0 +1,69 @@
+.\" $OpenBSD: agten.4,v 1.1 2003/03/06 21:54: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 March 6, 2003
+.Dt AGTEN 4 sparc
+.Os
+.Sh NAME
+.Nm agten
+.Nd accelerated 24-bit color frame buffer
+.Sh SYNOPSIS
+.Cd "agten* at sbus? slot ? offset ?"
+.Cd "wsdisplay* at agten?"
+.Sh DESCRIPTION
+The
+.Nm
+is a memory based color frame buffer, with graphics acceleration
+and overlay capabilities, and hardware OpenGL capabilities.
+The
+.Nm
+driver interfaces the frame buffer to 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 cgeight 4 ,
+.Xr cgfour 4 ,
+.Xr cgfourteen 4 ,
+.Xr cgsix 4 ,
+.Xr cgthree 4 ,
+.Xr cgtwelve 4 ,
+.Xr cgtwo 4 ,
+.Xr intro 4 ,
+.Xr pnozz 4 ,
+.Xr sbus 4 ,
+.Xr tcx 4 ,
+.Xr tvtwo 4 ,
+.Xr vigra 4 ,
+.Xr wscons 4 ,
+.Xr wsdisplay 4
+.Xr boot_config 8 ,
+.Xr config 8
+.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.sparc/bwtwo.4 b/share/man/man4/man4.sparc/bwtwo.4
index fee4498ea81..61e6e688811 100644
--- a/share/man/man4/man4.sparc/bwtwo.4
+++ b/share/man/man4/man4.sparc/bwtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bwtwo.4,v 1.15 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: bwtwo.4,v 1.16 2003/03/06 21:54:41 miod Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -61,6 +61,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
.Xr cgfourteen 4 ,
diff --git a/share/man/man4/man4.sparc/cgeight.4 b/share/man/man4/man4.sparc/cgeight.4
index 36a13315bf0..eaa0e2490fb 100644
--- a/share/man/man4/man4.sparc/cgeight.4
+++ b/share/man/man4/man4.sparc/cgeight.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgeight.4,v 1.14 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgeight.4,v 1.15 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgeight.4,v 1.2 1997/10/08 22:00:03 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -56,6 +56,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgfour 4 ,
.Xr cgfourteen 4 ,
diff --git a/share/man/man4/man4.sparc/cgfour.4 b/share/man/man4/man4.sparc/cgfour.4
index 8395251eb18..2eff1356904 100644
--- a/share/man/man4/man4.sparc/cgfour.4
+++ b/share/man/man4/man4.sparc/cgfour.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfour.4,v 1.13 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgfour.4,v 1.14 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgfour.4,v 1.2 1997/10/08 22:00:05 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -52,6 +52,7 @@ is a memory based color frame buffer with overlay plane for the
.Xr wscons 4
console framework.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfourteen 4 ,
diff --git a/share/man/man4/man4.sparc/cgfourteen.4 b/share/man/man4/man4.sparc/cgfourteen.4
index 4d0048edf8c..ebacc2c6bec 100644
--- a/share/man/man4/man4.sparc/cgfourteen.4
+++ b/share/man/man4/man4.sparc/cgfourteen.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgfourteen.4,v 1.18 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgfourteen.4,v 1.19 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgfourteen.4,v 1.3 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1996 The President and Fellows of Harvard College.
@@ -140,6 +140,7 @@ High res 1600x1280, with a refresh rate of 66Hz.
Resolutions of 1280x1024, 1600x1280 and 1920x1080 are 8-bit only
with 4MB VSIMM.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/cgsix.4 b/share/man/man4/man4.sparc/cgsix.4
index eea2763fee1..dd77253f8ae 100644
--- a/share/man/man4/man4.sparc/cgsix.4
+++ b/share/man/man4/man4.sparc/cgsix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgsix.4,v 1.18 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgsix.4,v 1.19 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgsix.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright 1994
@@ -150,6 +150,7 @@ The 1600x1280 resolution is not officially supported by
.Tn Sun
on the GX+.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/cgthree.4 b/share/man/man4/man4.sparc/cgthree.4
index 5de134910fe..0ea4fe95414 100644
--- a/share/man/man4/man4.sparc/cgthree.4
+++ b/share/man/man4/man4.sparc/cgthree.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgthree.4,v 1.16 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgthree.4,v 1.17 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgthree.4,v 1.4 1998/06/11 08:32:20 fair Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -102,6 +102,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 cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/cgtwelve.4 b/share/man/man4/man4.sparc/cgtwelve.4
index 9e5af473917..e7334195dcf 100644
--- a/share/man/man4/man4.sparc/cgtwelve.4
+++ b/share/man/man4/man4.sparc/cgtwelve.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgtwelve.4,v 1.5 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgtwelve.4,v 1.6 2003/03/06 21:54:41 miod Exp $
.\" Copyright (c) 2002 Miodrag Vallat. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -55,6 +55,7 @@ or
it can be forced to use the monochrome overlay plane only, resulting in a
faster console.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/cgtwo.4 b/share/man/man4/man4.sparc/cgtwo.4
index 5dd7adfa4cf..500231d3b88 100644
--- a/share/man/man4/man4.sparc/cgtwo.4
+++ b/share/man/man4/man4.sparc/cgtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cgtwo.4,v 1.13 2003/03/05 14:42:07 miod Exp $
+.\" $OpenBSD: cgtwo.4,v 1.14 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: cgtwo.4,v 1.3 1997/10/08 22:00:08 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -55,6 +55,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4
index b2dd76fd692..0714671476a 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.29 2003/03/05 14:42:08 miod Exp $
+.\" $OpenBSD: intro.4,v 1.30 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $
.\"
.\" Copyright (c) 1996 Jonathan Stone.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd August 13, 1997
+.Dd March 6, 2003
.Dt INTRO 4 sparc
.Os
.Sh NAME
@@ -99,6 +99,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 audioamd 4
AMD 79C30 obio (sun4c and SPARC Classic) audio controller.
.It Xr audiocs 4
diff --git a/share/man/man4/man4.sparc/pnozz.4 b/share/man/man4/man4.sparc/pnozz.4
index 60c10dada20..3674a98a80f 100644
--- a/share/man/man4/man4.sparc/pnozz.4
+++ b/share/man/man4/man4.sparc/pnozz.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pnozz.4,v 1.10 2003/03/05 14:42:08 miod Exp $
+.\" $OpenBSD: pnozz.4,v 1.11 2003/03/06 21:54:41 miod Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -63,6 +63,7 @@ device is also configured, the
will be powered down when the lid of the laptop
is closed or the screen is blanked.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/tcx.4 b/share/man/man4/man4.sparc/tcx.4
index 74a0ee76219..6f3648de853 100644
--- a/share/man/man4/man4.sparc/tcx.4
+++ b/share/man/man4/man4.sparc/tcx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcx.4,v 1.17 2003/03/05 14:42:08 miod Exp $
+.\" $OpenBSD: tcx.4,v 1.18 2003/03/06 21:54:41 miod Exp $
.\" $NetBSD: tcx.4,v 1.3 1997/10/08 22:00:14 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -68,6 +68,7 @@ or
.Xr boot_config 8 )
it can be force to 8 bit mode, resulting in a faster console.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/tvtwo.4 b/share/man/man4/man4.sparc/tvtwo.4
index fa4448d59cd..83d6bdfe27a 100644
--- a/share/man/man4/man4.sparc/tvtwo.4
+++ b/share/man/man4/man4.sparc/tvtwo.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tvtwo.4,v 1.1 2003/03/05 14:42:08 miod Exp $
+.\" $OpenBSD: tvtwo.4,v 1.2 2003/03/06 21:54:41 miod Exp $
.\" Copyright (c) 2003 Miodrag Vallat. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -46,6 +46,7 @@ but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,
diff --git a/share/man/man4/man4.sparc/vigra.4 b/share/man/man4/man4.sparc/vigra.4
index 00214ab2725..90ba3a28c66 100644
--- a/share/man/man4/man4.sparc/vigra.4
+++ b/share/man/man4/man4.sparc/vigra.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vigra.4,v 1.4 2003/03/05 14:42:08 miod Exp $
+.\" $OpenBSD: vigra.4,v 1.5 2003/03/06 21:54:41 miod Exp $
.\" Copyright (c) 2002 Miodrag Vallat. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -77,6 +77,7 @@ The VS12 supports all of these modes, as well as a few high resolution settings.
.It Li "U U U U" Ta 1280x1024 Ta 67Hz Ta "Sun SPARCstation, composite sync"
.El
.Sh SEE ALSO
+.Xr agten 4 ,
.Xr bwtwo 4 ,
.Xr cgeight 4 ,
.Xr cgfour 4 ,