Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / pcmcia / m32r_cfc.h
index 17c1db7..8146e3b 100644 (file)
 
 #define CFC_IOPORT_BASE                0x1000
 
-#if !defined(CONFIG_PLAT_USRV)
+#if defined(CONFIG_PLAT_MAPPI3)
+#define CFC_ATTR_MAPBASE       0x14014000
+#define CFC_IO_MAPBASE_BYTE    0xb4012000
+#define CFC_IO_MAPBASE_WORD    0xb4002000
+#elif !defined(CONFIG_PLAT_USRV)
 #define CFC_ATTR_MAPBASE        0x0c014000
 #define CFC_IO_MAPBASE_BYTE     0xac012000
 #define CFC_IO_MAPBASE_WORD     0xac002000
-#else  /* CONFIG_PLAT_USRV */
+#else
 #define CFC_ATTR_MAPBASE       0x04014000
 #define CFC_IO_MAPBASE_BYTE    0xa4012000
 #define CFC_IO_MAPBASE_WORD    0xa4002000