patch-2.3.10 linux/drivers/video/fbmem.c
Next file: linux/drivers/video/tgafb.c
Previous file: linux/drivers/video/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jul 1 10:57:36 1999
- Orig file:
v2.3.9/linux/drivers/video/fbmem.c
- Orig date:
Thu May 13 23:48:20 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -74,6 +74,7 @@
extern void imsttfb_setup(char *options, int *ints);
extern void dnfb_init(void);
extern void tgafb_init(void);
+extern void tgafb_setup(char *options, int *ints);
extern void virgefb_init(void);
extern void virgefb_setup(char *options, int *ints);
extern void resolver_video_setup(char *options, int *ints);
@@ -158,7 +159,7 @@
{ "s3trio", s3triofb_init, s3triofb_setup },
#endif
#ifdef CONFIG_FB_TGA
- { "tga", tgafb_init, NULL },
+ { "tga", tgafb_init, tgafb_setup },
#endif
#ifdef CONFIG_FB_VIRGE
{ "virge", virgefb_init, virgefb_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)