git: ixgbe(4): Sync with FreeBSD
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Thu Aug 9 06:59:36 PDT 2012
commit ce451236a18b4b1e1da8b3b3b103e03832656eef
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Thu Aug 9 12:52:34 2012 +0200
ixgbe(4): Sync with FreeBSD
Update to the ixgbe driver:
- Add a couple of new devices
- Flow control changes in shared and core code
- Bug fix to Flow Director for 82598
- Shared code sync to internal with required core change
Summary of changes:
sys/dev/netif/ixgbe/ixgbe.c | 92 +++--
sys/dev/netif/ixgbe/ixgbe_82598.c | 102 +++---
sys/dev/netif/ixgbe/ixgbe_82598.h | 4 +-
sys/dev/netif/ixgbe/ixgbe_82599.c | 14 +-
sys/dev/netif/ixgbe/ixgbe_api.c | 23 +-
sys/dev/netif/ixgbe/ixgbe_api.h | 5 +-
sys/dev/netif/ixgbe/ixgbe_common.c | 759 +++++++++++++++++++-----------------
sys/dev/netif/ixgbe/ixgbe_common.h | 9 +-
sys/dev/netif/ixgbe/ixgbe_osdep.h | 11 +-
sys/dev/netif/ixgbe/ixgbe_phy.c | 67 +++-
sys/dev/netif/ixgbe/ixgbe_type.h | 97 ++++--
sys/dev/netif/ixgbe/ixgbe_vf.c | 24 +-
sys/dev/netif/ixgbe/ixgbe_x540.c | 8 +-
13 files changed, 696 insertions(+), 519 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ce451236a18b4b1e1da8b3b3b103e03832656eef
--
DragonFly BSD source repository
More information about the Commits
mailing list