netxen: disable msi-x for NC512m adapter
This board doesn't suppot msi-x well due to msi-x table mapping (hardware) issue. Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
be339aee63
commit
b0b3a75b36
|
@ -292,7 +292,6 @@ static void netxen_check_options(struct netxen_adapter *adapter)
|
|||
switch (adapter->ahw.board_type) {
|
||||
case NETXEN_BRDTYPE_P2_SB31_10G:
|
||||
case NETXEN_BRDTYPE_P2_SB31_10G_CX4:
|
||||
case NETXEN_BRDTYPE_P2_SB31_10G_HMEZ:
|
||||
adapter->msix_supported = !!use_msi_x;
|
||||
adapter->rss_supported = !!use_msi_x;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue