CVSROOT:        /cvs
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008/11/01 21:58:35

Modified files:
        sys/dev/pci    : Tag: OPENBSD_4_4 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.

Reply via email to