patch-2.4.19 linux-2.4.19/drivers/video/maxinefb.c
Next file: linux-2.4.19/drivers/video/neofb.c
Previous file: linux-2.4.19/drivers/video/matrox/matroxfb_misc.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/drivers/video/maxinefb.c
- Orig date:
Thu Sep 13 16:04:43 2001
diff -urN linux-2.4.18/drivers/video/maxinefb.c linux-2.4.19/drivers/video/maxinefb.c
@@ -79,7 +79,7 @@
};
static int currcon = 0;
-struct maxinefb_par current_par;
+static struct maxinefb_par current_par;
/* Reference to machine type set in arch/mips/dec/prom/identify.c, KM */
extern unsigned long mips_machtype;
@@ -301,7 +301,7 @@
display->next_line = fix.line_length;
display->can_soft_blank = 0;
display->inverse = 0;
-
+ display->scrollmode = SCROLL_YREDRAW;
display->dispsw = &fbcon_cfb8;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)