diff options
author | Ayaz Abdulla <aabdulla@nvidia.com> | 2007-02-20 09:34:40 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-27 10:16:02 +0100 |
commit | caf96469e8ab57170cc8ca9c59809132d38e529e (patch) | |
tree | 794f2ebc64499005148276cd27e138214f4433bc | |
parent | forcedeth: fixed missing call in napi poll (diff) | |
download | linux-caf96469e8ab57170cc8ca9c59809132d38e529e.tar.xz linux-caf96469e8ab57170cc8ca9c59809132d38e529e.zip |
forcedeth: disable msix
There seems to be an issue when both MSI-X is enabled and NAPI is
configured. This patch disables MSI-X until the issue is root caused.
Signed-Off-By: Ayaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/net/forcedeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index 9bca5ed62707..eabe7df0289d 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c @@ -839,7 +839,7 @@ enum { NV_MSIX_INT_DISABLED, NV_MSIX_INT_ENABLED }; -static int msix = NV_MSIX_INT_ENABLED; +static int msix = NV_MSIX_INT_DISABLED; /* * DMA 64bit |