]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sync the E1000 shared code with Intel internal, this adds fixes,
authorJack F Vogel <jfv@FreeBSD.org>
Thu, 26 Jun 2014 21:33:32 +0000 (21:33 +0000)
committerJack F Vogel <jfv@FreeBSD.org>
Thu, 26 Jun 2014 21:33:32 +0000 (21:33 +0000)
commit8cc64f1e21bd827f2f169f1173aad38e3fdb6d61
tree992493c7c23b1d87c4033bc6f372e0e775f2d3f4
parent5749449d9b18bc7ebf6af616bfb822fcb8b85919
Sync the E1000 shared code with Intel internal, this adds fixes,
and more importantly, new I218 adapter support to the em driver.

MFC after: 1 week
25 files changed:
sys/dev/e1000/e1000_82542.c
sys/dev/e1000/e1000_82571.c
sys/dev/e1000/e1000_82575.c
sys/dev/e1000/e1000_82575.h
sys/dev/e1000/e1000_api.c
sys/dev/e1000/e1000_api.h
sys/dev/e1000/e1000_defines.h
sys/dev/e1000/e1000_hw.h
sys/dev/e1000/e1000_i210.c
sys/dev/e1000/e1000_i210.h
sys/dev/e1000/e1000_ich8lan.c
sys/dev/e1000/e1000_ich8lan.h
sys/dev/e1000/e1000_mac.c
sys/dev/e1000/e1000_mac.h
sys/dev/e1000/e1000_manage.c
sys/dev/e1000/e1000_mbx.c
sys/dev/e1000/e1000_mbx.h
sys/dev/e1000/e1000_nvm.c
sys/dev/e1000/e1000_osdep.h
sys/dev/e1000/e1000_phy.c
sys/dev/e1000/e1000_phy.h
sys/dev/e1000/e1000_regs.h
sys/dev/e1000/e1000_vf.c
sys/dev/e1000/e1000_vf.h
sys/dev/e1000/if_em.c