http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
286db6f
)
Default to port 0 (sic).
author
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Dec 2006 17:16:06 +0000
(17:16 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 21 Dec 2006 17:16:06 +0000
(17:16 +0000)
src/drivers/net/etherfabric.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/etherfabric.c
b/src/drivers/net/etherfabric.c
index
e760b12
..
6b76345
100644
(file)
--- a/
src/drivers/net/etherfabric.c
+++ b/
src/drivers/net/etherfabric.c
@@
-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;