Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2007 06:21:34 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c
Message-ID:  <200702150621.l1F6LYLT061922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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