summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2015-12-11 13:08:38 +0000
committersmh <smh@FreeBSD.org>2015-12-11 13:08:38 +0000
commitf530e62d3d1d2b962a3f3c87e722e15595a5285d (patch)
tree225a8e91b5c53ee7334ffaaf1dbd573f86d7245e /sys/modules
parentf34c49d6586a85c5b35d5d04ea3dbf55b15b8d6d (diff)
downloadFreeBSD-src-f530e62d3d1d2b962a3f3c87e722e15595a5285d.zip
FreeBSD-src-f530e62d3d1d2b962a3f3c87e722e15595a5285d.tar.gz
MFC r284049: Update SW4 to the Intel ixl/ixlv
Sponsored by: Multiplay
Diffstat (limited to 'sys/modules')
-rwxr-xr-xsys/modules/ixl/Makefile2
-rwxr-xr-xsys/modules/ixlv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile
index 9b26105..71f4550 100755
--- a/sys/modules/ixl/Makefile
+++ b/sys/modules/ixl/Makefile
@@ -12,7 +12,7 @@ SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c
# Shared source
SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
-CFLAGS += -DSMP
+CFLAGS += -DSMP -DIXL_DEBUG_SYSCTL
# Add Flow Director support
# CFLAGS += -DIXL_FDIR
diff --git a/sys/modules/ixlv/Makefile b/sys/modules/ixlv/Makefile
index 1b2a4f8..127164c 100755
--- a/sys/modules/ixlv/Makefile
+++ b/sys/modules/ixlv/Makefile
@@ -10,7 +10,7 @@ SRCS += opt_inet.h opt_inet6.h
SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
# Shared source
-SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
+SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c
CFLAGS += -DSMP
OpenPOWER on IntegriCloud