cvs commit: src/sys/dev/re if_re.c

Marius Strobl marius at FreeBSD.org
Sat Sep 15 02:52:20 PDT 2007


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


More information about the cvs-all mailing list