cvs commit: src/sys/dev/re if_re.c
Marius Strobl
marius at FreeBSD.org
Tue Dec 19 18:14:00 PST 2006
marius 2006-12-20 02:13:59 UTC
FreeBSD src repository
Modified files:
sys/dev/re if_re.c
Log:
- Use the re_tick() callout instead of if_slowtimo() for driving
re_watchdog() in order to avoid races accessing if_timer.
- Use bus_get_dma_tag() so re(4) works on platforms requiring it.
- Remove invalid BUS_DMA_ALLOCNOW when creating the parent DMA tag
and the tags that are used for static memory allocations.
- Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that.
- Remove an unused variable in re_intr().
Revision Changes Path
1.80 +23 -35 src/sys/dev/re/if_re.c
More information about the cvs-src
mailing list