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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to