patch-2.1.126 linux/drivers/video/fbmem.c
Next file: linux/drivers/video/iga.h
Previous file: linux/drivers/video/fbcon.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Oct 15 15:24:18 1998
- Orig file:
v2.1.125/linux/drivers/video/fbmem.c
- Orig date:
Mon Oct 5 13:13:41 1998
diff -u --recursive --new-file v2.1.125/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -66,6 +66,8 @@
extern void offb_setup(char *options, int *ints);
extern void atyfb_init(void);
extern void atyfb_setup(char *options, int *ints);
+extern void igafb_init(void);
+extern void igafb_setup(char *options, int *ints);
extern void imsttfb_init(void);
extern void dnfb_init(void);
extern void tgafb_init(void);
@@ -115,6 +117,9 @@
#endif
#ifdef CONFIG_FB_ATY
{ "atyfb", atyfb_init, atyfb_setup },
+#endif
+#ifdef CONFIG_FB_IGA
+ { "igafb", igafb_init, igafb_setup },
#endif
#ifdef CONFIG_FB_IMSTT
{ "imsttfb", imsttfb_init, NULL },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov