Message ID | 20210625110419.24503-4-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove dead linux-mips.org references | expand |
On Fri, Jun 25, 2021 at 1:05 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > > The domain lookup for linux-mips.org fails for quite some time now. > Further, the two links: > > http://decstation.unix-ag.org/ https://web.archive.org/web/20061010210936/http://decstation.unix-ag.org/ > http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ https://web.archive.org/web/20050205114151/ftp.digital.com/pub/DEC/TriAdd/ > refer to old webpages or contain no further technical information. FWIW the information is still online somewhere. > Remove all those dead references. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > --- > arch/mips/Kconfig | 8 +------- > arch/mips/jazz/Kconfig | 12 +++--------- > tools/include/nolibc/nolibc.h | 3 +-- > 3 files changed, 5 insertions(+), 18 deletions(-)
On Sat, 26 Jun 2021, Philippe Mathieu-Daudé wrote: > > http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ > > https://web.archive.org/web/20050205114151/ftp.digital.com/pub/DEC/TriAdd/ I suggest: <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> as the canonical reference nowadays. If that goes offline sometime, we can think of an alternative. Maciej
On Sat, Jun 26, 2021 at 6:52 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > On Fri, Jun 25, 2021 at 1:05 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > > > > The domain lookup for linux-mips.org fails for quite some time now. > > Further, the two links: > > > > http://decstation.unix-ag.org/ > > https://web.archive.org/web/20061010210936/http://decstation.unix-ag.org/ > > > http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ > > https://web.archive.org/web/20050205114151/ftp.digital.com/pub/DEC/TriAdd/ > > > refer to old webpages or contain no further technical information. > > FWIW the information is still online somewhere. Thanks, I prefer not to reference archive.org links, because I do not think that is generally a good practice. But maybe somebody with some mild interest in this architecture can support scanning through the archived web pages and we store any information still worth mentioning in the kernel Documentation? Lukas > > > Remove all those dead references. > > > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> > > --- > > arch/mips/Kconfig | 8 +------- > > arch/mips/jazz/Kconfig | 12 +++--------- > > tools/include/nolibc/nolibc.h | 3 +-- > > 3 files changed, 5 insertions(+), 18 deletions(-)
On Sat, Jun 26, 2021 at 7:22 PM Maciej W. Rozycki <macro@orcam.me.uk> wrote: > > On Sat, 26 Jun 2021, Philippe Mathieu-Daudé wrote: > > > > http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ > > > > https://web.archive.org/web/20050205114151/ftp.digital.com/pub/DEC/TriAdd/ > > I suggest: <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/> as the > canonical reference nowadays. If that goes offline sometime, we can think > of an alternative. > Thanks, Maciej. I will update the reference to that location, when I come across to send the next version of this patch set. Lukas > Maciej
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cee6087cd686..1bebf7fa2882 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -379,9 +379,7 @@ config MACH_DECSTATION select SYS_SUPPORTS_1024HZ select MIPS_L1_CACHE_SHIFT_4 help - This enables support for DEC's MIPS based workstations. For details - see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the - DECstation porting pages on <http://decstation.unix-ag.org/>. + This enables support for DEC's MIPS based workstations. If you have one of the following DECstation Models you definitely want to choose R4xx0 for the CPU Type: @@ -3246,10 +3244,6 @@ config TC 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 MMU bool diff --git a/arch/mips/jazz/Kconfig b/arch/mips/jazz/Kconfig index 42932ca98db9..162d11670c75 100644 --- a/arch/mips/jazz/Kconfig +++ b/arch/mips/jazz/Kconfig @@ -5,9 +5,7 @@ config ACER_PICA_61 select DMA_NONCOHERENT help This is a machine with a R4400 133/150 MHz CPU. To compile a Linux - kernel that runs on these, say Y here. For details about Linux on - the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at - <http://www.linux-mips.org/>. + kernel that runs on these, say Y here. config MIPS_MAGNUM_4000 bool "Support for MIPS Magnum 4000" @@ -16,9 +14,7 @@ config MIPS_MAGNUM_4000 select SYS_SUPPORTS_BIG_ENDIAN help This is a machine with a R4000 100 MHz CPU. To compile a Linux - kernel that runs on these, say Y here. For details about Linux on - the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at - <http://www.linux-mips.org/>. + kernel that runs on these, say Y here. config OLIVETTI_M700 bool "Support for Olivetti M700-10" @@ -26,6 +22,4 @@ config OLIVETTI_M700 select DMA_NONCOHERENT help This is a machine with a R4000 100 MHz CPU. To compile a Linux - kernel that runs on these, say Y here. For details about Linux on - the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at - <http://www.linux-mips.org/>. + kernel that runs on these, say Y here. diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h index 8b7a9830dd22..754e64c4a1d1 100644 --- a/tools/include/nolibc/nolibc.h +++ b/tools/include/nolibc/nolibc.h @@ -1027,8 +1027,7 @@ struct sys_stat_struct { * - arguments are in a0, a1, a2, a3, then the stack. The caller needs to * leave some room in the stack for the callee to save a0..a3 if needed. * - Many registers are clobbered, in fact only a0..a2 and s0..s8 are - * preserved. See: https://www.linux-mips.org/wiki/Syscall as well as - * scall32-o32.S in the kernel sources. + * preserved. See: scall32-o32.S in the kernel sources. * - the system call is performed by calling "syscall" * - syscall return comes in v0, and register a3 needs to be checked to know * if an error occured, in which case errno is in v0.
The domain lookup for linux-mips.org fails for quite some time now. Further, the two links: http://decstation.unix-ag.org/ http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ refer to old webpages or contain no further technical information. Remove all those dead references. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- arch/mips/Kconfig | 8 +------- arch/mips/jazz/Kconfig | 12 +++--------- tools/include/nolibc/nolibc.h | 3 +-- 3 files changed, 5 insertions(+), 18 deletions(-)