freebsd-dev/sys/dev/bge
Pyun YongHyeon 767c3593eb Fix incorrect RX BD producer updates. The producer index was
already updated after allocating mbuf so driver had to use the last
index instead of using next producer index. This should fix driver
hang which may happen under high network load.

Reported by:	Igor Sysoev <is <> rambler-co dot ru>, Vlad Galu <dudu <> dudu dot ro>
Tested by:	Igor Sysoev <is <> rambler-co dot ru>, Vlad Galu <dudu <> dudu dot ro>
MFC after:	10 days
2010-09-16 17:32:37 +00:00
..
if_bge.c Fix incorrect RX BD producer updates. The producer index was 2010-09-16 17:32:37 +00:00
if_bgereg.h Handle PAE case correctly. You cannot effectively specify a 4GB 2010-08-31 18:48:09 +00:00