diff options
author | Christian Kujau <lists@nerdbynature.de> | 2013-02-21 19:43:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:20 -0500 |
commit | 242260fb858e99674289484bc2bfe3b41f9c4cbb (patch) | |
tree | 09dcf9a2a5c21d27ed06f028c0096a727eaf64f3 /drivers/net | |
parent | 76e8402619cf777a3adae9cd70e56a848a9bf952 (diff) |
sun.com documentation fixes
After I came across a help text for SUNGEM mentioning a broken sun.com
URL, I felt like fixing those up, as they are now pointing to oracle.com
URLs.
Signed-off-by: Christian Kujau <lists@nerdbynature.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/sun/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sun/Kconfig b/drivers/net/ethernet/sun/Kconfig index 57bfd8599679..208c39dedc2e 100644 --- a/drivers/net/ethernet/sun/Kconfig +++ b/drivers/net/ethernet/sun/Kconfig | |||
@@ -61,7 +61,7 @@ config SUNGEM | |||
61 | select SUNGEM_PHY | 61 | select SUNGEM_PHY |
62 | ---help--- | 62 | ---help--- |
63 | Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also | 63 | Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also |
64 | <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. | 64 | <http://docs.oracle.com/cd/E19455-01/806-3985-10/806-3985-10.pdf>. |
65 | 65 | ||
66 | config CASSINI | 66 | config CASSINI |
67 | tristate "Sun Cassini support" | 67 | tristate "Sun Cassini support" |
@@ -69,7 +69,7 @@ config CASSINI | |||
69 | select CRC32 | 69 | select CRC32 |
70 | ---help--- | 70 | ---help--- |
71 | Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also | 71 | Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also |
72 | <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> | 72 | <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>. |
73 | 73 | ||
74 | config SUNVNET | 74 | config SUNVNET |
75 | tristate "Sun Virtual Network support" | 75 | tristate "Sun Virtual Network support" |