From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C525A67AA0 for ; Sat, 3 Jun 2006 00:49:57 +1000 (EST) In-Reply-To: <9FCDBA58F226D911B202000BDBAD4673066CF774@zch01exm40.ap.freescale.net> References: <9FCDBA58F226D911B202000BDBAD4673066CF774@zch01exm40.ap.freescale.net> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <259AC268-6D75-4EEF-962E-BDBC6D76BC02@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH/2.6.17-rc4 1/10] Powerpc: Add general support for mpc7 448h pc2 (Taiga) platform Date: Fri, 2 Jun 2006 09:50:00 -0500 To: Zang Roy-r61911 Cc: Alexandre.Bounine@tundra.com, Liu Dave-r63238 , linuxppc-dev list , Paul Mackerras , Yang Xin-Xin-r48390 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jun 2, 2006, at 3:20 AM, Zang Roy-r61911 wrote: > >> How much RAM do you have ? Maybe you are running out of >> virtual space ? >> >> Ben. >> >> > > 512MBytes If I understand things, there is a 16M region for PCI config space. You could look at just doing the ioremap for each chunk when its needed via the low level calls. - kumar