Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/static/security/patches/EN-15:14/ixgbe.patch
18096 views
1
Index: sys/conf/files
2
===================================================================
3
--- sys/conf/files (revision 286787)
4
+++ sys/conf/files (working copy)
5
@@ -1704,7 +1704,7 @@ dev/ixgb/if_ixgb.c optional ixgb
6
dev/ixgb/ixgb_ee.c optional ixgb
7
dev/ixgb/ixgb_hw.c optional ixgb
8
dev/ixgbe/ixgbe.c optional ixgbe inet \
9
- compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP -DIXGBE_FDIR"
10
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
11
dev/ixgbe/ixv.c optional ixgbe inet \
12
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
13
dev/ixgbe/ixgbe_phy.c optional ixgbe inet \
14
Index: sys/modules/ixgbe/Makefile
15
===================================================================
16
--- sys/modules/ixgbe/Makefile (revision 286787)
17
+++ sys/modules/ixgbe/Makefile (working copy)
18
@@ -12,7 +12,7 @@ SRCS += ixgbe.c ixv.c
19
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
20
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
21
SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
22
-CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
23
+CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
24
25
.if !defined(KERNBUILDDIR)
26
.if ${MK_INET_SUPPORT} != "no"
27
28