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

Prafulla Deuskar pdeuskar at FreeBSD.org
Wed Sep 1 16:22:42 PDT 2004


pdeuskar    2004-09-01 23:22:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
  Log:
  Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)
  Removed support for Intel 82541ER
  Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.
  Added fix for vlan tagged frames not being properly bridged.
  Corrected TBI workaround.
  Corrected incorrect LED operation issues
  
  Submitted by:   tackerman (Tony Ackerman)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.45      +60 -18    src/sys/dev/em/if_em.c
  1.26      +15 -4     src/sys/dev/em/if_em.h
  1.14      +349 -212  src/sys/dev/em/if_em_hw.c
  1.14      +25 -9     src/sys/dev/em/if_em_hw.h


More information about the cvs-src mailing list