svn commit: r301327 - stable/10/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Sat Jun 4 14:42:38 UTC 2016


Author: arybchik
Date: Sat Jun  4 14:42:36 2016
New Revision: 301327
URL: https://svnweb.freebsd.org/changeset/base/301327

Log:
  MFC r299339
  
  sfxge(4): cleanup: remove obsolete common code module
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.

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

Modified: stable/10/sys/dev/sfxge/common/efx_impl.h
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_impl.h	Sat Jun  4 14:41:09 2016	(r301326)
+++ stable/10/sys/dev/sfxge/common/efx_impl.h	Sat Jun  4 14:42:36 2016	(r301327)
@@ -78,8 +78,7 @@ extern "C" {
 #define	EFX_MOD_MON		0x00000400
 #define	EFX_MOD_WOL		0x00000800
 #define	EFX_MOD_FILTER		0x00001000
-#define	EFX_MOD_PKTFILTER	0x00002000
-#define	EFX_MOD_LIC		0x00004000
+#define	EFX_MOD_LIC		0x00002000
 
 #define	EFX_RESET_MAC		0x00000001
 #define	EFX_RESET_PHY		0x00000002


More information about the svn-src-stable mailing list