summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2008-05-16 18:46:30 +0000
committerjfv <jfv@FreeBSD.org>2008-05-16 18:46:30 +0000
commit57de9f8139222232fe979e551a156428ea474d04 (patch)
tree9aec21727f8b2a5d35e54cb6951c970d9052ca50 /sys/modules
parent14ceaad756cfa75128f72cd64bc54463ac22a11e (diff)
downloadFreeBSD-src-57de9f8139222232fe979e551a156428ea474d04.zip
FreeBSD-src-57de9f8139222232fe979e551a156428ea474d04.tar.gz
This is driver version 1.4.4 of the Intel ixgbe driver.
-It has new hardware support -It uses a new method of TX cleanup called Head Write Back -It includes the provisional generic TCP LRO feature contributed by Myricom and made general purpose by me. This should move into the stack upon approval but for this driver drop its in here. -Also bug fixes and etc... MFC in a week if no serious issues arise.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ixgbe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index 49832e6..6d500b8 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../dev/ixgbe
KMOD = ixgbe
SRCS = device_if.h bus_if.h pci_if.h
-SRCS += ixgbe.c
+SRCS += ixgbe.c tcp_lro.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
OpenPOWER on IntegriCloud