RASTERCONS now works on sun4's too.
This commit is contained in:
parent
d9a781419d
commit
53eb8f8175
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: bwtwo.c,v 1.14 1995/10/08 01:39:13 pk Exp $ */
|
/* $NetBSD: bwtwo.c,v 1.15 1995/10/09 15:39:34 pk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1992, 1993
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -215,8 +215,6 @@ bwtwoattach(parent, self, args)
|
||||||
if (isconsole) {
|
if (isconsole) {
|
||||||
printf(" (console)\n");
|
printf(" (console)\n");
|
||||||
#ifdef RASTERCONSOLE
|
#ifdef RASTERCONSOLE
|
||||||
/* XXX: doesn't work (??) on Sun 4 yet. */
|
|
||||||
if (cputyp != CPU_SUN4)
|
|
||||||
fbrcons_init(&sc->sc_fb);
|
fbrcons_init(&sc->sc_fb);
|
||||||
#endif
|
#endif
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue