david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Kill off the enforced RX quota; it only seems to hurt on real hardware.

This commit is contained in:
Michael Brown 2007-07-14 00:30:11 +01:00
parent 57b5e227ff
commit 8624fdc445
1 changed files with 1 additions and 3 deletions

View File

@ -485,8 +485,6 @@ static void undinet_poll ( struct net_device *netdev ) {
*/
if ( undinic->hacks & UNDI_HACK_EB54 )
--last_trigger_count;
/** HACK: effective RX quota of 1 */
goto done;
}
break;
case PXENV_UNDI_ISR_OUT_DONE:
@ -494,7 +492,7 @@ static void undinet_poll ( struct net_device *netdev ) {
undinic->isr_processing = 0;
goto done;
default:
/* Should never happen */
/* Should never happen. VMWare does it routinely. */
DBGC ( undinic, "UNDINIC %p ISR returned invalid "
"FuncFlag %04x\n", undinic, undi_isr.FuncFlag );
undinic->isr_processing = 0;