Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2016 06:20:08 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299734 - head/sys/dev/sfxge/common
Message-ID:  <201605140620.u4E6K8jM070583@repo.freebsd.org>

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



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