diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-11-28 05:45:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-29 00:07:43 +0300 |
commit | cc9111162b4c707797ca573139c943bf75ed326e (patch) | |
tree | 17240aca9eb34e92d0533fd1d4b1963ec2226fc5 /Documentation/networking | |
parent | bf8f6952a233f5084431b06f49dc0e1d8907969e (diff) | |
download | linux-cc9111162b4c707797ca573139c943bf75ed326e.tar.xz |
Documentation: net: phy: Add links to several standards documents
Add links to the IEEE 802.3-2008 document, and the RGMII v1.3 and v2.0
revisions of the standard.
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/phy.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt index c7ba84b5d912..e017d933d530 100644 --- a/Documentation/networking/phy.txt +++ b/Documentation/networking/phy.txt @@ -407,3 +407,13 @@ Board Fixups The stubs set one of the two matching criteria, and set the other one to match anything. +Standards + + IEEE Standard 802.3: CSMA/CD Access Method and Physical Layer Specifications, Section Two: + http://standards.ieee.org/getieee802/download/802.3-2008_section2.pdf + + RGMII v1.3: + http://web.archive.org/web/20160303212629/http://www.hp.com/rnd/pdfs/RGMIIv1_3.pdf + + RGMII v2.0: + http://web.archive.org/web/20160303171328/http://www.hp.com/rnd/pdfs/RGMIIv2_0_final_hp.pdf |