summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorchuck <chuck@cvs.openbsd.org>1997-12-23 21:43:20 +0000
committerchuck <chuck@cvs.openbsd.org>1997-12-23 21:43:20 +0000
commit54118aee3c311f24af1c94a68759b0863cf8392f (patch)
tree7cad5fc442e7d2792f1fb1747092d3cb6e270ad5 /sys
parentfe51437837430ce01e5c578c6c7454c5127289f2 (diff)
use raster console by default since the sun prom is buggy.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/cgsix.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c
index 38d5d8a0eef..5b272697289 100644
--- a/sys/arch/sparc/dev/cgsix.c
+++ b/sys/arch/sparc/dev/cgsix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgsix.c,v 1.9 1997/09/17 06:47:07 downsj Exp $ */
+/* $OpenBSD: cgsix.c,v 1.10 1997/12/23 21:43:19 chuck Exp $ */
/* $NetBSD: cgsix.c,v 1.33 1997/08/07 19:12:30 pk Exp $ */
/*
@@ -144,9 +144,12 @@ static struct fbdriver cg6_fbdriver = {
* Unlike the bw2 and cg3 drivers, we do not need to provide an rconsole
* interface, as the cg6 is fast enough.. but provide a knob to turn it
* on anyway.
+ * XXXCDC: rethink this. the Sun PROM is buggy with some escape sequences
+ * thus causing your display to get messed up. raster console prevents
+ * this....
*/
#ifdef RASTERCONSOLE
-int cgsix_use_rasterconsole = 0;
+int cgsix_use_rasterconsole = 1;
#endif
extern int fbnode;