Date: Sat, 2 Jan 1999 18:05:22 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_vr.c if_mx.c Message-ID: <199901030205.SAA04126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/01/02 18:05:22 PST Modified files: sys/pci if_vr.c if_mx.c Log: Minor bug: in the case where allocating a fresh mbuf for the receive ring fails, we need to set the descriptor status word so that the 'OWN' bit is set again so that the chip can reuse it. Previously, this wasn't being done. Revision Changes Path 1.6 +3 -4 src/sys/pci/if_vr.c 1.7 +3 -4 src/sys/pci/if_mx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901030205.SAA04126>