svn commit: r293976 - stable/10/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Thu Jan 14 15:49:17 UTC 2016
Author: arybchik
Date: Thu Jan 14 15:49:15 2016
New Revision: 293976
URL: https://svnweb.freebsd.org/changeset/base/293976
Log:
MFC r293732
sfxge: use MCDIv2 on Medford
Submitted by: Mark Spender <mspender at solarflare.com>
Reviewed by: gnn
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/common/efx.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/common/efx.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx.h Thu Jan 14 15:48:10 2016 (r293975)
+++ stable/10/sys/dev/sfxge/common/efx.h Thu Jan 14 15:49:15 2016 (r293976)
@@ -191,8 +191,8 @@ efx_nic_destroy(
#if EFSYS_OPT_MCDI
-#if EFSYS_OPT_HUNTINGTON
-/* Huntington requires MCDIv2 commands */
+#if EFSYS_OPT_HUNTINGTON || EFSYS_OPT_MEDFORD
+/* Huntington and Medford require MCDIv2 commands */
#define WITH_MCDI_V2 1
#endif
More information about the svn-src-stable
mailing list