From ae5505efd0c8df6e705f852dbb697f8d69f7e815 Mon Sep 17 00:00:00 2001 From: Nicholas Nunley Date: Wed, 15 Aug 2007 10:44:01 -0700 Subject: ethtool: add register dump support for intel 82575 chipsets (igb driver) Signed-off-by: Nicholas Nunley Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- ethtool-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethtool-util.h') diff --git a/ethtool-util.h b/ethtool-util.h index f429555..1621dfe 100644 --- a/ethtool-util.h +++ b/ethtool-util.h @@ -30,6 +30,8 @@ int de2104x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); /* Intel(R) PRO/1000 Gigabit Adapter Family */ int e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); +int igb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); + /* RealTek PCI */ int realtek_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); -- cgit v1.2.1