From 7ce3df65c21900af3dbc182d561be032f687d7a8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 21 Dec 2006 17:16:06 +0000 Subject: [PATCH] Default to port 0 (sic). --- src/drivers/net/etherfabric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;