Browse Source

Default to port 0 (sic).

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
7ce3df65c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/etherfabric.c

+ 1
- 1
src/drivers/net/etherfabric.c View File

@@ -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
 

Loading…
Cancel
Save