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>
This commit is contained in:
Christian Kujau
2013-02-21 16:43:05 -08:00
committed by Linus Torvalds
parent 76e8402619
commit 242260fb85
4 changed files with 10 additions and 10 deletions

View File

@@ -1228,7 +1228,7 @@ hierarchy and routing of interrupts in the hardware.
The interrupt tree model is fully described in the The interrupt tree model is fully described in the
document "Open Firmware Recommended Practice: Interrupt document "Open Firmware Recommended Practice: Interrupt
Mapping Version 0.9". The document is available at: Mapping Version 0.9". The document is available at:
<http://playground.sun.com/1275/practice>. <http://www.openfirmware.org/ofwg/practice/>
1) interrupts property 1) interrupts property
---------------------- ----------------------

View File

@@ -61,7 +61,7 @@ config SUNGEM
select SUNGEM_PHY select SUNGEM_PHY
---help--- ---help---
Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
<http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. <http://docs.oracle.com/cd/E19455-01/806-3985-10/806-3985-10.pdf>.
config CASSINI config CASSINI
tristate "Sun Cassini support" tristate "Sun Cassini support"
@@ -69,7 +69,7 @@ config CASSINI
select CRC32 select CRC32
---help--- ---help---
Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
<http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> <http://docs.oracle.com/cd/E19113-01/giga.ether.pci/817-4341-10/817-4341-10.pdf>.
config SUNVNET config SUNVNET
tristate "Sun Virtual Network support" tristate "Sun Virtual Network support"

View File

@@ -49,14 +49,14 @@ typedef __s64 Elf64_Sxword;
* *
* Specifications are available in: * Specifications are available in:
* *
* - Sun microsystems: Linker and Libraries. * - Oracle: Linker and Libraries.
* Part No: 817-1984-17, September 2008. * Part No: 817198419, August 2011.
* URL: http://docs.sun.com/app/docs/doc/817-1984 * http://docs.oracle.com/cd/E18752_01/pdf/817-1984.pdf
* *
* - System V ABI AMD64 Architecture Processor Supplement * - System V ABI AMD64 Architecture Processor Supplement
* Draft Version 0.99., * Draft Version 0.99.4,
* May 11, 2009. * January 13, 2010.
* URL: http://www.x86-64.org/ * http://www.cs.washington.edu/education/courses/cse351/12wi/supp-docs/abi.pdf
*/ */
#define PN_XNUM 0xffff #define PN_XNUM 0xffff

View File

@@ -11,7 +11,7 @@ menuconfig IPV6
You will still be able to do traditional IPv4 networking as well. You will still be able to do traditional IPv4 networking as well.
For general information about IPv6, see For general information about IPv6, see
<http://playground.sun.com/pub/ipng/html/ipng-main.html>. <https://en.wikipedia.org/wiki/IPv6>.
For Linux IPv6 development information, see <http://www.linux-ipv6.org>. For Linux IPv6 development information, see <http://www.linux-ipv6.org>.
For specific information about IPv6 under Linux, read the HOWTO at For specific information about IPv6 under Linux, read the HOWTO at
<http://www.bieringer.de/linux/IPv6/>. <http://www.bieringer.de/linux/IPv6/>.