Udayan Kumar 18 лет назад
Родитель
Сommit
2383a070d8
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      src/drivers/net/natsemi.c

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

@@ -503,7 +503,7 @@ static void nat_poll ( struct net_device *netdev, unsigned int rx_quota ) {
503 503
 	struct io_buffer *rx_iob;
504 504
 	int i;
505 505
 	
506
-	outl(1,nat->ioaddr +IntrEnable);
506
+	//outl(1,nat->ioaddr +IntrEnable);
507 507
 	/* read the interrupt register */
508 508
 	intr_status=inl(nat->ioaddr+IntrStatus);
509 509
 	if(!intr_status)
@@ -579,7 +579,7 @@ end:
579 579
 
580 580
 	 /* re-enable the potentially idle receive state machine */
581 581
 	outl(RxOn, nat->ioaddr + ChipCmd);	
582
-	outl(1,nat->ioaddr +IntrEnable);
582
+//	outl(1,nat->ioaddr +IntrEnable);
583 583
 }				
584 584
 
585 585
 

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