summaryrefslogtreecommitdiff
path: root/ethtool.8
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2007-05-03 00:27:10 -0700
committerJeff Garzik <jeff@garzik.org>2007-05-11 16:46:08 -0400
commit029cce110c4e5297bbe3f946868e32820e842856 (patch)
tree384cdc60abe9e43a392055a7862ba26eafa8b7c3 /ethtool.8
parent06759c2e613e608038836d0ab7f21eb07570d355 (diff)
downloadethtool-029cce110c4e5297bbe3f946868e32820e842856.tar.gz
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 <mchan@broadcom.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool.8')
-rw-r--r--ethtool.86
1 files changed, 4 insertions, 2 deletions
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"