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

Gleb Smirnoff glebius at FreeBSD.org
Thu Nov 30 05:40:40 PST 2006


glebius     2006-11-30 13:40:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  - Instead of if_watchdog/if_timer interface use our own timer
    that piggybacks on bge_tick() callout.
  - Lock bge_tick() using callout_init_mtx().
  
  Revision  Changes    Path
  1.152     +17 -24    src/sys/dev/bge/if_bge.c
  1.57      +1 -0      src/sys/dev/bge/if_bgereg.h


More information about the cvs-all mailing list