patch-2.4.22 linux-2.4.22/drivers/video/maxinefb.h
Next file: linux-2.4.22/drivers/video/newport_con.c
Previous file: linux-2.4.22/drivers/video/maxinefb.c
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
2003-08-25 04:44:42.000000000 -0700
-  Orig file: 
linux-2.4.21/drivers/video/maxinefb.h
-  Orig date: 
2001-04-18 11:49:12.000000000 -0700
diff -urN linux-2.4.21/drivers/video/maxinefb.h linux-2.4.22/drivers/video/maxinefb.h
@@ -8,17 +8,18 @@
  *      archive for more details.
  */
 
+#include <asm/addrspace.h>
 
 /*
  * IMS332 video controller register base address
  */
-#define MAXINEFB_IMS332_ADDRESS                  0xbc140000
+#define MAXINEFB_IMS332_ADDRESS		KSEG1ADDR(0x1c140000)
 
 /*
  * Begin of DECstation 5000/xx onboard framebuffer memory, default resolution
  * is 1024x768x8
  */
-#define DS5000_xx_ONBOARD_FBMEM_START	0xaa000000
+#define DS5000_xx_ONBOARD_FBMEM_START	KSEG1ADDR(0x0a000000)
 
 /*
  *      The IMS 332 video controller used in the DECstation 5000/xx series
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)