cvs commit: src/sys/dev/msk if_msk.c

Pyun YongHyeon yongari at FreeBSD.org
Thu Feb 15 06:21:34 UTC 2007


yongari     2007-02-15 06:21:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c 
  Log:
  Unbreak non-H/W VLAN extraction case.
  Unlike other GigEs Yukon II always set VLAN bit when it detects VLAN
  tagged packet regardless of H/W VLAN processing configuration state.
  So it need to check IFCAP_VLAN_HWTAGGING bit to know whether driver
  is configured to take advantage of H/W VLAN processing. If H/W VLAN
  processing was disabled don't adjust received packet length such that
  subsequent validation logic works for software VLAN processing.
  
  Reported by:    bms
  Tested by:      bms
  
  Revision  Changes    Path
  1.9       +4 -2      src/sys/dev/msk/if_msk.c


More information about the cvs-all mailing list