mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Remove printf of MAC address in driver.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user