david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove printf of MAC address in driver.

This commit is contained in:
Marty Connor 2006-09-14 14:06:33 +00:00
parent 4ef1ef0ee4
commit 1ed6e69ea5
1 changed files with 2 additions and 0 deletions

View File

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