]> Git Repo - linux.git/commitdiff
forcedeth: disable msix
authorAyaz Abdulla <[email protected]>
Tue, 20 Feb 2007 08:34:40 +0000 (03:34 -0500)
committerJeff Garzik <[email protected]>
Tue, 27 Feb 2007 09:16:02 +0000 (04:16 -0500)
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 <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/net/forcedeth.c

index 9bca5ed627072319b83a38450fc2ca723409a925..eabe7df0289d3734648a656495490ececef4e749 100644 (file)
@@ -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
This page took 0.060035 seconds and 4 git commands to generate.