summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixl
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2015-06-05 22:52:42 +0000
committerjfv <jfv@FreeBSD.org>2015-06-05 22:52:42 +0000
commitd19d4db4e289e134d6da4f7e3ffd7b7b1257feb2 (patch)
treeb25d557df6716ee1165eede35c8dc444a3a8a98b /sys/modules/ixl
parent1ae3a71a421e15a9ae7dcabe0fa1ad7e77fc80be (diff)
downloadFreeBSD-src-d19d4db4e289e134d6da4f7e3ffd7b7b1257feb2.zip
FreeBSD-src-d19d4db4e289e134d6da4f7e3ffd7b7b1257feb2.tar.gz
Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared
code update, with supporting changes in the CORE. Changes for the extended media types, VF driver has virtual channel protocol changes, and some register use corrections. This software change should be coordinated with Firmware updates to your hardware, contact your support channels for that. MFC after: 1 week
Diffstat (limited to 'sys/modules/ixl')
-rw-r--r--sys/modules/ixl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile
index 13be8ab..2f969a5 100644
--- a/sys/modules/ixl/Makefile
+++ b/sys/modules/ixl/Makefile
@@ -10,7 +10,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
OpenPOWER on IntegriCloud