|
|
@@ -3365,7 +3365,7 @@ PROBE - Look for an adapter, this routine's visible to the outside
|
|
3365
|
3365
|
***************************************************************************/
|
|
3366
|
3366
|
static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
|
|
3367
|
3367
|
static struct efab_nic efab;
|
|
3368
|
|
- static int nic_port = 0;
|
|
|
3368
|
+ static int nic_port = 1;
|
|
3369
|
3369
|
struct efab_buffers *buffers;
|
|
3370
|
3370
|
int i;
|
|
3371
|
3371
|
|