CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/09 10:13:02
Modified files:
sys/dev/pci : if_bge.c
Log message:
Do not count input errors twice. We always read input errors from
the MAC in bge_tick(). Previously this would result in bge(4) claiming
a greater number of input errors than what has actually occurred.
>From FreeBSD via Brad
