aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
commit3846a82284836ff5438642e5098fdd5d7530fefe (patch)
tree4db1f72cdac363c77df44aecb8f3e49bd8fb3732 /sys/modules/cxgb
parent70b9173019547823546d25b943c749a947122c86 (diff)
downloadsrc-3846a82284836ff5438642e5098fdd5d7530fefe.tar.gz
src-3846a82284836ff5438642e5098fdd5d7530fefe.zip
Remove zero-copy sockets code. It only worked for anonymous memory,
and the equivalent functionality is now provided by sendfile(2) over posix shared memory filedescriptor. Remove the cow member of struct vm_page, and rearrange the remaining members. While there, make hold_count unsigned. Requested and reviewed by: alc Tested by: pho Sponsored by: The FreeBSD Foundation Approved by: re (delphij)
Notes
Notes: svn path=/head/; revision=255608
Diffstat (limited to 'sys/modules/cxgb')
-rw-r--r--sys/modules/cxgb/cxgb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgb/cxgb/Makefile b/sys/modules/cxgb/cxgb/Makefile
index 8807eced4f2f..d24ff08da46e 100644
--- a/sys/modules/cxgb/cxgb/Makefile
+++ b/sys/modules/cxgb/cxgb/Makefile
@@ -10,7 +10,7 @@ SRCS= cxgb_mc5.c cxgb_vsc8211.c cxgb_ael1002.c cxgb_mv88e1xxx.c
SRCS+= cxgb_xgmac.c cxgb_vsc7323.c cxgb_t3_hw.c cxgb_main.c cxgb_aq100x.c
SRCS+= cxgb_sge.c cxgb_tn1010.c
SRCS+= device_if.h bus_if.h pci_if.h
-SRCS+= opt_inet.h opt_inet6.h opt_zero.h opt_sched.h
+SRCS+= opt_inet.h opt_inet6.h opt_sched.h
SRCS+= uipc_mvec.c
CFLAGS+= -g -DDEFAULT_JUMBO -I${CXGB}