Author: rpaulo Date: Mon Oct 22 03:44:12 2012 New Revision: 241860 URL: http://svn.freebsd.org/changeset/base/241860
Log: Increase the I/O memory area to 0xc20000. Modified: head/sys/powerpc/wii/wii_ipcreg.h Modified: head/sys/powerpc/wii/wii_ipcreg.h ============================================================================== --- head/sys/powerpc/wii/wii_ipcreg.h Mon Oct 22 03:43:02 2012 (r241859) +++ head/sys/powerpc/wii/wii_ipcreg.h Mon Oct 22 03:44:12 2012 (r241860) @@ -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 */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"