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

Bruce Evans bde at FreeBSD.org
Wed Dec 20 04:04:16 PST 2006


bde         2006-12-20 12:03:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  In bge_txeof(), cancel the watchdog timeout if all descriptors have
  been handled instead of when at least one descriptor was just handled.
  For bge, it is normal to get a txeof when only a small fraction of the
  queued tx descriptors have been handled, so the bug broke the watchdog
  in a usual case.
  
  Revision  Changes    Path
  1.170     +2 -1      src/sys/dev/bge/if_bge.c


More information about the cvs-all mailing list