cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Marius Strobl
marius at FreeBSD.org
Tue Jan 30 14:01:00 UTC 2007
marius 2007-01-30 14:00:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/re if_re.c
sys/pci if_rlreg.h
Log:
MFC: if_re.c 1.80, if_rlreg.h 1.63
- 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;
though for RELENG_6 this is a NOOP so far and just MFC'ed for diff
reduction.
- 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.46.2.22 +23 -35 src/sys/dev/re/if_re.c
1.51.2.8 +1 -0 src/sys/pci/if_rlreg.h
More information about the cvs-src
mailing list