Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 03:44:12 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241860 - head/sys/powerpc/wii
Message-ID:  <201210220344.q9M3iCfB024688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210220344.q9M3iCfB024688>