patch-2.4.0-test5 linux/drivers/video/creatorfb.c

Next file: linux/drivers/video/cyber2000fb.c
Previous file: linux/drivers/video/controlfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/creatorfb.c linux/drivers/video/creatorfb.c
@@ -1,4 +1,4 @@
-/* $Id: creatorfb.c,v 1.31 1999/11/19 09:57:12 davem Exp $
+/* $Id: creatorfb.c,v 1.32 2000/07/26 23:02:51 davem Exp $
  * creatorfb.c: Creator/Creator3D frame buffer driver
  *
  * Copyright (C) 1997,1998,1999 Jakub Jelinek (jj@ultra.linux.cz)
@@ -626,8 +626,13 @@
 }
 
 static struct display_switch ffb_dispsw __initdata = {
-	ffb_setup, fbcon_redraw_bmove, ffb_clear, ffb_putc, ffb_putcs, ffb_revc, 
-	NULL, NULL, NULL, FONTWIDTHRANGE(1,16) /* Allow fontwidths up to 16 */
+	setup:		ffb_setup,
+	bmove:		fbcon_redraw_bmove,
+	clear:		ffb_clear,
+	putc:		ffb_putc,
+	putcs:		ffb_putcs,
+	revc:		ffb_revc, 
+	fontwidthmask:	FONTWIDTHRANGE(1,16) /* Allow fontwidths up to 16 */
 };
 
 static void ffb_margins (struct fb_info_sbusfb *fb, struct display *p, int x_margin, int y_margin)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)