[ar71xx] increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / ar71xx.h
index a2d884f668e4a108ee39bb5ac0f462b664a95cce..bd8a5c2a58cdb8ee7207122ea25c0c43b2e37145 100644 (file)
@@ -60,7 +60,7 @@
 #define AR91XX_WMAC_SIZE       0x30000
 
 #define AR71XX_MEM_SIZE_MIN    0x0200000
-#define AR71XX_MEM_SIZE_MAX    0x8000000
+#define AR71XX_MEM_SIZE_MAX    0x10000000
 
 #define AR71XX_CPU_IRQ_BASE    0
 #define AR71XX_MISC_IRQ_BASE   8
@@ -128,6 +128,9 @@ extern unsigned long ar71xx_mach_type;
 #define AR71XX_MACH_MZK_W04NU  14      /* Planex MZK-W04NU */
 #define AR71XX_MACH_UBNT_LSSR71        15      /* Ubiquiti LS-SR71 */
 #define AR71XX_MACH_TL_WR941ND 16      /* TP-LINK TL-WR941ND */
+#define AR71XX_MACH_UBNT_RSPRO 17      /* Ubiquiti RouterStation Pro */
+#define AR71XX_MACH_AP81       18      /* Atheros AP81 */
+#define AR71XX_MACH_WRT400N    19      /* Linksys WRT400N */
 
 /*
  * PLL block
@@ -194,8 +197,6 @@ static inline u32 ar71xx_usb_ctrl_rr(unsigned reg)
        return __raw_readl(ar71xx_usb_ctrl_base + reg);
 }
 
-extern void ar71xx_add_device_usb(void) __init;
-
 /*
  * GPIO block
  */