From owner-cvs-all Sat Mar 23 11:43:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55F2C37B404; Sat, 23 Mar 2002 11:43:15 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NJhFl76883; Sat, 23 Mar 2002 11:43:15 -0800 (PST) (envelope-from tmm) Message-Id: <200203231943.g2NJhFl76883@freefall.freebsd.org> From: Thomas Moestl Date: Sat, 23 Mar 2002 11:43:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gem if_gem.c if_gemvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/03/23 11:43:15 PST Modified files: sys/dev/gem if_gem.c if_gemvar.h Log: In some cases, RX descriptors that are signalled to have been completed by the hardware are still marked as owned. Handle this by installing a timeout handler to collect this descriptor to avoid having received packets remain unhandled until the next one arrives. Revision Changes Path 1.3 +19 -3 src/sys/dev/gem/if_gem.c 1.3 +7 -0 src/sys/dev/gem/if_gemvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message