From 54118aee3c311f24af1c94a68759b0863cf8392f Mon Sep 17 00:00:00 2001 From: chuck Date: Tue, 23 Dec 1997 21:43:20 +0000 Subject: use raster console by default since the sun prom is buggy. --- sys/arch/sparc/dev/cgsix.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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; -- cgit v1.2.3