From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by ozlabs.org (Postfix) with ESMTP id 809E52BC0F for ; Wed, 13 Oct 2004 09:03:23 +1000 (EST) Received: by mproxy.gmail.com with SMTP id 76so443915rnk for ; Tue, 12 Oct 2004 16:03:21 -0700 (PDT) Message-ID: <35fb2e590410121603624c27a2@mail.gmail.com> Date: Wed, 13 Oct 2004 00:03:21 +0100 From: Jon Masters To: Rupesh S , linuxppc-embedded@ozlabs.org In-Reply-To: <20041012213634.GA4936@gate.ebshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII References: <1e44ebcf04101214247d3072b6@mail.gmail.com> <20041012213634.GA4936@gate.ebshome.net> Cc: Subject: Re: PPC kernel hangs Reply-To: jonathan@jonmasters.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 12 Oct 2004 14:36:34 -0700, Eugene Surovegin wrote: > Did you use ioremap to get valid kernel virtual address for your > device registers? You generally cannot just use physical address to > access device from the device driver. Possibly also use io_block_mapping on ppc to map a block of IO memory before ioremapping. Jon.