2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

eth_ntoa fixup

This commit is contained in:
Marty Connor 2006-09-19 15:49:57 +00:00
parent 338a6de549
commit 077bbc220a

View File

@ -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;