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

Gleb Smirnoff glebius at FreeBSD.org
Thu Aug 3 09:20:15 UTC 2006


glebius     2006-08-03 09:20:12 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           README if_em.c if_em.h if_em_hw.c 
                         if_em_hw.h if_em_osdep.h 
  Log:
  Merge in new driver from Intel, version 6.0.5. It adds support for
  80003 NICs and NICs found on ICH8 mobos, and improves support for
  already known chips.
  
  Details:
    - if_em.c. Merged manually, viewing diff between new vendor
      driver and previous one. This was an easy task, because
      most changes between 5.1.5 and 6.0.5 are bugfixes taken
      from FreeBSD.
    - if_em_hw.h. Dropped in from vendor, and then restored
      revisions 1.16, 1.17, 1.18.
    - if_em_hw.c. Dropped in from vendor, and then restored
      revision 1.15.
    - if_em_osdep.h. Added new required macros from vendor file
      and add a hack against define namespace mangling in
      if_em_hw.h. Intel made another hack, but I prefer mine.
  
  Revision  Changes     Path
  1.13      +13 -6      src/sys/dev/em/README
  1.123     +99 -41     src/sys/dev/em/if_em.c
  1.46      +12 -2      src/sys/dev/em/if_em.h
  1.21      +2230 -701  src/sys/dev/em/if_em_hw.c
  1.21      +411 -57    src/sys/dev/em/if_em_hw.h
  1.18      +44 -13     src/sys/dev/em/if_em_osdep.h


More information about the cvs-src mailing list