patch-2.4.0-test1 linux/drivers/video/fbmem.c
Next file: linux/drivers/video/sisfb.c
Previous file: linux/drivers/video/Makefile
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu May 25 09:35:27 2000
- Orig file:
v2.3.99-pre9/linux/drivers/video/fbmem.c
- Orig date:
Wed Apr 26 16:34:08 2000
diff -u --recursive --new-file v2.3.99-pre9/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -111,6 +111,8 @@
extern int rivafb_setup(char*);
extern int tdfxfb_init(void);
extern int tdfxfb_setup(char*);
+extern int sisfb_init(void);
+extern int sisfb_setup(char*);
static struct {
const char *name;
@@ -230,6 +232,9 @@
#ifdef CONFIG_GSP_RESOLVER
/* Not a real frame buffer device... */
{ "resolver", NULL, resolver_video_setup },
+#endif
+#ifdef CONFIG_FB_SIS
+ { "sisfb", sisfb_init, sisfb_setup },
#endif
#ifdef CONFIG_FB_VIRTUAL
/* Must be last to avoid that vfb becomes your primary display */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)