|
@@ -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
|
|