From 029cce110c4e5297bbe3f946868e32820e842856 Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Thu, 3 May 2007 00:27:10 -0700 Subject: ethtool: Add 2.5G support Add 2.5G Serdes support to ethtool user program and ethtool.8 man page. The missing pause bits are also added to keep ethtool-copy.h in sync with the kernel's version. Signed-off-by: Michael Chan Signed-off-by: Jeff Garzik --- ethtool.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ethtool.8') diff --git a/ethtool.8 b/ethtool.8 index d6561bf..248260a 100644 --- a/ethtool.8 +++ b/ethtool.8 @@ -175,7 +175,7 @@ ethtool \- Display or change ethernet card settings .B ethtool \-s .I ethX -.B4 speed 10 100 1000 10000 +.B4 speed 10 100 1000 2500 10000 .B2 duplex half full .B4 port tp aui bnc mii fibre .B2 autoneg on off @@ -326,7 +326,7 @@ All following options only apply if .B \-s was specified. .TP -.A4 speed 10 100 1000 10000 +.A4 speed 10 100 1000 2500 10000 Set speed in Mb/s. .B ethtool with just the device name as an argument will show you the supported device speeds. @@ -360,6 +360,8 @@ a hexidecimal value using one or a combination of the following values: .TP 3 .BR "0x020" " 1000 Full" .TP 3 +.BR "0x8000" " 2500 Full" "(not supported by IEEE standards)" +.TP 3 .BR "0x800" " 10000 Full" .TP 3 .BR "0x03F" " Auto" -- cgit v1.2.1