[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1241095034.3185.8.camel@achroite>
Date: Thu, 30 Apr 2009 13:37:14 +0100
From: Ben Hutchings <bhutchings@...arflare.com>
To: Jeff Garzik <jgarzik@...ox.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: [PATCH 3/5] ethtool: Decode PORT_OTHER
Signed-off-by: Ben Hutchings <bhutchings@...arflare.com>
---
ethtool.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ethtool.c b/ethtool.c
index 5c45b2d..08165eb 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -941,6 +941,9 @@ static int dump_ecmd(struct ethtool_cmd *ep)
case PORT_FIBRE:
fprintf(stdout, "FIBRE\n");
break;
+ case PORT_OTHER:
+ fprintf(stdout, "Other\n");
+ break;
default:
fprintf(stdout, "Unknown! (%i)\n", ep->port);
break;
--
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists