Path: blob/main/website/static/security/patches/EN-15:14/ixgbe.patch
18096 views
Index: sys/conf/files1===================================================================2--- sys/conf/files (revision 286787)3+++ sys/conf/files (working copy)4@@ -1704,7 +1704,7 @@ dev/ixgb/if_ixgb.c optional ixgb5dev/ixgb/ixgb_ee.c optional ixgb6dev/ixgb/ixgb_hw.c optional ixgb7dev/ixgbe/ixgbe.c optional ixgbe inet \8- compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP -DIXGBE_FDIR"9+ compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"10dev/ixgbe/ixv.c optional ixgbe inet \11compile-with "${NORMAL_C} -I$S/dev/ixgbe"12dev/ixgbe/ixgbe_phy.c optional ixgbe inet \13Index: sys/modules/ixgbe/Makefile14===================================================================15--- sys/modules/ixgbe/Makefile (revision 286787)16+++ sys/modules/ixgbe/Makefile (working copy)17@@ -12,7 +12,7 @@ SRCS += ixgbe.c ixv.c18SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c19SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c20SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c21-CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR22+CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP2324.if !defined(KERNBUILDDIR)25.if ${MK_INET_SUPPORT} != "no"262728