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

Tony Ackerman tackerman at FreeBSD.org
Fri Oct 15 15:12:59 PDT 2004


tackerman    2004-10-15 22:12:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
  Log:
  MFC
  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
  Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.
  This might fix some of the trouble around em(4) filling up its buffers.
  Don't count RNBC (internal buffer full) towards the RX error count since it's
  not really an error.
  
  Approved by:    re[scott long]
  
  Revision  Changes    Path
  1.44.2.2  +61 -19    src/sys/dev/em/if_em.c
  1.25.2.1  +15 -4     src/sys/dev/em/if_em.h
  1.13.2.1  +351 -212  src/sys/dev/em/if_em_hw.c
  1.13.2.1  +25 -9     src/sys/dev/em/if_em_hw.h


More information about the cvs-src mailing list