diff options
Diffstat (limited to 'sys/arch/sparc/dev/zx.c')
-rw-r--r-- | sys/arch/sparc/dev/zx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zx.c b/sys/arch/sparc/dev/zx.c index 29a82a7f830..4a44fb83a90 100644 --- a/sys/arch/sparc/dev/zx.c +++ b/sys/arch/sparc/dev/zx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zx.c,v 1.9 2005/03/01 21:21:24 miod Exp $ */ +/* $OpenBSD: zx.c,v 1.10 2005/03/07 16:44:50 miod Exp $ */ /* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */ /* @@ -278,7 +278,7 @@ zx_attach(struct device *parent, struct device *self, void *args) if (isconsole) { /* zx_reset() below will clear screen, so restart at 1st row */ - fbwscons_console_init(&sc->sc_sunfb, 0, zx_burner); + fbwscons_console_init(&sc->sc_sunfb, 0); } /* reset cursor & frame buffer controls */ |