From owner-cvs-all Mon Jul 16 9:35:12 2001 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 9EC3537B405; Mon, 16 Jul 2001 09:35:09 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6GGZ9319144; Mon, 16 Jul 2001 09:35:09 -0700 (PDT) (envelope-from wpaul) Message-Id: <200107161635.f6GGZ9319144@freefall.freebsd.org> From: Bill Paul Date: Mon, 16 Jul 2001 09:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c 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 wpaul 2001/07/16 09:35:09 PDT Modified files: sys/dev/nge if_nge.c Log: Change the interrupt handler a bit so that we call the nge_rxeof() handler when we get an RX_ERR interrupt rather than the nge_rxeoc() handler. The rxeoc (end of channel) handler attempts to reinitialize the whole NIC, which we don't want to do if we only received a bad packet. Revision Changes Path 1.18 +4 -5 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message