From fb522ac8e761a669c88e03a9e23b4204a36217c7 Mon Sep 17 00:00:00 2001 From: Nicholas Nunley Date: Tue, 19 Sep 2006 11:27:35 -0700 Subject: [PATCH] ethtool: add ixgb register dump support This adds support for dumping ixgb registers in readable format. Signed-off-by: Nicholas Nunley Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- ethtool.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethtool.c') diff --git a/ethtool.c b/ethtool.c index b7f189a..2363b3b 100644 --- a/ethtool.c +++ b/ethtool.c @@ -10,6 +10,7 @@ * ETHTOOL_PHYS_ID support by Chris Leech * e1000 support by Scott Feldman * e100 support by Wen Tao + * ixgb support by Nicholas Nunley * amd8111e support by Reeja John * long arguments by Andi Kleen. * @@ -947,6 +948,7 @@ static struct { { "r8169", realtek_dump_regs }, { "de2104x", de2104x_dump_regs }, { "e1000", e1000_dump_regs }, + { "ixgb", ixgb_dump_regs }, { "natsemi", natsemi_dump_regs }, { "e100", e100_dump_regs }, { "amd8111e", amd8111e_dump_regs }, -- cgit v1.2.1