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

Bruce Evans bde at FreeBSD.org
Tue Dec 26 10:33:56 PST 2006


bde         2006-12-26 18:33:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  After rev.1.169, the "interrupt" coalescing parameters are not used in
  bge_intr().  Some of them are used in bge_poll().  Simplify by only
  initializing these for polling mode and not toggling them when switching
  modes.  This also fixes missing synchronization with the coalescing
  engine in the toggling.
  
  Revision  Changes    Path
  1.172     +2 -8      src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list