cvs commit: src/sys/dev/em if_em.c if_em.h

Gleb Smirnoff glebius at FreeBSD.org
Thu Nov 9 16:00:40 UTC 2006


glebius     2006-11-09 16:00:18 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h 
  Log:
  Instead of using the legacy if_timer/if_watchdog interface create
  our own watchdog that piggybacks on the em_local_timer() routine.
  
  We suppose that the if_timer/if_watchdog interface should be
  obsoleted, since it doesn't fit the modern SMP network stack.
  NIC drivers should create their own watchdogs, that check and
  clear the timers always holding driver's lock.
  
  In collaboration with:  jfv, scottl
  
  Revision  Changes    Path
  1.163     +29 -26    src/sys/dev/em/if_em.c
  1.55      +1 -0      src/sys/dev/em/if_em.h


More information about the cvs-src mailing list