Skip to content

Commit

Permalink
Update broken web addresses in arch directory.
Browse files Browse the repository at this point in the history
The patch below updates broken web addresses in the arch directory.

Signed-off-by: Justin P. Mattock <[email protected]>
Signed-off-by: Maciej W. Rozycki <[email protected]>
Cc: Finn Thain <[email protected]>
Cc: Randy Dunlap <[email protected]>
Reviewed-by: Finn Thain <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Oct 18, 2010
1 parent 631dd1a commit 50a23e6
Show file tree
Hide file tree
Showing 68 changed files with 46 additions and 83 deletions.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ config SMP

See also <file:Documentation/i386/IO-APIC.txt>,
<file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at
<http://www.linuxdoc.org/docs.html#howto>.
<http://tldp.org/HOWTO/SMP-HOWTO.html>.

If you don't know what to do here, say N.

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/common/icst.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* published by the Free Software Foundation.
*
* Support functions for calculating clocks/divisors for the ICST307
* clock generators. See http://www.icst.com/ for more information
* clock generators. See http://www.idt.com/ for more information
* on these devices.
*
* This is an almost identical implementation to the ICST525 clock generator.
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/include/asm/hardware/icst.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* published by the Free Software Foundation.
*
* Support functions for calculating clocks/divisors for the ICST
* clock generators. See http://www.icst.com/ for more information
* clock generators. See http://www.idt.com/ for more information
* on these devices.
*/
#ifndef ASMARM_HARDWARE_ICST_H
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/mach-at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ config MACH_ONEARM
bool "Ajeco 1ARM Single Board Computer"
help
Select this if you are using Ajeco's 1ARM Single Board Computer.
<http://www.ajeco.fi/products.htm>
<http://www.ajeco.fi/>

config ARCH_AT91RM9200DK
bool "Atmel AT91RM9200-DK Development board"
Expand Down Expand Up @@ -137,7 +137,7 @@ config MACH_CARMEVA
bool "Conitec ARM&EVA"
help
Select this if you are using Conitec's AT91RM9200-MCU-Module.
<http://www.conitec.net/english/linuxboard.htm>
<http://www.conitec.net/english/linuxboard.php>

config MACH_ATEB9200
bool "Embest ATEB9200"
Expand All @@ -149,7 +149,7 @@ config MACH_KB9200
bool "KwikByte KB920x"
help
Select this if you are using KwikByte's KB920x board.
<http://kwikbyte.com/KB9202_description_new.htm>
<http://www.kwikbyte.com/KB9202.html>

config MACH_PICOTUX2XX
bool "picotux 200"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-omap1/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ config MACH_OMAP_PALMTT
help
Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
need a PalmOS compatible bootloader (Garux); check out
http://www.hackndev.com/palm/tt/ for more information.
http://garux.sourceforge.net/ for more information.
Say Y here if you have this PDA model, say N otherwise.

config MACH_SX1
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-at2440evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* and modifications by SBZ <[email protected]> and
* Weibing <http://weibing.blogbus.com>
*
* For product information, visit http://www.arm9e.com/
* For product information, visit http://www.arm.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/mach-sa1100/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ config SA1100_JORNADA720
# FIXME: select CPU_FREQ_SA11x0
help
Say Y here if you want to build a kernel for the HP Jornada 720
handheld computer. See <http://www.hp.com/jornada/products/720>
for details.
handheld computer. See
<http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#>

config SA1100_JORNADA720_SSP
bool "HP Jornada 720 Extended SSP driver"
Expand Down Expand Up @@ -145,7 +145,7 @@ config SA1100_SIMPAD
FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
like CL4 in additional it has a PCMCIA-Slot. For more information
visit <http://www.my-siemens.com/> or <http://www.siemens.ch/>.
visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.

config SA1100_SSP
tristate "Generic PIO SSP"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-sa1100/cpu-sa1100.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* This software has been developed while working on the LART
* computing board (http://www.lartmaker.nl/), which is
* sponsored by the Mobile Multi-media Communications
* (http://www.mmc.tudelft.nl/) and Ubiquitous Communications
* (http://www.mobimedia.org/) and Ubiquitous Communications
* (http://www.ubicom.tudelft.nl/) projects.
*
* The authors can be reached at:
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/nwfpe/milieu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek. More information
is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/softfloat.html'.
is available through the Web page
http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/nwfpe/softfloat-macros
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek. More information
is available through the web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/softfloat.html'.
is available through the web page
http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt

THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/nwfpe/softfloat-specialize
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek. More information
is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/softfloat.html'.
is available through the Web page
http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt

THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/nwfpe/softfloat.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ National Science Foundation under grant MIP-9311980. The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek. More information
is available through the web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/softfloat.html'.
is available through the web page
http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/nwfpe/softfloat.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ National Science Foundation under grant MIP-9311980. The original version
of this code was written as part of a project to build a fixed-point vector
processor in collaboration with the University of California at Berkeley,
overseen by Profs. Nelson Morgan and John Wawrzynek. More information
is available through the Web page `http://HTTP.CS.Berkeley.EDU/~jhauser/
arithmetic/softfloat.html'.
is available through the Web page
http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort
has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-samsung/include/plat/adc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* arch/arm/plat-samsung/include/plat/adc.h
*
* Copyright (c) 2008 Simtec Electronics
* http://armlinux.simnte.co.uk/
* http://armlinux.simtec.co.uk/
* Ben Dooks <[email protected]>
*
* S3C ADC driver information
Expand Down
2 changes: 1 addition & 1 deletion arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ config BOARD_HAMMERHEAD
will cover even the most exceptional need of memory bandwidth. Together with the onboard
video decoder the board is ready for video processing.

For more information see: http://www.miromico.com/hammerhead
For more information see: http://www.miromico.ch/index.php/hammerhead.html

config BOARD_FAVR_32
bool "Favr-32 LCD-board"
Expand Down
8 changes: 4 additions & 4 deletions arch/h8300/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config H8300H_AKI3068NET
help
AKI-H8/3068F / AKI-H8/3069F Flashmicom LAN Board Support
More Information. (Japanese Only)
<http://akizukidensi.com/catalog/h8.html>
<http://akizukidenshi.com/catalog/default.aspx>
AE-3068/69 Evaluation Board Support
More Information.
<http://www.microtronique.com/ae3069lan.htm>
Expand All @@ -36,7 +36,7 @@ config H8300H_SIM
help
GDB Simulator Support
More Information.
arch/h8300/Doc/simulator.txt
<http://sourceware.org/sid/>

config H8S_GENERIC
bool "H8S Generic"
Expand All @@ -50,14 +50,14 @@ config H8S_EDOSK2674
Renesas EDOSK-2674 Evaluation Board Support
More Information.
<http://www.azpower.com/H8-uClinux/index.html>
<http://www.eu.renesas.com/tools/edk/support/edosk2674.html>
<http://www.renesas.eu/products/tools/introductory_evaluation_tools/evaluation_development_os_kits/edosk2674r/edosk2674r_software_tools_root.jsp>

config H8S_SIM
bool "H8S Simulator"
help
GDB Simulator Support
More Information.
arch/h8300/Doc/simulator.txt
<http://sourceware.org/sid/>

endchoice

Expand Down
1 change: 1 addition & 0 deletions arch/h8300/README
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ H8/300H and H8S

4.EDOSK2674
see http://www.eu.renesas.com/products/mpumcu/tool/edk/support/edosk2674.html
http://www.uclinux.org/pub/uClinux/ports/h8/HITACHI-EDOSK2674-HOWTO
http://www.azpower.com/H8-uClinux/

* Toolchain Version
Expand Down
2 changes: 1 addition & 1 deletion arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ config SMP
Management" code will be disabled if you say Y here.

See also the SMP-HOWTO available at
<http://www.linuxdoc.org/docs.html#howto>.
<http://tldp.org/HOWTO/SMP-HOWTO.html>.

If you don't know what to do here, say N.

Expand Down
3 changes: 2 additions & 1 deletion arch/m68k/mac/macboing.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ static void mac_init_asc( void )
* 16-bit I/O functionality. The PowerBook 500 series computers
* support 16-bit stereo output, but only mono input."
*
* http://til.info.apple.com/techinfo.nsf/artnum/n16405
* Technical Information Library (TIL) article number 16405.
* http://support.apple.com/kb/TA32601
*
* --David Kilzer
*/
Expand Down
2 changes: 1 addition & 1 deletion arch/m68k/q40/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Linux for the Q40

You may try http://www.geocities.com/SiliconValley/Bay/2602/ for
some up to date information. Booter and other tools will be also
available from this place or ftp.uni-erlangen.de/linux/680x0/q40/
available from this place or http://ftp.uni-erlangen.de/pub/unix/Linux/680x0/q40/
and mirrors.

Hints to documentation usually refer to the linux source tree in
Expand Down
12 changes: 8 additions & 4 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2175,10 +2175,14 @@ config TC
bool "TURBOchannel support"
depends on MACH_DECSTATION
help
TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
processors. Documentation on writing device drivers for TurboChannel
is available at:
<http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>.
TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS
processors. TURBOchannel programming specifications are available
at:
<ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
and:
<http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/>
Linux driver support status is documented at:
<http://www.linux-mips.org/wiki/DECstation>

#config ACCESSBUS
# bool "Access.Bus support"
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/cp1emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* Kevin D. Kissell, [email protected] and Carsten Langgaard, [email protected]
* Copyright (C) 2000 MIPS Technologies, Inc.
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_add.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_div.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_fint.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_flong.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_frexp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_fsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_logb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_modf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_mul.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_scalb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_sqrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_sub.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_tint.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
1 change: 0 additions & 1 deletion arch/mips/math-emu/dp_tlong.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ########################################################################
*
Expand Down
Loading

0 comments on commit 50a23e6

Please sign in to comment.