netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethtool: add names of newer Marvell chips
@ 2010-04-02 15:16 Stephen Hemminger
  2010-04-03  7:20 ` Mark Ryden
  2010-04-06 14:44 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2010-04-02 15:16 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev

Fill in names of newer chips.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>


diff --git a/marvell.c b/marvell.c
index 6696e0a..af38c21 100644
--- a/marvell.c
+++ b/marvell.c
@@ -184,6 +184,9 @@ static void dump_mac(const u8 *r)
 	case 0xb6:	printf("Yukon-2 EC");	break;
  	case 0xb7:	printf("Yukon-2 FE");	break;
 	case 0xb8:	printf("Yukon-2 FE Plus"); break;
+	case 0xb9:	printf("Yukon Supreme"); break;
+	case 0xba:	printf("Yukon Ultra 2"); break;
+	case 0xbc:	printf("Yukon Optima"); break;
 	default:	printf("(Unknown)");	break;
 	}
 
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-06 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 15:16 [PATCH] ethtool: add names of newer Marvell chips Stephen Hemminger
2010-04-03  7:20 ` Mark Ryden
2010-04-05 17:34   ` Stephen Hemminger
2010-04-06 14:44 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).