From 2edf56749abe006f6a68c9c21a2a249d29345a01 Mon Sep 17 00:00:00 2001 From: Stuart Hodgson Date: Fri, 18 May 2012 15:58:45 +0100 Subject: ethtool: Addition of -m option to dump module eeprom The -m option now allows for retrieval of EEPROM information form a plug in module such as SFP+. This shows specific information about the type and capabilities of the module in use The format can be easily extended to support other modules types such as QSFP in future. Raw data dump is also supported. Signed-off-by: Stuart Hodgson Signed-off-by: Ben Hutchings --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 46a2cf2..789cd9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ ethtool_SOURCES = ethtool.c ethtool-copy.h internal.h net_tstamp-copy.h \ fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \ pcnet32.c realtek.c tg3.c marvell.c vioc.c \ smsc911x.c at76c50x-usb.c sfc.c stmmac.c \ - rxclass.c + rxclass.c sfpid.c TESTS = test-cmdline check_PROGRAMS = test-cmdline test-one-cmdline -- cgit v1.2.1