cvs commit: src/sys/dev/hme if_hme.c if_hmevar.h

Marius Strobl marius at FreeBSD.org
Tue Dec 5 18:07:20 PST 2006


marius      2006-12-06 02:07:20 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hme          if_hme.c if_hmevar.h 
  Log:
  - Use the hme_tick() callout instead of if_slowtimo() for driving
    hme_watchdog() in order to avoid races accessing if_timer.
  - Use bus_get_dma_tag() so hme(4) works on platforms requiring it.
  - Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that.
  
  Revision  Changes    Path
  1.52      +21 -17    src/sys/dev/hme/if_hme.c
  1.10      +1 -0      src/sys/dev/hme/if_hmevar.h


More information about the cvs-src mailing list