From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 03:44:13 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0652F8AE; Mon, 22 Oct 2012 03:44:13 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E26EE8FC0C; Mon, 22 Oct 2012 03:44:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9M3iC1W024690; Mon, 22 Oct 2012 03:44:12 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9M3iCfB024688; Mon, 22 Oct 2012 03:44:12 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201210220344.q9M3iCfB024688@svn.freebsd.org> From: Rui Paulo Date: Mon, 22 Oct 2012 03:44:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241860 - head/sys/powerpc/wii X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 03:44:13 -0000 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 */