OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Thu Feb 09 2006 - 21:54:54 CST


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2006/02/09 20:54:54

Modified files:
        sys/dev/pci : if_nfe.c

Log message:
Only kick the TX engine once in nfe_start() and only if there are
packets to be transmitted, after iterating through the queue and
queuing up as many packets as possible as opposed to kicking
it each time through nfe_encap().

ok damien jsg