]> git.baikalelectronics.ru Git - kernel.git/commit
[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.
authorMichael Chan <mchan@broadcom.com>
Sat, 30 Sep 2006 00:06:23 +0000 (17:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Sep 2006 00:06:23 +0000 (17:06 -0700)
commit29715e61a59b75df5395d612a5f6afea7ffa39e5
tree0f138aa972a892c311a11a5252723c413259a03e
parentb02dc9f296142922441dc6c6027ccd5e4f6994b7
[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.

MSI is defined to be 32-bit write.  The 5706 does 64-bit MSI writes
with byte enables disabled on the unused 32-bit word.  This is legal
but causes problems on the AMD 8132 which will eventually stop
responding after a while.

Without this patch, the MSI test done by the driver during open will
pass, but MSI will eventually stop working after a few MSIs are
written by the device.

AMD believes this incompatibility is unique to the 5706, and
prefers to locally disable MSI rather than globally disabling it
using pci_msi_quirk.

Update version to 1.4.45.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
include/linux/pci_ids.h