aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2010-02-24 10:16:18 +0000
committerNavdeep Parhar <np@FreeBSD.org>2010-02-24 10:16:18 +0000
commite83ec3e5c3e5f724b4129d96faeec3e86dfd4aef (patch)
tree9215e006021e46958d3ecdd9019c514b61cd3a9f /sys/modules/cxgb
parentbe688bde90fa60c86834fba3df16b012a121c25e (diff)
downloadsrc-e83ec3e5c3e5f724b4129d96faeec3e86dfd4aef.tar.gz
src-e83ec3e5c3e5f724b4129d96faeec3e86dfd4aef.zip
There is no need to test __FreeBSD_version for features that have
been around for a long time now (7.1-ish or even earlier); assume they are present. These includes MSI, TSO, LRO, VLAN, INTR_FILTERS, FIRMWARE, etc. Also, eliminate some dead code and clean up in other places as part of this quick once-over. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=204274
Diffstat (limited to 'sys/modules/cxgb')
-rw-r--r--sys/modules/cxgb/cxgb/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/cxgb/cxgb/Makefile b/sys/modules/cxgb/cxgb/Makefile
index 65b2f6f49340..9a433b200bc0 100644
--- a/sys/modules/cxgb/cxgb/Makefile
+++ b/sys/modules/cxgb/cxgb/Makefile
@@ -12,13 +12,5 @@ SRCS+= opt_inet.h opt_zero.h opt_sched.h
SRCS+= uipc_mvec.c
CFLAGS+= -g -DDEFAULT_JUMBO -I${CXGB}
-CFLAGS+= -DDISABLE_MBUF_IOVEC
-#CFLAGS+= -DIFNET_MULTIQUEUE
-#CFLAGS+= -DDISABLE_MBUF_IOVEC
-#CFLAGS+= -DDEBUG -DDEBUG_PRINT
-#CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS
-#CFLAGS+= -DWITNESS
-#CFLAGS += -DLOCK_PROFILING
-#CFLAGS+= -DWITNESS
.include <bsd.kmod.mk>