david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Default to port 0 (sic).

This commit is contained in:
Michael Brown 2006-12-21 17:16:06 +00:00
parent 286db6ffa3
commit 7ce3df65c2
1 changed files with 1 additions and 1 deletions

View File

@ -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 struct efab_nic efab;
static int nic_port = 0;
static int nic_port = 1;
struct efab_buffers *buffers;
int i;