From ce402469a1926e7e8bd53c450375fee99c096470 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Mon, 22 Oct 2012 03:44:12 +0000 Subject: [PATCH] Increase the I/O memory area to 0xc20000. --- sys/powerpc/wii/wii_ipcreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/wii/wii_ipcreg.h b/sys/powerpc/wii/wii_ipcreg.h index 34db19b3411f..197a4e08315f 100644 --- a/sys/powerpc/wii/wii_ipcreg.h +++ b/sys/powerpc/wii/wii_ipcreg.h @@ -32,6 +32,6 @@ #define WIIIPC_REG_ADDR 0x0d000000 #define WIIIPC_REG_LEN 0x40 #define WIIIPC_IOH_ADDR 0x133e0000 -#define WIIIPC_IOH_LEN 0x20000 +#define WIIIPC_IOH_LEN 0xc20000 #endif /* _POWERPC_WII_WII_IPCREG_H */