opnsense-src/sys/dev/bge
Pyun YongHyeon 25dc84f22f 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.
2009-11-08 01:13:38 +00:00
..
if_bge.c Don't count input errors twice, we always read input errors from 2009-11-08 01:13:38 +00:00
if_bgereg.h Reimplement Rx buffer allocation to handle dma map load failure. 2009-11-07 01:01:33 +00:00