Re: [U-Boot] [PATCH] Fix DP8381x driver to work with mips processors

2011-12-19 Thread Anatolij Gustschin
Hi all, On Wed, 26 Oct 2011 14:39:54 +0200 Laszlo Hegedüs laszlo.heged...@gmail.com wrote: Fix for the DP8381x driver to translate the pointers to the receive Rinbuffer from a virtual address to the PCI memory space. TxRingPtr is translated okay, but no memory translation was done for

[U-Boot] [PATCH] Fix DP8381x driver to work with mips processors

2011-10-26 Thread Laszlo Hegedüs
Fix for the DP8381x driver to translate the pointers to the receive Rinbuffer from a virtual address to the PCI memory space. TxRingPtr is translated okay, but no memory translation was done for RxRingPtr. This patch fix this error by adding calls to phys_to_bus in multiple places. The Bug: ...