freebsd-dev/sys/dev/bge
Stanislav Sedov 7f21e273a8 - Do not try to reevaluate current RX production index on each
loop iteration as it can be updated by the card while we
  process the RX ring forcing us to process RX descriptors
  for which DMA synchronisation operation has not been
  performed.  This fixes the bug when bge(4) drops packets
  under high load.

Discussed with:	yongari, marius
Approved by:	re (kib)
MFC after:	1 week
2009-08-18 21:07:39 +00:00
..
if_bge.c - Do not try to reevaluate current RX production index on each 2009-08-18 21:07:39 +00:00
if_bgereg.h - Ensure that INTx isn't disabled, as these chips apparently have a 2009-03-23 14:36:50 +00:00