diff options
author | David Woodhouse <dwmw2@infradead.org> | 2012-05-24 04:58:27 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-10 00:32:58 +0900 |
commit | 65ec0e1ca3d1ff89f36db4cd19441bf001fb7d8a (patch) | |
tree | 0f19c54b2ddce822a8a13f3269e04611fc6da825 /net | |
parent | b5035120fc0b3df71a8b58f086ec32ba5a5c1c55 (diff) | |
download | lwn-65ec0e1ca3d1ff89f36db4cd19441bf001fb7d8a.tar.gz lwn-65ec0e1ca3d1ff89f36db4cd19441bf001fb7d8a.zip |
solos-pci: Fix DMA support
commit b4bd8ad9bb311e8536f726f7a633620ccd358cde upstream.
DMA support has finally made its way to the top of the TODO list, having
realised that a Geode using MMIO can't keep up with two ADSL2+ lines
each running at 21Mb/s.
This patch fixes a couple of bugs in the DMA support in the driver, so
once the corresponding FPGA update is complete and tested everything
should work properly.
We weren't storing the currently-transmitting skb, so we were never
unmapping it and never freeing/popping it when the TX was done.
And the addition of pci_set_master() is fairly self-explanatory.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions