commit | 8da81e52b743edac0bfbb7d0c1286f919b2f209b | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Oct 02 23:48:54 2006 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 16 20:09:48 2006 -0400 |
tree | 7b55c4c8e26be4ecedcbe404139d16ae05b53e9f | |
parent | 16bfa676a7cc64695f7e9694c380ebd26c461ae5 [diff] |
[PATCH] bcm43xx-softmac: Fix system hang for x86-64 with >1GB RAM The bcm43xx-softmac software currently fails when running on x86_64 systems with more than 1GB RAM and one of the card variants with 30-bit DMA addressing. This patch uses the address extension bits in the hardware to set the correct DMA mask for the specific card in use. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>