Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 14:00: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 src/sys/pci if_rlreg.h
Message-ID:  <200701301401.l0UE10Ll015754@repoman.freebsd.org>

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



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