diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-10-16 13:36:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-18 05:03:21 -0400 |
commit | 50a23e6eec6f20d55a3a920e47adb455bff6046e (patch) | |
tree | 0198dabd0a3d3aa53807fa24bd08345e985f997a /arch/mips/Kconfig | |
parent | 631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c (diff) |
Update broken web addresses in arch directory.
The patch below updates broken web addresses in the arch directory.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3ad59dde485..46062487642 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -2175,10 +2175,14 @@ config TC | |||
2175 | bool "TURBOchannel support" | 2175 | bool "TURBOchannel support" |
2176 | depends on MACH_DECSTATION | 2176 | depends on MACH_DECSTATION |
2177 | help | 2177 | help |
2178 | TurboChannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS | 2178 | TURBOchannel is a DEC (now Compaq (now HP)) bus for Alpha and MIPS |
2179 | processors. Documentation on writing device drivers for TurboChannel | 2179 | processors. TURBOchannel programming specifications are available |
2180 | is available at: | 2180 | at: |
2181 | <http://www.cs.arizona.edu/computer.help/policy/DIGITAL_unix/AA-PS3HD-TET1_html/TITLE.html>. | 2181 | <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> |
2182 | and: | ||
2183 | <http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/> | ||
2184 | Linux driver support status is documented at: | ||
2185 | <http://www.linux-mips.org/wiki/DECstation> | ||
2182 | 2186 | ||
2183 | #config ACCESSBUS | 2187 | #config ACCESSBUS |
2184 | # bool "Access.Bus support" | 2188 | # bool "Access.Bus support" |