From owner-cvs-all Sun Jan 10 10:51:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28055 for cvs-all-outgoing; Sun, 10 Jan 1999 10:51:57 -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 KAA28048; Sun, 10 Jan 1999 10:51:54 -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 KAA00758; Sun, 10 Jan 1999 10:51:50 -0800 (PST) Date: Sun, 10 Jan 1999 10:51:50 -0800 (PST) Message-Id: <199901101851.KAA00758@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/01/10 10:51:50 PST Modified files: sys/pci if_vr.c if_vrreg.h Log: Tweak the vr_start() and vr_rxeof() routines a little to improve performance and reliability a little. There was a condition before where transmission would stall during periods of heavy traffic exchange between two hosts. Also set the 'want interrupt' bit in receive descriptor control words. Revision Changes Path 1.7 +10 -29 src/sys/pci/if_vr.c 1.2 +3 -2 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message