Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2007 10:49:57 +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/gem if_gem.c if_gemvar.h
Message-ID:  <200709151049.l8FAnvV9038013@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-09-15 10:49:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/gem          if_gem.c if_gemvar.h 
  Log:
  MFC: if_gem.c 1.37, 1.39, 1.40, 1.43; if_gemvar.h 1.12
  
  - Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
    custom kernels.
  - Use bus_get_dma_tag() so gem(4) works on platforms requiring it.
  - Use the gem_tick() callout instead of if_slowtimo() for driving
    gem_watchdog() in order to avoid races accessing if_timer.
    While at it relax the watchdog a bit by reloading it in gem_tint()
    if there are still packets enqueued.
  - Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that.
  - Fix inconsistencies in prototypes.
  
  Revision  Changes    Path
  1.29.2.7  +31 -28    src/sys/dev/gem/if_gem.c
  1.10.2.2  +1 -0      src/sys/dev/gem/if_gemvar.h



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