CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/24 02:41:30
Modified files:
sys/dev/pci : if_vr.c
Log message:
Fix a vr(4) panic that occurs under high load.
If the RX path runs into an out of mbuf scenario, the code
will leave the RX chain with a NULL'd mbuf-slot.
We now always reassign a valid mbuf, even if m_devget() fails.
OK brad@, thib@
