From: John W. Linville Date: Mon, 10 May 2010 18:24:34 +0000 (-0400) Subject: rtl8180: change PCI DMA mask to DMA_BIT_MASK(32) X-Git-Tag: v2.6.35-rc1~473^2~167^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e385c56a1eecfb62dbc5162037fb4ed1676b27e;p=pandora-kernel.git rtl8180: change PCI DMA mask to DMA_BIT_MASK(32) From the original report: "I had problems to get my rtl8185 PCI card running on Sparc64: I always got an error about "No suitable DMA available" followed by an error that no device could be detected. When comparing the rtl8180 driver to others I noticed that others are mostly using DMA_BIT_MASK so I changed the custom mask to DMA_BIT_MASK(32) which fixed my issue." Reported-by: Tiziano Müller Acked-by: David S. Miller Signed-off-by: John W. Linville --- Reading git-diff-tree failed