svn commit: r241860 - head/sys/powerpc/wii

Rui Paulo rpaulo at FreeBSD.org
Mon Oct 22 03:44:13 UTC 2012


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 */


More information about the svn-src-head mailing list