summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
authorNicholas Nunley <nicholas.d.nunley@intel.com>2006-09-19 11:27:35 -0700
committerJeff Garzik <jeff@garzik.org>2006-09-19 15:05:33 -0400
commitfb522ac8e761a669c88e03a9e23b4204a36217c7 (patch)
tree5c11fff6ccb52bcd992210523449ee130c96e026 /ethtool.c
parent5860312ac4ae67da856df19b31bd26ada6927955 (diff)
downloadethtool-fb522ac8e761a669c88e03a9e23b4204a36217c7.tar.gz
[PATCH] ethtool: add ixgb register dump support
This adds support for dumping ixgb registers in readable format. Signed-off-by: Nicholas Nunley <nicholas.d.nunley@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c2
1 files changed, 2 insertions, 0 deletions
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 <christopher.leech@intel.com>
* e1000 support by Scott Feldman <scott.feldman@intel.com>
* e100 support by Wen Tao <wen-hwa.tao@intel.com>
+ * ixgb support by Nicholas Nunley <Nicholas.d.nunley@intel.com>
* amd8111e support by Reeja John <reeja.john@amd.com>
* 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 },