summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.sparc64/cgsix.420
-rw-r--r--share/man/man4/man4.sparc64/creator.422
2 files changed, 35 insertions, 7 deletions
diff --git a/share/man/man4/man4.sparc64/cgsix.4 b/share/man/man4/man4.sparc64/cgsix.4
index 9687aeb36d2..b9165121ebc 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.4 2002/02/19 06:59:13 jason Exp $
+.\" $OpenBSD: cgsix.4,v 1.5 2002/07/30 19:55:12 jason Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -36,7 +36,7 @@
.Nm cgsix
.Nd accelerated 8-bit color frame buffer
.Sh SYNOPSIS
-.Cd "cgsix* at sbus? slot ? offset ?"
+.Cd "cgsix* at sbus? slot ? offset ? flags 0x0"
.Cd "wsdisplay* at cgsix?"
.Sh DESCRIPTION
The
@@ -48,7 +48,21 @@ It does not provide direct device driver entry points
but makes its functions available via the internal
.Xr wsdisplay 4
interface.
+.Pp
+By default hardware acceleration is used to erase the screen and
+scroll text.
+By setting
+.Ar flags
+to
+.Ar 1
+(via
+.Xr config 8
+or
+.Xr boot_config 8 )
+this acceleration can be disabled.
.Sh SEE ALSO
.Xr sbus 4 ,
.Xr wscons 4 ,
-.Xr wsdisplay 4
+.Xr wsdisplay 4 ,
+.Xr boot_config 8 ,
+.Xr config 8
diff --git a/share/man/man4/man4.sparc64/creator.4 b/share/man/man4/man4.sparc64/creator.4
index fdb2ac7f79e..269efee102c 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.9 2002/07/29 06:23:06 jason Exp $
+.\" $OpenBSD: creator.4,v 1.10 2002/07/30 19:55:12 jason Exp $
.\"
.\" Copyright (c) 2002 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -36,8 +36,8 @@
.Nm creator
.Nd accelerated color frame buffer
.Sh SYNOPSIS
-.Cd "creator* at mainbus0"
-.Cd "creator* at upa0"
+.Cd "creator* at mainbus0 flags 0x0"
+.Cd "creator* at upa0 flags 0x0"
.Cd "wsdisplay* at creator?"
.Sh DESCRIPTION
The
@@ -50,7 +50,21 @@ It does not provide direct device driver entry points but makes its functions
available via the internal
.Xr wsdisplay 4
interface.
+.Pp
+By default hardware acceleration is used to erase the screen and
+scroll text.
+By setting
+.Ar flags
+to
+.Ar 1
+(via
+.Xr config 8
+or
+.Xr boot_config 8 )
+this acceleration can be disabled.
.Sh SEE ALSO
.Xr upa 4 ,
.Xr wscons 4 ,
-.Xr wsdisplay 4
+.Xr wsdisplay 4 ,
+.Xr boot_config 8 ,
+.Xr config 8