aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2010-11-26 22:46:32 +0000
committerJack F Vogel <jfv@FreeBSD.org>2010-11-26 22:46:32 +0000
commit1a4e34498c7974f82de35c4e309338cb9387b5c1 (patch)
treee2b66ea0565164dc8a27eec1d115e996508a5c83 /sys/modules/ixgbe
parentf4b4ba3ed2b51161cce248c1566b93c12c79318f (diff)
downloadsrc-1a4e34498c7974f82de35c4e309338cb9387b5c1.tar.gz
src-1a4e34498c7974f82de35c4e309338cb9387b5c1.zip
Update ixgbe driver to verion 2.3.6
- This adds a VM SRIOV interface, ixv, it is however transparent to the user, it links with the ixgbe.ko, but when ixgbe is loaded in a virtualized guest with SRIOV configured this will be detected. - Sync shared code to latest - Many bug fixes and improvements, thanks to everyone who has been using the driver and reporting issues.
Notes
Notes: svn path=/head/; revision=215911
Diffstat (limited to 'sys/modules/ixgbe')
-rw-r--r--sys/modules/ixgbe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index 56c39eda2686..50efe65e8a01 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -2,9 +2,9 @@
.PATH: ${.CURDIR}/../../dev/ixgbe
KMOD = ixgbe
SRCS = device_if.h bus_if.h pci_if.h
-SRCS += ixgbe.c
+SRCS += ixgbe.c ixv.c
# Shared source
-SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
SRCS += ixgbe_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR