Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2010 19:13:42 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_em.c
Message-ID:  <201004081913.o38JDplC094100@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2010-04-08 19:13:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_em.c 
  Log:
  SVN rev 206403 on 2010-04-08 19:13:42Z by jfv
  
  Three changes:
          - add CRC stripping to the RX side, this was handled
            by some obscure code in rxeof previously, its easier
            to simply have the hardware strip it now.
          - Add back an ALTQ change that slipped between the cracks
          - Add an update to the watchdog_time in the xmit code, not
            doing this in ixgbe caused problems, think its needed here
            as well.
  
  Revision  Changes    Path
  1.38      +17 -10    src/sys/dev/e1000/if_em.c



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