Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2016 08:32:50 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299251 - head/sys/dev/sfxge/common
Message-ID:  <201605090832.u498WoBi089564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605090832.u498WoBi089564>