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

Andrew Rybchenko arybchik at FreeBSD.org
Sat May 14 06:20:13 UTC 2016


Author: arybchik
Date: Sat May 14 06:20:08 2016
New Revision: 299734
URL: https://svnweb.freebsd.org/changeset/base/299734

Log:
  sfxge(4): remove unused EFX PHY symbols
  
  Submitted by:   Andy Moreton <amoreton at solarflare.com>
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

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

Modified: head/sys/dev/sfxge/common/efx.h
==============================================================================
--- head/sys/dev/sfxge/common/efx.h	Sat May 14 06:18:49 2016	(r299733)
+++ head/sys/dev/sfxge/common/efx.h	Sat May 14 06:20:08 2016	(r299734)
@@ -683,15 +683,6 @@ efx_mon_fini(
 
 /* PHY */
 
-#define	PMA_PMD_MMD	1
-#define	PCS_MMD		3
-#define	PHY_XS_MMD	4
-#define	DTE_XS_MMD	5
-#define	AN_MMD		7
-#define	CL22EXT_MMD	29
-
-#define	MAXMMD		((1 << 5) - 1)
-
 extern	__checkReturn	efx_rc_t
 efx_phy_verify(
 	__in		efx_nic_t *enp);


More information about the svn-src-head mailing list