CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/08 08:44:13
Modified files:
sys/dev/pci : if_ix.c if_ix.h
Log message:
We're not going to loop in the rxeof refilling our ring as it would
work against the mclgeti algorithm and besides it doesn't make any
difference if [repaired and] enabled since interrupt mitigation was
fixed some time ago. So remove the leftovers altogether so that
nobody would be tempted to use them.
ok claudio, jsg
