patch-2.2.8 linux/drivers/video/offb.c

Next file: linux/drivers/video/vesafb.c
Previous file: linux/drivers/video/matroxfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.7/linux/drivers/video/offb.c linux/drivers/video/offb.c
@@ -476,9 +476,7 @@
 	    printk("no framebuffer address found for %s\n", dp->full_name);
 	    return;
 	}
-	/* needed for the gxt on the f50 -- Cort */
-	if ( dp->addrs[i].address < isa_mem_base )
-		(u_long)dp->addrs[i].address += isa_mem_base;
+
 	address = (u_long)dp->addrs[i].address;
 
 	/* kludge for valkyrie */
@@ -487,6 +485,7 @@
     }
     offb_init_fb(dp->name, dp->full_name, width, height, depth,
 		 pitch, address);
+    
 }
 
 __initfunc(static void offb_init_fb(const char *name, const char *full_name,

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