From owner-cvs-all Sat Jan 2 18:05:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29894 for cvs-all-outgoing; Sat, 2 Jan 1999 18:05:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29889; Sat, 2 Jan 1999 18:05:29 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04126; Sat, 2 Jan 1999 18:05:22 -0800 (PST) Date: Sat, 2 Jan 1999 18:05:22 -0800 (PST) Message-Id: <199901030205.SAA04126@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_vr.c if_mx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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