http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef1ef0
)
Remove printf of MAC address in driver.
author
Marty Connor
<mdc@etherboot.org>
Thu, 14 Sep 2006 14:06:33 +0000
(14:06 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Thu, 14 Sep 2006 14:06:33 +0000
(14:06 +0000)
src/drivers/net/tulip.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/tulip.c
b/src/drivers/net/tulip.c
index
13a3744
..
c81b682
100644
(file)
--- a/
src/drivers/net/tulip.c
+++ b/
src/drivers/net/tulip.c
@@
-1403,7
+1403,9
@@
static int tulip_probe ( struct nic *nic, struct pci_device *pci ) {
for (i = 0; i < ETH_ALEN; i++)
last_phys_addr[i] = nic->node_addr[i];
+/* FIXME: This should be printed out in a higher-level routine.
printf("%s: %! at ioaddr %hX\n", tp->nic_name, nic->node_addr, ioaddr);
+*/
tp->chip_id = chip_idx;
tp->revision = chip_rev;