summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/consinit.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-06-16 20:46:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-06-16 20:46:15 +0000
commite37e840ce91b1b335d14a89b3ddcc754a406d841 (patch)
tree6e846e00d25aed824daed757129eb04d92d3c3ab /sys/arch/sparc64/dev/consinit.c
parentb8b11341e95e8089b6073332e22da058c1aa3165 (diff)
Provide the same fbxxx() api as on sparc, in order to factorize more code
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times...
Diffstat (limited to 'sys/arch/sparc64/dev/consinit.c')
-rw-r--r--sys/arch/sparc64/dev/consinit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/consinit.c b/sys/arch/sparc64/dev/consinit.c
index df1dbac2f52..f088b6321eb 100644
--- a/sys/arch/sparc64/dev/consinit.c
+++ b/sys/arch/sparc64/dev/consinit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: consinit.c,v 1.7 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: consinit.c,v 1.8 2003/06/16 20:46:10 miod Exp $ */
/* $NetBSD: consinit.c,v 1.9 2000/10/20 05:32:35 mrg Exp $ */
/*-
@@ -161,9 +161,7 @@ prom_cnpollc(dev, on)
{
if (on) {
/* Entering debugger. */
-#if NFB > 0
fb_unblank();
-#endif
} else {
/* Resuming kernel. */
}