From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hotmail.com (bay1-dav5.bay1.hotmail.com [65.54.244.109]) by ozlabs.org (Postfix) with ESMTP id D796167A67 for ; Sat, 12 Feb 2005 02:15:03 +1100 (EST) Message-ID: From: "Vijay Padiyar" To: "Embedded TUX" , "LinuxPPC Support" Date: Fri, 11 Feb 2005 20:45:47 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: some more doubts regarding memory access from user/kernel space List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Some more doubts about the same thing. As I am aware, the MPC8260 does not have a separate I/O address space. So, with reference to my earlier mail, when do we need to use ioremap() and when do we need to use request_mem_region()? Or do we need to use both in a particular sequence? Also, if I just do an ioremap(), can I directly access those remapped addresses with inb()/outb() or writeb()/readb()? Or is something more to be done prior to accessing it? Regards Vijay Padiyar http://www.vijaypadiyar.eu.tf