From: Larry Finger Date: Mon, 22 Jan 2007 04:27:35 +0000 (-0600) Subject: [PATCH] bcm43xx: Fix problem with >1 GB RAM X-Git-Tag: v2.6.21-rc1~74^2~36^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471030390d4561f430c9aea36e72d96bd2ee48f1;p=pandora-kernel.git [PATCH] bcm43xx: Fix problem with >1 GB RAM Some versions of the bcm43xx chips only support 30-bit DMA, which means that the descriptors and buffers must be in the first 1 GB of RAM. On the i386 and x86_64 architectures with more than 1 GB RAM, an incorrect assignment may occur. This patch ensures that the various DMA addresses are within the capability of the chip. Testing has been limited to x86_64 as no one has an i386 system with more than 1 GB RAM. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed