freebsd-src/sys/dev/ipw
Damien Bergamini 4c4102ec52 Be more robust when handling Rx interrupts. If we can't allocate and DMA map
a new mbuf, just discard the received frame and reuse the old mbuf.
This should fix kernel panics on high network traffic.

MFC after:      2 weeks
2005-11-13 17:17:40 +00:00
..
if_ipw.c Be more robust when handling Rx interrupts. If we can't allocate and DMA map 2005-11-13 17:17:40 +00:00
if_ipwreg.h
if_ipwvar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00