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

John Baldwin jhb at FreeBSD.org
Tue Oct 31 17:05:14 UTC 2006


jhb         2006-10-31 17:05:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  - Use callout_init_mtx() to close various callout-related races.
  - Drain the two timers in detach.
  - Check IFF_DRV_RUNNING in the link task and bail w/o doing anything if
    it is clear.
  
  Reviewed by:    jfv, scottl
  
  Revision  Changes    Path
  1.159     +13 -18    src/sys/dev/em/if_em.c


More information about the cvs-all mailing list