Grant Likely wrote:
On Mon, Feb 1, 2010 at 4:25 PM, John Tyner wrote:
This patch adds support for using the LL TEMAC Ethernet driver on non-Virtex
5 platforms by adding support for accessing the Soft DMA registers as if
they were memory mapped instead of solely through the DCR's (avai
This patch adds support for using the LL TEMAC Ethernet driver on
non-Virtex 5 platforms by adding support for accessing the Soft DMA
registers as if they were memory mapped instead of solely through the
DCR's (available on the Virtex 5).
Signed-off-by: John Tyner
--- /tmp/tmp.5198.41
The following patch makes the QSpan PCI code compile and work on my
hardware. The patch is against 2.4, but I'm hoping it will still be viewed
as useful since the code currently does not even compile (2.6 is the
same). I had to make a change to move the PCI setup later in the
m8xx_setup code as
Building for 8xx fails to compile due to errors in a couple of places.
The first is due to the casting of an lvalue (if I remember correctly),
and the second was due to the cpmp variable being declared static even
though the headers previously defined it as extern. The following patch
corrects
7c 7c0802a6 9421ffd0
>
> The access of memory through r1 seems to corrupt r3, and always with the
> same value. The problem isn't necessarily here, though. If I modify my
> remove_vma function to cause and correct the problem (