Commit 79add627 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina

update David Miller's old email address

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8d1a7ed9
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* cmdline.c: Kernel command line creation using ARCS argc/argv. * cmdline.c: Kernel command line creation using ARCS argc/argv.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* env.c: ARCS environment variable routines. * env.c: ARCS environment variable routines.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* *
* This code is based on arch/mips/sgi/kernel/system.c, which is * This code is based on arch/mips/sgi/kernel/system.c, which is
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* PROM library initialisation code. * PROM library initialisation code.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Miscellaneous ARCS PROM routines. * Miscellaneous ARCS PROM routines.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Routines to load into memory and execute stand-along program images using * Routines to load into memory and execute stand-along program images using
* ARCS PROM firmware. * ARCS PROM firmware.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <asm/sgialib.h> #include <asm/sgialib.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Extracting time information from ARCS prom. * Extracting time information from ARCS prom.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <linux/init.h> #include <linux/init.h>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* PROM component device tree code. * PROM component device tree code.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
*/ */
......
/* /*
* asmmacro.h: Assembler macros to make things easier to read. * asmmacro.h: Assembler macros to make things easier to read.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1998, 1999, 2003 Ralf Baechle * Copyright (C) 1998, 1999, 2003 Ralf Baechle
*/ */
#ifndef _ASM_ASMMACRO_32_H #ifndef _ASM_ASMMACRO_32_H
......
/* /*
* asmmacro.h: Assembler macros to make things easier to read. * asmmacro.h: Assembler macros to make things easier to read.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1998, 1999 Ralf Baechle * Copyright (C) 1998, 1999 Ralf Baechle
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* cpu.h: Values of the PRId register used to match up * cpu.h: Values of the PRId register used to match up
* various MIPS cpu types. * various MIPS cpu types.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 2004 Maciej W. Rozycki * Copyright (C) 2004 Maciej W. Rozycki
*/ */
#ifndef _ASM_CPU_H #ifndef _ASM_CPU_H
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* Inline assembly cache operations. * Inline assembly cache operations.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997 - 2002 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1997 - 2002 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org)
*/ */
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* SGI ARCS firmware interface library for the Linux kernel. * SGI ARCS firmware interface library for the Linux kernel.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 2001, 2002 Ralf Baechle (ralf@gnu.org) * Copyright (C) 2001, 2002 Ralf Baechle (ralf@gnu.org)
*/ */
#ifndef _ASM_SGIALIB_H #ifndef _ASM_SGIALIB_H
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* ARC firmware interface defines. * ARC firmware interface defines.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999, 2001 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1999, 2001 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* for more details. * for more details.
* *
* Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1994, 1995, 1996, by Andreas Busse * Copyright (C) 1994, 1995, 1996, by Andreas Busse
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2000 MIPS Technologies, Inc. * Copyright (C) 2000 MIPS Technologies, Inc.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Copyright (C) 1996, 1998 by Ralf Baechle * Copyright (C) 1996, 1998 by Ralf Baechle
* *
* Multi-arch abstraction and asm macros for easier reading: * Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* Further modifications to make this work: * Further modifications to make this work:
* Copyright (c) 1998 Harald Koerfgen * Copyright (c) 1998 Harald Koerfgen
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Copyright (C) 1994, 1995, 1996 by Andreas Busse * Copyright (C) 1994, 1995, 1996 by Andreas Busse
* *
* Multi-cpu abstraction and macros for easier reading: * Multi-cpu abstraction and macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* Further modifications to make this work: * Further modifications to make this work:
* Copyright (c) 1998-2000 Harald Koerfgen * Copyright (c) 1998-2000 Harald Koerfgen
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Copyright (C) 1996, 98, 99, 2000, 01 Ralf Baechle * Copyright (C) 1996, 98, 99, 2000, 01 Ralf Baechle
* *
* Multi-arch abstraction and asm macros for easier reading: * Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* Carsten Langgaard, carstenl@mips.com * Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. * Copyright (C) 2000 MIPS Technologies, Inc.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* for more details. * for more details.
* *
* Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1994, 1995, 1996, by Andreas Busse * Copyright (C) 1994, 1995, 1996, by Andreas Busse
* Copyright (C) 1999 Silicon Graphics, Inc. * Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2000 MIPS Technologies, Inc. * Copyright (C) 2000 MIPS Technologies, Inc.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Copyright (C) 1996 by Ralf Baechle * Copyright (C) 1996 by Ralf Baechle
* *
* Multi-arch abstraction and asm macros for easier reading: * Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#include <asm/asm.h> #include <asm/asm.h>
#include <asm/fpregdef.h> #include <asm/fpregdef.h>
......
/* /*
* r2300.c: R2000 and R3000 specific mmu/cache code. * r2300.c: R2000 and R3000 specific mmu/cache code.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* with a lot of changes to make this thing work for R3000s * with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK * Tx39XX R4k style caches added. HK
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * for more details.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*/ */
......
/* /*
* r2300.c: R2000 and R3000 specific mmu/cache code. * r2300.c: R2000 and R3000 specific mmu/cache code.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* with a lot of changes to make this thing work for R3000s * with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK * Tx39XX R4k style caches added. HK
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* sc-ip22.c: Indy cache management functions. * sc-ip22.c: Indy cache management functions.
* *
* Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org),
* derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). * derived from r4xx0.c by David S. Miller (davem@davemloft.net).
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /*
* Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org),
* derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). * derived from r4xx0.c by David S. Miller (davem@davemloft.net).
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
/* /*
* r2300.c: R2000 and R3000 specific mmu/cache code. * r2300.c: R2000 and R3000 specific mmu/cache code.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* with a lot of changes to make this thing work for R3000s * with a lot of changes to make this thing work for R3000s
* Tx39XX R4k style caches added. HK * Tx39XX R4k style caches added. HK
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * for more details.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org
* Carsten Langgaard, carstenl@mips.com * Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved. * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * for more details.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org
* Carsten Langgaard, carstenl@mips.com * Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved. * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
......
/* /*
* ip22-hpc.c: Routines for generic manipulation of the HPC controllers. * ip22-hpc.c: Routines for generic manipulation of the HPC controllers.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1998 Ralf Baechle * Copyright (C) 1998 Ralf Baechle
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ip22-int.c: Routines for generic manipulation of the INT[23] ASIC * ip22-int.c: Routines for generic manipulation of the INT[23] ASIC
* found on INDY and Indigo2 workstations. * found on INDY and Indigo2 workstations.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org)
* Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu)
* - Indigo2 changes * - Indigo2 changes
......
/* /*
* ip22-mc.c: Routines for manipulating SGI Memory Controller. * ip22-mc.c: Routines for manipulating SGI Memory Controller.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes
* Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org) * Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org)
* Copyright (C) 2004 Peter Fuerst (pf@net.alphadv.de) - IP28 * Copyright (C) 2004 Peter Fuerst (pf@net.alphadv.de) - IP28
......
/* /*
* ip22-setup.c: SGI specific setup, including init of the feature struct. * ip22-setup.c: SGI specific setup, including init of the feature struct.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org) * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org)
*/ */
#include <linux/init.h> #include <linux/init.h>
......
/* /*
* sgiseeq.c: Seeq8003 ethernet driver for SGI machines. * sgiseeq.c: Seeq8003 ethernet driver for SGI machines.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#undef DEBUG #undef DEBUG
......
/* /*
* sgiseeq.h: Defines for the Seeq8003 ethernet controller. * sgiseeq.h: Defines for the Seeq8003 ethernet controller.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
*/ */
#ifndef _SGISEEQ_H #ifndef _SGISEEQ_H
#define _SGISEEQ_H #define _SGISEEQ_H
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
* for more details. * for more details.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu)
* Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org)
* Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org)
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* This driver is based on sgicons.c and cons_newport. * This driver is based on sgicons.c and cons_newport.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx) * Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
*/ */
#include <linux/init.h> #include <linux/init.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* newport.h: Defines and register layout for NEWPORT graphics * newport.h: Defines and register layout for NEWPORT graphics
* hardware. * hardware.
* *
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
* *
* Ulf Carlsson - Compability with the IRIX structures added * Ulf Carlsson - Compability with the IRIX structures added
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment