mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
Default to port 0 (sic).
This commit is contained in:
@@ -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 int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
|
||||||
static struct efab_nic efab;
|
static struct efab_nic efab;
|
||||||
static int nic_port = 0;
|
static int nic_port = 1;
|
||||||
struct efab_buffers *buffers;
|
struct efab_buffers *buffers;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user