commit | 7d96567ac0527703cf1b80043fc0ebd7f21a10ad | [log] [tgz] |
---|---|---|
author | Eilon Greenstein <eilong@broadcom.com> | Mon Nov 03 16:46:19 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 03 16:46:19 2008 -0800 |
tree | c51fc21eb9149b8ac13bec127c8f9e6599a8164c | |
parent | 9a0354405feb0f8bd460349a93db05e4cca8d166 [diff] |
bnx2x: PCI configuration bug on big-endian The current code read nothing but zeros on big-endian (wrong part of the 32bits). This caused poor performance on big-endian machines. Though this issue did not cause the system to crash, the performance is significantly better with the fix so I view it as critical bug fix. Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>