cvs commit: src/sys/dev/bge if_bge.c

Dag-Erling Smorgrav des at FreeBSD.org
Sat Oct 30 15:59:31 PDT 2004


des         2004-10-30 22:59:30 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  With ALTQ, it is possible that although the queue was not empty when we
  entered the interface start function, no packets were actually dequeued.
  Therefore, keep a count of how many packets we really added onto the tx
  chain, and initiate a transmit only if the count is non-zero.
  
  Revision  Changes    Path
  1.79      +7 -0      src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list