Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2010 00:50:43 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_em.c if_igb.c
Message-ID:  <201004080051.o380p4b0052169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jfv         2010-04-08 00:50:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/e1000        if_em.c if_igb.c 
  Log:
  SVN rev 206388 on 2010-04-08 00:50:43Z by jfv
  
  Important fix got clobbered in the em driver, keeping
  VLAN HWFILTER from being used by default, this breaks
  stacked pseudo devices, and as it turns out, also breaks
  virtual machines that happen to use VLANS (didn't know that
  before :). Put the fix back into the em driver, and for good
  measure add the same code to the igb driver where it should
  have been anyway.
  
  Revision  Changes    Path
  1.37      +29 -4     src/sys/dev/e1000/if_em.c
  1.37      +38 -5     src/sys/dev/e1000/if_igb.c



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