diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-06 17:07:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-06 17:07:07 +0000 |
commit | ffb779eb9946f1908e42f24f0b7de38723048d19 (patch) | |
tree | 6671e4f0976128f05f631ed28fe8f5fb9a0e7fbf /share/man/man4/man4.sparc/tcx.4 | |
parent | 7189e491adb5025608cce49cefa1c511bca038db (diff) |
cgfourteen, cgtwelve and tcx do not need flags to force them in low-depth mode
for faster console, as they will now run the console in a low-depth mode by
default.
Diffstat (limited to 'share/man/man4/man4.sparc/tcx.4')
-rw-r--r-- | share/man/man4/man4.sparc/tcx.4 | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/share/man/man4/man4.sparc/tcx.4 b/share/man/man4/man4.sparc/tcx.4 index 50cce91b986..7237e59b5a2 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.21 2003/03/10 20:11:33 miod Exp $ +.\" $OpenBSD: tcx.4,v 1.22 2003/04/06 17:07:06 miod Exp $ .\" $NetBSD: tcx.4,v 1.3 1997/10/08 22:00:14 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 23, 1996 +.Dd April 6, 2003 .Dt TCX 4 sparc .Os .Sh NAME @@ -60,18 +60,6 @@ It does not provide direct device driver entry points but makes its functions available via the internal .Xr wsdisplay 4 interface. -.Pp -By default, the frame buffer will be initialized in 24 bit mode if it -can support it. -In this case, by setting -.Ar flags -to -.Ar 0x0001 -(via -.Xr config 8 -or -.Xr boot_config 8 ) -it can be forced to 8 bit mode, resulting in a faster console. .Sh SEE ALSO .Xr agten 4 , .Xr bwtwo 4 , @@ -89,6 +77,4 @@ it can be forced to 8 bit mode, resulting in a faster console. .Xr vigra 4 , .Xr wscons 4 , .Xr wsdisplay 4 , -.Xr zx 4 , -.Xr boot_config 8 , -.Xr config 8 +.Xr zx 4 |