Messages in this thread Patch in this message |  | | | Date | Thu, 05 Feb 2009 21:02:37 -0800 | | From | Yinghai Lu <> | | Subject | [PATCH] forcedeth: enable msix to default |
| |
Impact: change default
msix and napic can work again
Signed-off-by: Yinghai Lu <yinghai@kernel.org> --- drivers/net/forcedeth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/drivers/net/forcedeth.c =================================================================== --- linux-2.6.orig/drivers/net/forcedeth.c +++ linux-2.6/drivers/net/forcedeth.c @@ -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
|  |