Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2004 22:12:59 +0000 (UTC)
From:      Tony Ackerman <tackerman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
Message-ID:  <200410152212.i9FMCxVT025838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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