From 5fe32a37a7531792d964d836e7b906d793ac9797 Mon Sep 17 00:00:00 2001 From: arybchik Date: Sat, 4 Jun 2016 14:16:00 +0000 Subject: [PATCH] MFC r299251 sfxge(4): Siena no longer supports EFSYS_OPT_PCIE_TUNE Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. --- sys/dev/sfxge/common/efx_check.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sfxge/common/efx_check.h b/sys/dev/sfxge/common/efx_check.h index d6b7cf42eef..cd54b726934 100644 --- a/sys/dev/sfxge/common/efx_check.h +++ b/sys/dev/sfxge/common/efx_check.h @@ -254,8 +254,8 @@ /* Support PCIe interface tuning */ #if EFSYS_OPT_PCIE_TUNE -# if !(EFSYS_OPT_FALCON || EFSYS_OPT_SIENA) -# error "PCIE_TUNE requires FALCON or SIENA" +# if !EFSYS_OPT_FALCON +# error "PCIE_TUNE requires FALCON" # endif #endif /* EFSYS_OPT_PCIE_TUNE */ -- 2.45.2