* PCI on Lite5200/Icecube, known issues?
@ 2007-10-25 14:20 Wolfgang Grandegger
2007-10-25 14:45 ` Grant Likely
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2007-10-25 14:20 UTC (permalink / raw)
To: linuxppc-embedded
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.
Thanks,
Wolfgang.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PCI on Lite5200/Icecube, known issues?
2007-10-25 14:20 PCI on Lite5200/Icecube, known issues? Wolfgang Grandegger
@ 2007-10-25 14:45 ` Grant Likely
2007-10-25 15:11 ` Wolfgang Grandegger
0 siblings, 1 reply; 5+ messages in thread
From: Grant Likely @ 2007-10-25 14:45 UTC (permalink / raw)
To: Wolfgang Grandegger; +Cc: linuxppc-embedded
On 10/25/07, Wolfgang Grandegger <wg@grandegger.com> 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.
Cheers,
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PCI on Lite5200/Icecube, known issues?
2007-10-25 14:45 ` Grant Likely
@ 2007-10-25 15:11 ` Wolfgang Grandegger
2007-10-25 16:21 ` Wolfgang Grandegger
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2007-10-25 15:11 UTC (permalink / raw)
To: Grant Likely; +Cc: linuxppc-embedded
Grant Likely wrote:
> On 10/25/07, Wolfgang Grandegger <wg@grandegger.com> 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.
Thanks.
Wolfgang.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PCI on Lite5200/Icecube, known issues?
2007-10-25 15:11 ` Wolfgang Grandegger
@ 2007-10-25 16:21 ` Wolfgang Grandegger
2007-10-25 16:24 ` Grant Likely
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2007-10-25 16:21 UTC (permalink / raw)
To: Wolfgang Grandegger; +Cc: linuxppc-embedded
Wolfgang Grandegger wrote:
> Grant Likely wrote:
>> On 10/25/07, Wolfgang Grandegger <wg@grandegger.com> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PCI on Lite5200/Icecube, known issues?
2007-10-25 16:21 ` Wolfgang Grandegger
@ 2007-10-25 16:24 ` Grant Likely
0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2007-10-25 16:24 UTC (permalink / raw)
To: Wolfgang Grandegger; +Cc: linuxppc-embedded
On 10/25/07, Wolfgang Grandegger <wg@grandegger.com> wrote:
> Wolfgang Grandegger wrote:
> > Grant Likely wrote:
> >> On 10/25/07, Wolfgang Grandegger <wg@grandegger.com> 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
Okay, when I get a chance I'll try 2.6.23 on my lite5200
Cheers,
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-25 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 14:20 PCI on Lite5200/Icecube, known issues? Wolfgang Grandegger
2007-10-25 14:45 ` Grant Likely
2007-10-25 15:11 ` Wolfgang Grandegger
2007-10-25 16:21 ` Wolfgang Grandegger
2007-10-25 16:24 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).