<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Walt,<br>
<br>
Well, the incorrect VendorID almost clearly points to the incompatible
PCI bus frequency - try to set it to 33Mhz. <br>
AFAIR, I saw my network card as video adapter in the lspci output. <br>
<br>
The 2.4 stuff was tested rather thoroughly. The current 2.6.11 support
is examined with HPT370 and PDC20268 PCI IDE.<br>
<br>
You may also try my latest patch to the stock linux 2.5. <br>
<br>
Wimer, Walt wrote:
<blockquote cite="mid1111705036.15834.29.camel@excalibur.timesys.com"
 type="cite">
  <pre wrap="">Using Vitaly's 2.4-based patch below as a starting point, I've been
adding PCI support to 2.6.11.4 for the MPC8272ADS board.

The good news is that I think I have PCI interrupts pretty well sorted
out, and I see *something* half-way reasonable from "lspci".

The bad news is that neither of the ethernet cards that I'm trying will
actually work, and I see some very weird behavior with PCI configuration
space:

  Card 1:  Some Realtek RTL8139D-based card
  Card 2:  NETGEAR FA311 (National Semi DP83815 chip)

With either card installed alone, both U-Boot and my kernel identify the
cards correctly in PCI configuration space.

With *both* cards installed, both U-Boot and my kernel see the Realtek-
based card correctly, but the NETGEAR card has a corrupted Vendor ID
(e.g. 0x1000 or 0x1003 instead of the correct 0x100b).  This happens
regardless of which PCI slots I use for the cards (I've tried virtually
every combination).  This smells of a power problem or something to me.

And again, even with either card alone, the drivers have serious
problems talking to the cards.  I get various error messages from
the drivers and I see badly mangled packets on the wire.  It's also
not uncommon for the whole system to freeze...

Has anyone else seen similar behavior?

Has anyone had success with PCI on this board (under any kernel
version)?


Any ideas / data points are appreciated.


Thanks!!!

Walt Wimer



  </pre>
  <blockquote type="cite">
    <pre wrap="">This patch adds PCI bridge support for MPC8272 and PQ2FADS to the
current linuxppc-2.4 tree. Actually it has been tested with 8272, but
PQ2 _should_ also work, though it will complain that host bridge ID is
unrecognized.

Signed-off-by: Vitaly Bordug &lt;vbordug at ru.mvista.com&gt;

--
Sincerely, Vitaly

-------------- next part --------------
A non-text attachment was scrubbed...
Name: pq2-pci.patch
Type: text/x-patch
Size: 20111 bytes
Desc: not available
Url : <a class="moz-txt-link-freetext" href="http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050218/12060ce8/pq2-pci.bin">http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050218/12060ce8/pq2-pci.bin</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Sincerely, 
Vitaly
</pre>
</body>
</html>