Browse Source

Remove printf of MAC address in driver.

tags/v0.9.3
Marty Connor 18 years ago
parent
commit
1ed6e69ea5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/drivers/net/tulip.c

+ 2
- 0
src/drivers/net/tulip.c View File

@@ -1403,7 +1403,9 @@ static int tulip_probe ( struct nic *nic, struct pci_device *pci ) {
1403 1403
     for (i = 0; i < ETH_ALEN; i++)
1404 1404
         last_phys_addr[i] = nic->node_addr[i];
1405 1405
 
1406
+/*  FIXME: This should be printed out in a higher-level routine.
1406 1407
     printf("%s: %! at ioaddr %hX\n", tp->nic_name, nic->node_addr, ioaddr);
1408
+*/
1407 1409
 
1408 1410
     tp->chip_id = chip_idx;
1409 1411
     tp->revision = chip_rev;

Loading…
Cancel
Save