patch-2.3.29 linux/drivers/video/tgafb.c
Next file: linux/drivers/zorro/proc.c
Previous file: linux/drivers/video/matroxfb.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Nov 23 10:10:38 1999
-  Orig file: 
v2.3.28/linux/drivers/video/tgafb.c
-  Orig date: 
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.28/linux/drivers/video/tgafb.c linux/drivers/video/tgafb.c
@@ -937,7 +937,7 @@
 static void tgafb_set_disp(const void *fb_par, struct display *disp,
 	struct fb_info_gen *info)
 {
-    disp->screen_base = ioremap(fb_info.tga_fb_base);
+    disp->screen_base = ioremap(fb_info.tga_fb_base, 0);
     switch (fb_info.tga_type) {
 #ifdef FBCON_HAS_CFB8
 	case 0: /* 8-plane */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)