git: em(4)/emx(4): Update to Intel's 7.1.7
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Jun 27 22:54:14 PDT 2011
commit 2d0e5700f20de35b08afb96e1871776a16447d99
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Tue Jun 28 13:45:01 2011 +0800
em(4)/emx(4): Update to Intel's 7.1.7
- Restore stock version of e1000_read_mac_addr_generic(); if this function
is called after hardware reset, it just works as expected.
- For em(4), add 82567/82577/82578/82579/82583, PCH and PCH2 support.
- For em(4) and emx(4)
o Reorganize hardware initialization sequence
o Fix ITR and EIAC settings for 82574
o Fix hardware control support for chips with AMT
Summary of changes:
sys/dev/netif/em/if_em.c | 390 ++++++++++++++++++++++++--------------
sys/dev/netif/em/if_em.h | 5 +
sys/dev/netif/emx/if_emx.c | 303 +++++++++++++++++-------------
sys/dev/netif/emx/if_emx.h | 5 +
sys/dev/netif/ig_hal/e1000_nvm.c | 28 ---
5 files changed, 433 insertions(+), 298 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2d0e5700f20de35b08afb96e1871776a16447d99
--
DragonFly BSD source repository
More information about the Commits
mailing list