cvs commit: src/sys/dev/em if_em.c

Andre Oppermann andre at FreeBSD.org
Fri Sep 29 06:49:02 PDT 2006


andre       2006-09-29 13:47:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c 
  Log:
  Remove manual vlan header insertion in em_encap().  It is unnecessary as the
  generic vlan_start() takes care of it when vlan hardware insertion is disabled.
  
  In em_set_promisc() add a note that BPF may also be enabled without going into
  promisc mode.
  
  Reviewed by:    jfv
  
  Revision  Changes    Path
  1.152     +5 -36     src/sys/dev/em/if_em.c


More information about the cvs-src mailing list