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
- Lines: 19
- Date:
Thu Apr 29 12:53:48 1999
- Orig file:
v2.2.7/linux/drivers/video/offb.c
- Orig date:
Tue Mar 23 14:35:48 1999
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)