K 10 svn:author V 6 marius K 8 svn:date V 27 2007-01-30T14:00:59.000000Z K 7 svn:log V 548 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(). END