diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-03-01 19:28:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-03-01 19:28:21 +0000 |
commit | ffe93bf285ce9d3b71965f720eaed40fd7cb97d7 (patch) | |
tree | 005338def97e49d5281f1b2152ab8bd83c39e149 /share/man/man4/man4.sparc64 | |
parent | 89abda1fc2cdb1c5eeac917a3f490dfc68917eb9 (diff) |
raptor(4)
Diffstat (limited to 'share/man/man4/man4.sparc64')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/raptor.4 | 49 |
2 files changed, 52 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 016f4c36e1a..7564257f94d 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.70 2009/01/18 14:12:55 kettenis Exp $ +# $OpenBSD: Makefile,v 1.71 2009/03/01 19:28:20 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 \ cgtwelve.4 clkbrd.4 clock.4 cmp.4 comkbd.4 core.4 creator.4 \ ebus.4 ecadc.4 environ.4 esp.4 fhc.4 ifb.4 intro.4 le.4 led.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 rfx.4 \ + pcons.4 pmc.4 power.4 ppm.4 prtc.4 psycho.4 pyro.4 qe.4 qec.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 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrng.4 vrtc.4 xbox.4 \ diff --git a/share/man/man4/man4.sparc64/raptor.4 b/share/man/man4/man4.sparc64/raptor.4 new file mode 100644 index 00000000000..72ddfe9e627 --- /dev/null +++ b/share/man/man4/man4.sparc64/raptor.4 @@ -0,0 +1,49 @@ +.\" $OpenBSD: raptor.4,v 1.1 2009/03/01 19:28:20 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. And +.\" I won't mind if you keep the disclaimer below. +.\" +.\" 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: March 1 2009 $ +.Dt RAPTOR 4 sparc64 +.Os +.Sh NAME +.Nm raptor +.Nd accelerated color frame buffer +.Sh SYNOPSIS +.Cd "raptor* at pci?" +.Cd "wsdisplay* at raptor?" +.Sh DESCRIPTION +The +.Nm +driver supports Tech Source Raptor PCI frame buffer cards based on the +Number 9 +.Sq Imagine-128 +chips, such as the +Sun +Raptor GFX-4M +and +Raptor GFX-8M +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 +.Sh BUGS +Colormap support is missing. |