summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/zx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus/zx.c')
-rw-r--r--sys/dev/sbus/zx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/zx.c b/sys/dev/sbus/zx.c
index 3c411c63910..b676b4eed59 100644
--- a/sys/dev/sbus/zx.c
+++ b/sys/dev/sbus/zx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zx.c,v 1.4 2005/03/01 21:21:25 miod Exp $ */
+/* $OpenBSD: zx.c,v 1.5 2005/03/07 16:44:53 miod Exp $ */
/* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */
/*
@@ -308,7 +308,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 */