summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
authorNicholas Nunley <nicholas.d.nunley@intel.com>2007-08-15 10:44:01 -0700
committerJeff Garzik <jeff@garzik.org>2007-09-13 00:14:52 -0400
commitae5505efd0c8df6e705f852dbb697f8d69f7e815 (patch)
tree272ec709bf566b9901c4d247e4451a31c8b4d087 /ethtool.c
parentee6a4ec9b23ae887d280f0f4eedb9a931f71d311 (diff)
downloadethtool-ae5505efd0c8df6e705f852dbb697f8d69f7e815.tar.gz
ethtool: add register dump support for intel 82575 chipsets (igb driver)
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethtool.c b/ethtool.c
index b04f747..29562a7 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -1003,6 +1003,7 @@ static struct {
{ "r8169", realtek_dump_regs },
{ "de2104x", de2104x_dump_regs },
{ "e1000", e1000_dump_regs },
+ { "igb", igb_dump_regs },
{ "ixgb", ixgb_dump_regs },
{ "natsemi", natsemi_dump_regs },
{ "e100", e100_dump_regs },