K 10 svn:author V 7 yongari K 8 svn:date V 27 2009-11-08T01:13:38.383758Z K 7 svn:log V 358 Don't count input errors twice, we always read input errors from MAC in bge_tick. Previously it used to show more number of input errors. I noticed actual input errors were less than 8% even for 64 bytes UDP frames generated by netperf. Since we always access BGE_RXLP_LOCSTAT_IFIN_DROPS register in bge_tick, remove useless code protected by #ifdef notyet. END