From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by ozlabs.org (Postfix) with ESMTP id 9AF1CDDE24 for ; Fri, 26 Oct 2007 02:21:17 +1000 (EST) Message-ID: <4720C27B.7020408@grandegger.com> Date: Thu, 25 Oct 2007 18:21:15 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 To: Wolfgang Grandegger Subject: Re: PCI on Lite5200/Icecube, known issues? References: <4720A628.8010108@grandegger.com> <4720B218.80607@grandegger.com> In-Reply-To: <4720B218.80607@grandegger.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Wolfgang Grandegger wrote: > Grant Likely wrote: >> On 10/25/07, Wolfgang Grandegger wrote: >>> Hello, >>> >>> The access to PCI memory space does not to work (I allways read 0xff) on >>> my Icecube-Eval-Board. Are there any known issues/bugs with using the >>> PCI on the Lite5200/Icecube board with 2.6.23? Has it been tested? I >>> realized, that CONFIG_PCI is not set in the default configuration. >> arch/ppc or arch/powerpc? >> >> I'm not a PCI expert, but I just fired up my Lite5200 with a couple of >> eth adapters plugged in and the devices are usable. This is a >> 2.6.24-rc1 arch/powerpc kernel. > > I'm using a 2.6.23 arch/powerpc kernel. And my eepro100 card does not > work either: > > e100: probe of 0000:00:18.0 failed with error -11 > > It looks like that 2.6.23 needs some more patches. Indeed, it works with 2.6.24-rc1: e100: eth0: e100_probe: addr 0xa0000000, irq 16, MAC addr 00:0e:0c:74:8c:f2 Wolfgang.