summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-07-05 17:13:26 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-07-05 17:13:26 +0000
commit43f135881c40fa6943497a30e9cabadf1bfc3bb4 (patch)
tree5ca3dbcc4873b460a7995edbef4f82e0bfc6f41b /share
parent8d9366c7243ef541871aa5ebc659b5a1ec80af2e (diff)
radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have an
ATI Radeon 7000 chip on them). While there, make gfxp(4) depend on rasops32 just in case somebody removes other framebuffers that pull this in from their kernel config. ok deraadt@, miod@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc64/Makefile4
-rw-r--r--share/man/man4/man4.sparc64/radeonfb.444
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index e653d68bc62..14661e92fc2 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.75 2009/06/04 00:31:10 kettenis Exp $
+# $OpenBSD: Makefile,v 1.76 2009/07/05 17:13:25 kettenis Exp $
MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
bbc.4 be.4 beeper.4 bpp.4 bwtwo.4 cbus.4 central.4 cgsix.4 cgthree.4 \
@@ -6,7 +6,7 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
ebus.4 ecadc.4 environ.4 esp.4 fhc.4 gfxp.4 ifb.4 intro.4 le.4 led.4 \
machfb.4 magma.4 mem.4 mgx.4 openprom.4 \
pcons.4 pmc.4 power.4 ppm.4 prtc.4 psycho.4 pyro.4 qe.4 qec.4 \
- raptor.4 rfx.4 \
+ radeonfb.4 raptor.4 rfx.4 \
sab.4 sbbc.4 schizo.4 spif.4 ssm.4 \
tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \
vbus.4 vcc.4 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 vrtc.4 \
diff --git a/share/man/man4/man4.sparc64/radeonfb.4 b/share/man/man4/man4.sparc64/radeonfb.4
new file mode 100644
index 00000000000..d8dd3c44044
--- /dev/null
+++ b/share/man/man4/man4.sparc64/radeonfb.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: radeonfb.4,v 1.1 2009/07/05 17:13:25 kettenis Exp $
+.\"
+.\" Copyright (c) 2009 Mark Kettenis.
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: July 5 2009 $
+.Dt RADEONFB 4 sparc64
+.Os
+.Sh NAME
+.Nm radeonfb
+.Nd accelerated color frame buffer
+.Sh SYNOPSIS
+.Cd "radeonfb* at pci?"
+.Cd "wsdisplay* at radeonfb?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports Sun PCI frame buffer cards based on the
+ATI
+.Sq Radeon
+chips, such as the
+Sun
+XVR-100
+boards.
+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 intro 4 ,
+.Xr pci 4 ,
+.Xr wscons 4 ,
+.Xr wsdisplay 4