summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-12-24 22:12:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-12-24 22:12:36 +0000
commited16a696736adfb8beae5642212231c573ffee35 (patch)
tree89a1b440bea61013a6df6b3a806899da4e823269 /sys/arch
parentc430c11599d9ae3220e7542a8a736d40a8f316af (diff)
No need to invoke fbwscons_setcolormap() twice.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/dev/tcx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/tcx.c b/sys/arch/sparc/dev/tcx.c
index 4d2c289db57..d0ef71134d5 100644
--- a/sys/arch/sparc/dev/tcx.c
+++ b/sys/arch/sparc/dev/tcx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcx.c,v 1.39 2008/12/24 22:10:40 miod Exp $ */
+/* $OpenBSD: tcx.c,v 1.40 2008/12/24 22:12:35 miod Exp $ */
/* $NetBSD: tcx.c,v 1.8 1997/07/29 09:58:14 fair Exp $ */
/*
@@ -274,7 +274,6 @@ tcxattach(struct device *parent, struct device *self, void *args)
/* reset cursor & frame buffer controls */
tcx_reset(sc, 8);
- fbwscons_setcolormap(&sc->sc_sunfb, tcx_setcolor);
/* enable video */
tcx_burner(sc, 1, 0);