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