Skip to content

Commit

Permalink
forcedeth: enable msix to default
Browse files Browse the repository at this point in the history
Impact: change default

msix and napic can work again

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Yinghai Lu authored and David S. Miller committed Feb 6, 2009
1 parent 033e97b commit 3948279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ enum {
NV_MSIX_INT_DISABLED,
NV_MSIX_INT_ENABLED
};
static int msix = NV_MSIX_INT_DISABLED;
static int msix = NV_MSIX_INT_ENABLED;

/*
* DMA 64bit
Expand Down

0 comments on commit 3948279

Please sign in to comment.