forcedeth: enable msix to default
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>
This commit is contained in:
parent
033e97b24a
commit
394827913e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue