http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
338a6de
)
eth_ntoa fixup
author
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 15:49:57 +0000
(15:49 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 15:49:57 +0000
(15:49 +0000)
src/drivers/net/3c5x9.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/3c5x9.c
b/src/drivers/net/3c5x9.c
index
b2575bc
..
dc0c3f7
100644
(file)
--- a/
src/drivers/net/3c5x9.c
+++ b/
src/drivers/net/3c5x9.c
@@
-24,6
+24,7
@@
$Id$
/* #define EDEBUG */
+#include <gpxe/ethernet.h>
#include "etherboot.h"
#include "nic.h"
#include "isa.h"
@@
-397,7
+398,9
@@
int t5x9_probe ( struct nic *nic,
GO_WINDOW(nic->ioaddr,2);
outw(ntohs(p[i]), nic->ioaddr + EP_W2_ADDR_0 + (i * 2));
}
- printf("Ethernet address: %!\n", nic->node_addr);
+
+ DBG ( "Ethernet Address: %s\n", eth_ntoa ( nic->node_addr ) );
+
t509_reset(nic);
nic->nic_op = &t509_operations;