From 8f3b48b99aa5df84bb1457b1a97261fc3e01a305 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 23 Aug 2006 14:16:09 -0700 Subject: [PATCH] ethtool: skge register dump Pretty printing of skge registers. This is a redo of earlier patch that must have got lost. It earlier patch was before the git conversion. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- ethtool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ethtool.c') diff --git a/ethtool.c b/ethtool.c index 842687b..c44c614 100644 --- a/ethtool.c +++ b/ethtool.c @@ -944,6 +944,7 @@ static struct { { "fec_8xx", fec_8xx_dump_regs }, { "ibm_emac", ibm_emac_dump_regs }, { "tg3", tg3_dump_regs }, + { "skge", skge_dump_regs }, }; static int dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs) -- cgit v1.2.1