diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-03 22:13:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-03 22:13:06 +0000 |
commit | f75300543e3287bc2b76f6a4d16f495ed2f11153 (patch) | |
tree | f39aef5cd01a2effcbdb6d0e6b40fd5142d57ab6 /sys/arch/sparc/conf | |
parent | d8d590b379ba4ee97a16fc30fbdd5341d3726fe9 (diff) |
Change cgeight to run the console in the monochrome overlay plane (as cgtwelve
does), and only use the 24 bit color planes when running X.
Not tested, but can't be worse than before - the code it replaces was busted
anyway.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index f9e5d418050..0af7768f6cc 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.73 2006/12/03 16:38:10 miod Exp $ +# $OpenBSD: files.sparc,v 1.74 2006/12/03 22:13:04 miod Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -166,7 +166,7 @@ device bwtwo: wsemuldisplaydev, rasops1, wsemul_sun attach bwtwo at sbus, obio, vmes, vmel file arch/sparc/dev/bwtwo.c bwtwo -device cgeight: wsemuldisplaydev, rasops24, wsemul_sun, bt_dac +device cgeight: wsemuldisplaydev, rasops1, wsemul_sun, bt_dac attach cgeight at obio file arch/sparc/dev/cgeight.c cgeight |