summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-12-15 19:53:35 +0000
committerkmacy <kmacy@FreeBSD.org>2007-12-15 19:53:35 +0000
commitcfc088f4f3fccf9eaf222aa2363c83a85f3fd214 (patch)
treec5afd34a43ec13ba9519add35248da27222434d2 /sys/conf/options
parent9a8df6cba78483c7a0813bbdd0de92eed7272231 (diff)
downloadFreeBSD-src-cfc088f4f3fccf9eaf222aa2363c83a85f3fd214.zip
FreeBSD-src-cfc088f4f3fccf9eaf222aa2363c83a85f3fd214.tar.gz
add compile option to remove extra branch introduced by tcp offload support code
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index bc04943..6a00e35 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -752,3 +752,6 @@ XFS
# Interrupt filtering
INTR_FILTER opt_global.h
+
+#Disable code to dispatch tcp offloading
+TCP_OFFLOAD_DISABLE opt_inet.h
OpenPOWER on IntegriCloud