patch-2.4.0-test12 linux/drivers/video/fbmem.c

Next file: linux/drivers/video/macmodes.c
Previous file: linux/drivers/video/fbcon-sti.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -113,6 +113,8 @@
 extern int tdfxfb_setup(char*);
 extern int sisfb_init(void);
 extern int sisfb_setup(char*);
+extern int stifb_init(void);
+extern int stifb_setup(char*);
 
 static struct {
 	const char *name;
@@ -198,6 +200,9 @@
 	 * management!
 	 */
 
+#ifdef CONFIG_FB_STI
+	{ "stifb", stifb_init, stifb_setup },
+#endif
 #ifdef CONFIG_FB_OF
 	{ "offb", offb_init, NULL },
 #endif

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