diff --git a/src/drivers/net/etherfabric.c b/src/drivers/net/etherfabric.c index e760b124..6b763451 100644 --- a/src/drivers/net/etherfabric.c +++ b/src/drivers/net/etherfabric.c @@ -3365,7 +3365,7 @@ PROBE - Look for an adapter, this routine's visible to the outside ***************************************************************************/ static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) { static struct efab_nic efab; - static int nic_port = 0; + static int nic_port = 1; struct efab_buffers *buffers; int i;