Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2007 09:52:19 +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:  <200709150952.l8F9qKaJ033741@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-09-15 09:52:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/re           if_re.c 
  Log:
  MFC: if_re.c 1.77, 1.86, 1.94
  
  - Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksum
    offloading in hardware.
  - Correctly set media header length for VLAN.
  - Use taskqueue_drain() to wait for any pending tasks to complete rather
    than just pausing for a second.
  - Initialize the rl_vlanctl field of the descriptors to zero (in order
    to clear RL_TDESC_VLANCTL_TAG).
  
  Revision   Changes    Path
  1.46.2.33  +24 -9     src/sys/dev/re/if_re.c



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