david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This commit is contained in:
Udayan Kumar 2007-07-03 22:23:17 -04:00
parent 5e91a38269
commit 2383a070d8
1 changed files with 2 additions and 2 deletions

View File

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