Explorar el Código

Default to port 0 (sic).

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
7ce3df65c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/drivers/net/etherfabric.c

+ 1
- 1
src/drivers/net/etherfabric.c Ver fichero

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
 

Loading…
Cancelar
Guardar