Author: arybchik
Date: Sat Jun  4 14:16:00 2016
New Revision: 301317
URL: https://svnweb.freebsd.org/changeset/base/301317

Log:
  MFC r299251
  
  sfxge(4): Siena no longer supports EFSYS_OPT_PCIE_TUNE
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.

Modified:
  stable/10/sys/dev/sfxge/common/efx_check.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/common/efx_check.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_check.h  Sat Jun  4 14:13:56 2016        
(r301316)
+++ stable/10/sys/dev/sfxge/common/efx_check.h  Sat Jun  4 14:16:00 2016        
(r301317)
@@ -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 */
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to