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

Gleb Smirnoff glebius at FreeBSD.org
Thu Apr 6 19:09:51 UTC 2006


glebius     2006-04-06 17:09:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/em           LICENSE README if_em.c if_em_hw.c 
                         if_em_hw.h 
  Log:
  Merge in new driver from Intel, version 5.1.5. Adds support for some
  new chips and improves support for already supported ones.
  
  Some details, important for future merges:
    - if_em.c merged manually, viewing diff between new vendor
      driver and previous one.
    - 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 two liner change made,
      that restores support for two rare chips.
  
  Revision  Changes     Path
  1.4       +1 -3       src/sys/dev/em/LICENSE
  1.12      +61 -22     src/sys/dev/em/README
  1.115     +62 -9      src/sys/dev/em/if_em.c
  1.18      +1018 -269  src/sys/dev/em/if_em_hw.c
  1.20      +333 -25    src/sys/dev/em/if_em_hw.h


More information about the cvs-src mailing list