|
|
|
|
3365
|
***************************************************************************/
|
3365
|
***************************************************************************/
|
3366
|
static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
|
3366
|
static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
|
3367
|
static struct efab_nic efab;
|
3367
|
static struct efab_nic efab;
|
3368
|
- static int nic_port = 0;
|
|
|
|
|
3368
|
+ static int nic_port = 1;
|
3369
|
struct efab_buffers *buffers;
|
3369
|
struct efab_buffers *buffers;
|
3370
|
int i;
|
3370
|
int i;
|
3371
|
|
3371
|
|