summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgsix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/cgsix.c')
-rw-r--r--sys/arch/sparc/dev/cgsix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c
index 653d085b51c..b3195816b2e 100644
--- a/sys/arch/sparc/dev/cgsix.c
+++ b/sys/arch/sparc/dev/cgsix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgsix.c,v 1.31 2005/01/05 23:04:24 miod Exp $ */
+/* $OpenBSD: cgsix.c,v 1.32 2005/03/07 16:44:50 miod Exp $ */
/* $NetBSD: cgsix.c,v 1.33 1997/08/07 19:12:30 pk Exp $ */
/*
@@ -360,7 +360,7 @@ cgsixattach(parent, self, args)
if (isconsole) {
fbwscons_console_init(&sc->sc_sunfb,
- sc->sc_sunfb.sf_width >= 1024 ? -1 : 0, cgsix_burner);
+ sc->sc_sunfb.sf_width >= 1024 ? -1 : 0);
}
#if defined(SUN4C) || defined(SUN4M)