Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 23:32:03 +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 if_em_osdep.h
Message-ID:  <200505262332.j4QNW3bG024315@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tackerman    2005-05-26 23:32:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           if_em.c if_em.h if_em_hw.c if_em_hw.h 
                         if_em_osdep.h 
  Log:
  Changes to update driver with latest Intel driver version 2.1.7
  - Changed from using explicit devices id to using descriptive labels.
  - Added support for 82573 and 82546 Quad adapters.
  - Corrected support for 82547EI and 82541ER (mac_type was not assigned)
  - Removed #ifdef DBG_STATS and extraneous code.
  
  if_em_hw.c/if_em_hw.h
  - Added support for 82573 and 82546 Quad adapters.
  - Brought forward Intel's most current mac and phy changes.
  
  Revision  Changes     Path
  1.64      +53 -50     src/sys/dev/em/if_em.c
  1.31      +1 -6       src/sys/dev/em/if_em.h
  1.16      +1922 -500  src/sys/dev/em/if_em_hw.c
  1.15      +561 -25    src/sys/dev/em/if_em_hw.h
  1.14      +20 -1      src/sys/dev/em/if_em_osdep.h



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