Skip to content
Snippets Groups Projects
Commit f687ab21 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

brcm47xx: bgmac: implement unaligned addressing for DMA rings that support it


This is important patch for new devices that support unaligned
addressing. That devices suffer from the backward-compatibility bug in
DMA engine. In theory we should be able to use old mechanism, but in
practice DMA address seems to be randomly copied into status register
when hardware reaches end of a ring. This breaks reading slot number
from status register and we can't use DMA anymore.

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 38004
parent a0d6cd4f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment