Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2006 02:13:59 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/re if_re.c
Message-ID:  <200612200213.kBK2DxTU003940@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612200213.kBK2DxTU003940>