From ad74bb04b21760e9777828f3672af310f0f17929 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 7 Mar 2005 16:44:54 +0000 Subject: Do not bother passing the blanking routine to fbwscons_console_init(), as fbwscons_attach() can find it on its own. --- sys/arch/sparc/dev/cgeight.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc/dev/cgeight.c') diff --git a/sys/arch/sparc/dev/cgeight.c b/sys/arch/sparc/dev/cgeight.c index 6fc94c2f09b..987b579cfae 100644 --- a/sys/arch/sparc/dev/cgeight.c +++ b/sys/arch/sparc/dev/cgeight.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgeight.c,v 1.23 2005/01/05 23:04:24 miod Exp $ */ +/* $OpenBSD: cgeight.c,v 1.24 2005/03/07 16:44:50 miod Exp $ */ /* $NetBSD: cgeight.c,v 1.13 1997/05/24 20:16:04 pk Exp $ */ /* @@ -219,7 +219,7 @@ cgeightattach(parent, self, args) sc->sc_sunfb.sf_height); if (isconsole) { - fbwscons_console_init(&sc->sc_sunfb, -1, cgeight_burner); + fbwscons_console_init(&sc->sc_sunfb, -1); } fbwscons_attach(&sc->sc_sunfb, &cgeight_accessops, isconsole); -- cgit v1.2.3