svn commit: r299251 - head/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Mon May 9 08:32:51 UTC 2016
Author: arybchik
Date: Mon May 9 08:32:49 2016
New Revision: 299251
URL: https://svnweb.freebsd.org/changeset/base/299251
Log:
sfxge(4): Siena no longer supports EFSYS_OPT_PCIE_TUNE
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week
Modified:
head/sys/dev/sfxge/common/efx_check.h
Modified: head/sys/dev/sfxge/common/efx_check.h
==============================================================================
--- head/sys/dev/sfxge/common/efx_check.h Mon May 9 08:28:52 2016 (r299250)
+++ head/sys/dev/sfxge/common/efx_check.h Mon May 9 08:32:49 2016 (r299251)
@@ -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 */
More information about the svn-src-head
mailing list