patch-2.4.12 linux/drivers/video/fbmem.c

Next file: linux/fs/devfs/base.c
Previous file: linux/drivers/usb/usbvideo.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.11/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -124,6 +124,8 @@
 extern int e1355fb_setup(char*);
 extern int pvr2fb_init(void);
 extern int pvr2fb_setup(char*);
+extern int sstfb_init(void);
+extern int sstfb_setup(char*);
 
 static struct {
 	const char *name;
@@ -274,7 +276,9 @@
 #ifdef CONFIG_FB_PVR2
 	{ "pvr2", pvr2fb_init, pvr2fb_setup },
 #endif
-
+#ifdef CONFIG_FB_VOODOO1
+	{ "sst", sstfb_init, sstfb_setup },
+#endif
 	/*
 	 * Generic drivers that don't use resource management (yet)
 	 */

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