CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/05/29 00:57:21
Modified files: sys/dev/pci : if_vr.c Log message: Return the RX descriptor after pointing it to the new mbuf. Otherwise the card can mess with mbufs that have been given to the stack already. Fixes panics seen with a high rate of of small packets and POOL_DEBUG enabled. OK sthen@, chris@