mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Remove printf of MAC address in driver.
This commit is contained in:
parent
4ef1ef0ee4
commit
1ed6e69ea5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user