Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 14:16:00 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r301317 - stable/10/sys/dev/sfxge/common
Message-ID:  <201606041416.u54EG0lX084365@repo.freebsd.org>

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



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