aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2018-05-31 21:31:08 +0000
committerNavdeep Parhar <np@FreeBSD.org>2018-05-31 21:31:08 +0000
commit2dae2a7487fdc7d344a28df57156f36936a91531 (patch)
treeba93bce7d00389fe5c0951419cad3cb779df43a6 /sys/conf/files
parentb451efbedc317114030ccd54a3fc8378677ef631 (diff)
downloadsrc-2dae2a7487fdc7d344a28df57156f36936a91531.tar.gz
src-2dae2a7487fdc7d344a28df57156f36936a91531.zip
cxgbe(4): Add code to deal with the chip's source MAC table (aka SMT).
Submitted by: Krishnamraju Eraparaju @ Chelsio Sponsored by: Chelsio Communications
Notes
Notes: svn path=/head/; revision=334447
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d59be7521930..c61aa050f37b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1409,6 +1409,8 @@ dev/cxgbe/t4_sched.c optional cxgbe pci \
compile-with "${NORMAL_C} -I$S/dev/cxgbe"
dev/cxgbe/t4_sge.c optional cxgbe pci \
compile-with "${NORMAL_C} -I$S/dev/cxgbe"
+dev/cxgbe/t4_smt.c optional cxgbe pci \
+ compile-with "${NORMAL_C} -I$S/dev/cxgbe"
dev/cxgbe/t4_l2t.c optional cxgbe pci \
compile-with "${NORMAL_C} -I$S/dev/cxgbe"
dev/cxgbe/t4_tracer.c optional cxgbe pci \