Просмотр исходного кода

Remove old-style debug message

tags/v0.9.3
Michael Brown 18 лет назад
Родитель
Сommit
bb3df618b8
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      src/drivers/net/e1000.c

+ 0
- 2
src/drivers/net/e1000.c Просмотреть файл

3674
 	e1000_read_mac_addr(&hw);
3674
 	e1000_read_mac_addr(&hw);
3675
 	memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
3675
 	memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
3676
 	
3676
 	
3677
-	printf("Ethernet addr: %!\n", nic->node_addr);
3678
-
3679
 	/* reset the hardware with the new settings */
3677
 	/* reset the hardware with the new settings */
3680
 
3678
 
3681
 	ret_val = e1000_reset(&hw);
3679
 	ret_val = e1000_reset(&hw);

Загрузка…
Отмена
Сохранить