]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use the hme_tick() callout instead of if_slowtimo() for driving
authorMarius Strobl <marius@FreeBSD.org>
Wed, 6 Dec 2006 02:07:20 +0000 (02:07 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Wed, 6 Dec 2006 02:07:20 +0000 (02:07 +0000)
commit05856e0b8faac74b9b8cfa36dbae267ad0d58001
treeaafb37566c5ed62cacbcb713538e3ec9f87b36b4
parent8cb37876d6c6d2ce0311bcc6e97d287bf8451531
- 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.
sys/dev/hme/if_hme.c
sys/dev/hme/if_hmevar.h