[PATCH 1/3] b43: replace DMA translation workarounds with just a one, commented

Michael Büsch m at bues.ch
Thu Jul 21 17:22:25 EDT 2011


On Thu, 21 Jul 2011 19:34:40 +0000
Michael Büsch <m at bues.ch> wrote:
> For historical reasons there is unused 64bit dma code in b43legacy. I'm not sure whether it would even work. Probably not. Larry's fixes were most likely not ported over.

So I looked closer at the code now.
The b43legacy 64bit DMA code certainly is dead, unused and broken code.
One could remove it, if someone really cares (I don't).

However, there is another issue.
b43legacy calls ssb_dma_translation() (also on 30/32bit code) for every descriptor.
As our ssb patch adds a SSB register read to ssb_dma_translation(), this adds an unacceptable
amount of overhead. This needs to be addressed before merging the ssb patch.



More information about the b43-dev mailing list