diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-15 20:23:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-15 20:23:55 +0000 |
commit | 8be43d4c7a17abee04242c588bc6d149c2c59796 (patch) | |
tree | 02db355c6ad316abef27f2d5df64ef870e6f1553 /share/man/man4/man4.sparc64 | |
parent | 30f272e9a6ca2cfdd4fb761f0f4c26c2a3b72e6b (diff) |
It turns out the mysterious chip with the heatsink glued on, found on mgx
video boards, is a known entity, so add support for 2d acceleration with
the help of the X code (which makes baby Jesus cry).
The blitter is fast enough to make a cgsix feel as slow as a cgthree in
comparison.
Diffstat (limited to 'share/man/man4/man4.sparc64')
-rw-r--r-- | share/man/man4/man4.sparc64/mgx.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.sparc64/mgx.4 b/share/man/man4/man4.sparc64/mgx.4 index a58510a4e18..3634624eb1f 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.11 2008/03/31 08:12:22 jmc Exp $ +.\" $OpenBSD: mgx.4,v 1.12 2008/04/15 20:23:53 miod Exp $ .\" .\" Copyright (c) 2003, 2005 Miodrag Vallat .\" @@ -23,7 +23,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 31 2008 $ +.Dd $Mdocdate: April 15 2008 $ .Dt MGX 4 sparc64 .Os .Sh NAME @@ -90,5 +90,5 @@ All other combinations are unsupported and may damage the hardware. .Xr wscons 4 , .Xr wsdisplay 4 .Sh CAVEATS -This driver does not support any acceleration features at the moment, and +This driver does not support mode switching at the moment, and drives the card in PROM-compatible, 8 bit, mode only. |