svn commit: r299339 - head/sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Tue May 10 07:40:04 UTC 2016


Author: arybchik
Date: Tue May 10 07:40:03 2016
New Revision: 299339
URL: https://svnweb.freebsd.org/changeset/base/299339

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

Modified:
  head/sys/dev/sfxge/common/efx_impl.h

Modified: head/sys/dev/sfxge/common/efx_impl.h
==============================================================================
--- head/sys/dev/sfxge/common/efx_impl.h	Tue May 10 07:38:23 2016	(r299338)
+++ head/sys/dev/sfxge/common/efx_impl.h	Tue May 10 07:40:03 2016	(r299339)
@@ -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-head mailing list