summaryrefslogtreecommitdiffstats
path: root/sys/modules/ti
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
committerkib <kib@FreeBSD.org>2013-09-16 06:25:54 +0000
commit6796656333337e5530946dca854ffe0ce55b0cf0 (patch)
tree4db1f72cdac363c77df44aecb8f3e49bd8fb3732 /sys/modules/ti
parent9867f4e99b817ebbf5d787e92b2a8e2fe14808a1 (diff)
downloadFreeBSD-src-6796656333337e5530946dca854ffe0ce55b0cf0.zip
FreeBSD-src-6796656333337e5530946dca854ffe0ce55b0cf0.tar.gz
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)
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 411cce0..7b87b6f 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/ti
KMOD= if_ti
-SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h
+SRCS= if_ti.c device_if.h bus_if.h pci_if.h opt_ti.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud