From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 14AA0DDEF5 for ; Wed, 18 Jul 2007 08:55:44 +1000 (EST) Message-ID: <469D47DB.7070804@freescale.com> Date: Tue, 17 Jul 2007 17:51:07 -0500 From: Scott Wood MIME-Version: 1.0 To: Siva Prasad Subject: Re: Linuxppc-embedded Digest, Vol 35, Issue 33 References: <469B9825.6070507@freescale.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Cc: suresh suresh , linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Siva Prasad wrote: > Well!... you can manage any way you want. > > > > 1) You can store the virtual address in the DpRAM, and convert to > physical (should I say DMA mapped address) and then pass it on to the > device under consideration here. The DPRAM is read directly by the microcode (if it didn't, you'd just be using RAM). You don't want to put virtual addresses in there. -Scott