Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2016 06:18:49 +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: r299733 - head/sys/dev/sfxge/common
Message-ID:  <201605140618.u4E6Inp4070478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Sat May 14 06:18:49 2016
New Revision: 299733
URL: https://svnweb.freebsd.org/changeset/base/299733

Log:
  sfxge(4): remove obsolete EFX_MON types
  
  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
  head/sys/dev/sfxge/common/efx_mon.c

Modified: head/sys/dev/sfxge/common/efx.h
==============================================================================
--- head/sys/dev/sfxge/common/efx.h	Sat May 14 06:17:55 2016	(r299732)
+++ head/sys/dev/sfxge/common/efx.h	Sat May 14 06:18:49 2016	(r299733)
@@ -540,9 +540,6 @@ efx_mac_stats_update(
 
 typedef enum efx_mon_type_e {
 	EFX_MON_INVALID = 0,
-	EFX_MON_NULL,
-	EFX_MON_LM87,
-	EFX_MON_MAX6647,
 	EFX_MON_SFC90X0,
 	EFX_MON_SFC91X0,
 	EFX_MON_SFC92X0,

Modified: head/sys/dev/sfxge/common/efx_mon.c
==============================================================================
--- head/sys/dev/sfxge/common/efx_mon.c	Sat May 14 06:17:55 2016	(r299732)
+++ head/sys/dev/sfxge/common/efx_mon.c	Sat May 14 06:18:49 2016	(r299733)
@@ -42,9 +42,6 @@ __FBSDID("$FreeBSD$");
 
 static const char	*__efx_mon_name[] = {
 	"",
-	"nullmon",
-	"lm87",
-	"max6647",
 	"sfx90x0",
 	"sfx91x0"
 	"sfx92x0"



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