summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/dev/fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/fb.c b/sys/arch/sparc64/dev/fb.c
index 6872fcbc182..ed620e9dd03 100644
--- a/sys/arch/sparc64/dev/fb.c
+++ b/sys/arch/sparc64/dev/fb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fb.c,v 1.20 2009/01/12 17:14:48 miod Exp $ */
+/* $OpenBSD: fb.c,v 1.21 2009/01/19 20:21:33 miod Exp $ */
/* $NetBSD: fb.c,v 1.23 1997/07/07 23:30:22 pk Exp $ */
/*
@@ -261,7 +261,7 @@ fbwscons_init(struct sunfb *sf, int flags, int isconsole)
/* ifb(4) doesn't set ri_bits at the moment */
if (ri->ri_bits == NULL)
- ri->ri_flg &= ~RI_CLEAR;
+ ri->ri_flg &= ~(RI_CLEAR | RI_CLEARMARGINS);
rasops_init(ri, rows, cols);