bnx2x: enable inta on the pci bus when used
authorYuval Mintz <yuvalmin@broadcom.com>
Tue, 3 Apr 2012 18:41:25 +0000 (18:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Apr 2012 05:37:58 +0000 (01:37 -0400)
commit79a8557a6d18c3861d64ae110ddd7606c65d7504
treeac282d4fb9dcda01bd26fbbbd9e384f32be8091b
parent32d68de1cd267f811d72f189cbaba3af624f0fd5
bnx2x: enable inta on the pci bus when used

During boot-from-SAN, if msix interrupts are unavailable and inta
is requested, it is possible that inta would be disabled in the
pci bus. This patch enables inta when requested.

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c