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
This commit is contained in:
Andrew Rybchenko 2016-05-09 08:32:49 +00:00
parent cc22e260bb
commit edf6d8af7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299251

View File

@ -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 */