mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Remove old-style debug message
This commit is contained in:
@@ -3674,8 +3674,6 @@ static int e1000_probe ( struct nic *nic, struct pci_device *p ) {
|
|||||||
e1000_read_mac_addr(&hw);
|
e1000_read_mac_addr(&hw);
|
||||||
memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
|
memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
|
||||||
|
|
||||||
printf("Ethernet addr: %!\n", nic->node_addr);
|
|
||||||
|
|
||||||
/* reset the hardware with the new settings */
|
/* reset the hardware with the new settings */
|
||||||
|
|
||||||
ret_val = e1000_reset(&hw);
|
ret_val = e1000_reset(&hw);
|
||||||
|
|||||||
Reference in New Issue
Block a user