linux/drivers/net/benet
Sathya Perla c001c213b1 be2net: fix spurious interrupt handling in intx mode
Occasionally we may see an interrupt without an event in the eq.
In intx, we currently see the event queue and return IRQ_NONE causing
a the irq to be disabled ("no one cared".) Instead, read the CEV_ISR
reg to check the existence of the interrupt.

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-03 20:09:45 -07:00
..
Kconfig
Makefile
be.h be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames. 2009-06-28 17:34:25 -07:00
be_cmds.c be2net: receive asynchronous link status notifications from BE 2009-06-19 00:18:42 -07:00
be_cmds.h be2net: receive asynchronous link status notifications from BE 2009-06-19 00:18:42 -07:00
be_ethtool.c be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames. 2009-06-28 17:34:25 -07:00
be_hw.h be2net: fix spurious interrupt handling in intx mode 2009-07-03 20:09:45 -07:00
be_main.c be2net: fix spurious interrupt handling in intx mode 2009-07-03 20:09:45 -07:00