summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb/tom/Makefile
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-12-17 08:17:51 +0000
committerkmacy <kmacy@FreeBSD.org>2007-12-17 08:17:51 +0000
commita541ef6e7d7fe0d86656da7cb59e16001490c75d (patch)
treef9b5d406a9741ca821495d3f36a570d2d0fdae9b /sys/modules/cxgb/tom/Makefile
parent496a3a2c524be0d8fb834ef5bad45f4611b82969 (diff)
downloadFreeBSD-src-a541ef6e7d7fe0d86656da7cb59e16001490c75d.zip
FreeBSD-src-a541ef6e7d7fe0d86656da7cb59e16001490c75d.tar.gz
Make TCP offload work on HEAD (modulo negative interaction between sbcompress
and t3_push_frames). - Import latest changes to cxgb_main.c and cxgb_sge.c from toestack p4 branch - make driver local copy of tcp_subr.c and tcp_usrreq.c and override tcp_usrreqs so TOE can also functions on versions with unmodified TCP - add cxgb back to the build
Diffstat (limited to 'sys/modules/cxgb/tom/Makefile')
-rw-r--r--sys/modules/cxgb/tom/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/cxgb/tom/Makefile b/sys/modules/cxgb/tom/Makefile
index ece891ce..ba02b91 100644
--- a/sys/modules/cxgb/tom/Makefile
+++ b/sys/modules/cxgb/tom/Makefile
@@ -4,5 +4,9 @@ TOM = ${.CURDIR}/../../../dev/cxgb/ulp/tom
KMOD= tom
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_tom_sysctl.c cxgb_cpl_socket.c
-SRCS+= device_if.h bus_if.h pci_if.h
-.include <bsd.kmod.mk> \ No newline at end of file
+SRCS+= cxgb_tcp_subr.c cxgb_tcp_usrreq.c
+SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h opt_mac.h opt_tcpdebug.h opt_ddb.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+#CFLAGS+= -DDEBUG_PRINT -DDEBUG
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud