freebsd-src/sys/dev/nge
Bill Paul 8ce3678a09 Handle the RX FIFO overflow condition with the rxeof handler instead
of the rxeoc handler for now. The rxeoc handler will reset the link,
and the NatSemi chip's RX FIFO will overflow on a 32-bit bus once you
start hitting it with 500Mbps or more of traffic.

Also increase the size of the RX ring to 128 descriptors (was 64).
2001-09-19 21:39:26 +00:00
..
if_nge.c Handle the RX FIFO overflow condition with the rxeof handler instead 2001-09-19 21:39:26 +00:00
if_ngereg.h Handle the RX FIFO overflow condition with the rxeof handler instead 2001-09-19 21:39:26 +00:00