|
@@ -24,6 +24,7 @@ $Id$
|
24
|
24
|
|
25
|
25
|
/* #define EDEBUG */
|
26
|
26
|
|
|
27
|
+#include <gpxe/ethernet.h>
|
27
|
28
|
#include "etherboot.h"
|
28
|
29
|
#include "nic.h"
|
29
|
30
|
#include "isa.h"
|
|
@@ -397,7 +398,9 @@ int t5x9_probe ( struct nic *nic,
|
397
|
398
|
GO_WINDOW(nic->ioaddr,2);
|
398
|
399
|
outw(ntohs(p[i]), nic->ioaddr + EP_W2_ADDR_0 + (i * 2));
|
399
|
400
|
}
|
400
|
|
- printf("Ethernet address: %!\n", nic->node_addr);
|
|
401
|
+
|
|
402
|
+ DBG ( "Ethernet Address: %s\n", eth_ntoa ( nic->node_addr ) );
|
|
403
|
+
|
401
|
404
|
t509_reset(nic);
|
402
|
405
|
|
403
|
406
|
nic->nic_op = &t509_operations;
|