cvs commit: src/sys/dev/em if_em.c
Yar Tikhiy
yar at FreeBSD.org
Thu May 20 06:36:50 PDT 2004
On Thu, May 20, 2004 at 04:04:39PM +0300, Ruslan Ermilov wrote:
> On Thu, May 20, 2004 at 03:57:33AM -0700, Yar Tikhiy wrote:
> > yar 2004/05/20 03:57:33 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/em if_em.c
> > Log:
> > Set the VLAN bits in if_capenable as well as in if_capabilities
> > because VLAN hardware features are enabled in em(4) by default.
> >
> > Note: Currently vlan(4) has a bug that it consults
> > if_capabilities, not if_capenable. This will be fixed
> > after all the network drivers set VLAN bits in
> > if_capenable properly.
> >
> > Revision Changes Path
> > 1.40 +1 -0 src/sys/dev/em/if_em.c
> >
> Yes, I also noticed this glitch. It would be really nice if
> this gets fixed at some point. Are you going to do this? ;)
Certainly. But prior to fixing vlan(4) itself I must make sure all
the relevant network drivers behave properly, which may take a while
since some of them have a maintainer ;-)
--
Yar
More information about the cvs-src
mailing list