Changeset 466
- Timestamp:
- 10/03/07 15:08:31 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/linux/patches/001-mct.patch
r464 r466 1 1 diff -Naru linux-2.4.35.3/Makefile linux-2.4.35.3-mct/Makefile 2 2 --- linux-2.4.35.3/Makefile 2007-09-24 00:02:58.000000000 +0200 3 +++ linux-2.4.35.3-mct/Makefile 2007-10-03 1 2:52:29.000000000 +02003 +++ linux-2.4.35.3-mct/Makefile 2007-10-03 15:04:47.000000000 +0200 4 4 @@ -1,11 +1,11 @@ 5 5 VERSION = 2 … … 53 53 diff -Naru linux-2.4.35.3/arch/mips/Makefile linux-2.4.35.3-mct/arch/mips/Makefile 54 54 --- linux-2.4.35.3/arch/mips/Makefile 2007-09-24 00:02:58.000000000 +0200 55 +++ linux-2.4.35.3-mct/arch/mips/Makefile 2007-10-03 1 2:51:40.000000000 +020055 +++ linux-2.4.35.3-mct/arch/mips/Makefile 2007-10-03 15:04:47.000000000 +0200 56 56 @@ -44,8 +44,8 @@ 57 57 GCCFLAGS := -I $(TOPDIR)/include/asm/gcc … … 121 121 diff -Naru linux-2.4.35.3/arch/mips/config-shared.in linux-2.4.35.3-mct/arch/mips/config-shared.in 122 122 --- linux-2.4.35.3/arch/mips/config-shared.in 2007-09-24 00:02:58.000000000 +0200 123 +++ linux-2.4.35.3-mct/arch/mips/config-shared.in 2007-10-03 1 2:51:40.000000000 +0200123 +++ linux-2.4.35.3-mct/arch/mips/config-shared.in 2007-10-03 15:04:47.000000000 +0200 124 124 @@ -214,6 +214,31 @@ 125 125 … … 194 194 diff -Naru linux-2.4.35.3/arch/mips/kernel/head.S linux-2.4.35.3-mct/arch/mips/kernel/head.S 195 195 --- linux-2.4.35.3/arch/mips/kernel/head.S 2007-09-24 00:02:58.000000000 +0200 196 +++ linux-2.4.35.3-mct/arch/mips/kernel/head.S 2007-10-03 1 2:51:41.000000000 +0200196 +++ linux-2.4.35.3-mct/arch/mips/kernel/head.S 2007-10-03 15:04:48.000000000 +0200 197 197 @@ -21,25 +21,57 @@ 198 198 #include <asm/asm.h> … … 467 467 diff -Naru linux-2.4.35.3/arch/mips/kernel/setup.c linux-2.4.35.3-mct/arch/mips/kernel/setup.c 468 468 --- linux-2.4.35.3/arch/mips/kernel/setup.c 2007-09-24 00:02:58.000000000 +0200 469 +++ linux-2.4.35.3-mct/arch/mips/kernel/setup.c 2007-10-03 1 2:51:41.000000000 +0200469 +++ linux-2.4.35.3-mct/arch/mips/kernel/setup.c 2007-10-03 15:04:48.000000000 +0200 470 470 @@ -678,6 +678,11 @@ 471 471 tx4927_setup(); … … 482 482 diff -Naru linux-2.4.35.3/arch/mips/ld.script.in linux-2.4.35.3-mct/arch/mips/ld.script.in 483 483 --- linux-2.4.35.3/arch/mips/ld.script.in 2007-09-24 00:02:58.000000000 +0200 484 +++ linux-2.4.35.3-mct/arch/mips/ld.script.in 2007-10-03 1 2:51:41.000000000 +0200484 +++ linux-2.4.35.3-mct/arch/mips/ld.script.in 2007-10-03 15:04:48.000000000 +0200 485 485 @@ -9,6 +9,7 @@ 486 486 { … … 524 524 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/Makefile linux-2.4.35.3-mct/arch/mips/mct-boards/generic/Makefile 525 525 --- linux-2.4.35.3/arch/mips/mct-boards/generic/Makefile 1970-01-01 01:00:00.000000000 +0100 526 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/Makefile 2007-10-03 1 2:51:41.000000000 +0200526 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/Makefile 2007-10-03 15:04:48.000000000 +0200 527 527 @@ -0,0 +1,32 @@ 528 528 +# … … 560 560 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/basic_io.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/basic_io.c 561 561 --- linux-2.4.35.3/arch/mips/mct-boards/generic/basic_io.c 1970-01-01 01:00:00.000000000 +0100 562 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/basic_io.c 2007-10-03 1 2:59:54.000000000 +0200562 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/basic_io.c 2007-10-03 15:07:28.000000000 +0200 563 563 @@ -0,0 +1,336 @@ 564 564 +#include <linux/config.h> … … 820 820 + if (ret) { 821 821 + printk(KERN_ERR 822 + "kmod: failed to exec %s , errno = %d\n",823 + reset_path , errno);822 + "kmod: failed to exec %s\n" 823 + reset_path); 824 824 + } 825 825 + return ret; … … 900 900 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/dma.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dma.c 901 901 --- linux-2.4.35.3/arch/mips/mct-boards/generic/dma.c 1970-01-01 01:00:00.000000000 +0100 902 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dma.c 2007-10-03 1 2:51:41.000000000 +0200902 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dma.c 2007-10-03 15:04:48.000000000 +0200 903 903 @@ -0,0 +1,888 @@ 904 904 +/* … … 1792 1792 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx3927.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx3927.c 1793 1793 --- linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx3927.c 1970-01-01 01:00:00.000000000 +0100 1794 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx3927.c 2007-10-03 1 2:51:41.000000000 +02001794 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx3927.c 2007-10-03 15:04:48.000000000 +0200 1795 1795 @@ -0,0 +1,38 @@ 1796 1796 +/* … … 1834 1834 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx4925.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4925.c 1835 1835 --- linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx4925.c 1970-01-01 01:00:00.000000000 +0100 1836 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4925.c 2007-10-03 1 2:51:41.000000000 +02001836 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4925.c 2007-10-03 15:04:48.000000000 +0200 1837 1837 @@ -0,0 +1,120 @@ 1838 1838 +/* … … 1958 1958 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx4927.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4927.c 1959 1959 --- linux-2.4.35.3/arch/mips/mct-boards/generic/dump_tx4927.c 1970-01-01 01:00:00.000000000 +0100 1960 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4927.c 2007-10-03 1 2:51:41.000000000 +02001960 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4927.c 2007-10-03 15:04:48.000000000 +0200 1961 1961 @@ -0,0 +1,130 @@ 1962 1962 +/* … … 2092 2092 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/gdb_hook.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/gdb_hook.c 2093 2093 --- linux-2.4.35.3/arch/mips/mct-boards/generic/gdb_hook.c 1970-01-01 01:00:00.000000000 +0100 2094 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/gdb_hook.c 2007-10-03 1 2:51:41.000000000 +02002094 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/gdb_hook.c 2007-10-03 15:04:48.000000000 +0200 2095 2095 @@ -0,0 +1,451 @@ 2096 2096 +/* … … 2547 2547 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/ide-jmi39io2.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/ide-jmi39io2.c 2548 2548 --- linux-2.4.35.3/arch/mips/mct-boards/generic/ide-jmi39io2.c 1970-01-01 01:00:00.000000000 +0100 2549 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/ide-jmi39io2.c 2007-10-03 1 2:51:41.000000000 +02002549 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/ide-jmi39io2.c 2007-10-03 15:04:48.000000000 +0200 2550 2550 @@ -0,0 +1,64 @@ 2551 2551 +/* … … 2615 2615 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/int-handler.S linux-2.4.35.3-mct/arch/mips/mct-boards/generic/int-handler.S 2616 2616 --- linux-2.4.35.3/arch/mips/mct-boards/generic/int-handler.S 1970-01-01 01:00:00.000000000 +0100 2617 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/int-handler.S 2007-10-03 1 2:51:41.000000000 +02002617 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/int-handler.S 2007-10-03 15:04:48.000000000 +0200 2618 2618 @@ -0,0 +1,165 @@ 2619 2619 +/* … … 2784 2784 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/irq.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq.c 2785 2785 --- linux-2.4.35.3/arch/mips/mct-boards/generic/irq.c 1970-01-01 01:00:00.000000000 +0100 2786 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq.c 2007-10-03 1 2:51:41.000000000 +02002786 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq.c 2007-10-03 15:04:48.000000000 +0200 2787 2787 @@ -0,0 +1,336 @@ 2788 2788 +/* … … 3124 3124 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/irq_jmi39io2isac.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_jmi39io2isac.c 3125 3125 --- linux-2.4.35.3/arch/mips/mct-boards/generic/irq_jmi39io2isac.c 1970-01-01 01:00:00.000000000 +0100 3126 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_jmi39io2isac.c 2007-10-03 1 2:51:41.000000000 +02003126 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_jmi39io2isac.c 2007-10-03 15:04:48.000000000 +0200 3127 3127 @@ -0,0 +1,183 @@ 3128 3128 +/* … … 3311 3311 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx3927.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx3927.c 3312 3312 --- linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx3927.c 1970-01-01 01:00:00.000000000 +0100 3313 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx3927.c 2007-10-03 1 2:51:41.000000000 +02003313 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx3927.c 2007-10-03 15:04:48.000000000 +0200 3314 3314 @@ -0,0 +1,125 @@ 3315 3315 +/* … … 3440 3440 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx4925.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4925.c 3441 3441 --- linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx4925.c 1970-01-01 01:00:00.000000000 +0100 3442 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4925.c 2007-10-03 1 2:51:41.000000000 +02003442 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4925.c 2007-10-03 15:04:48.000000000 +0200 3443 3443 @@ -0,0 +1,140 @@ 3444 3444 +/* … … 3584 3584 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx4927.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4927.c 3585 3585 --- linux-2.4.35.3/arch/mips/mct-boards/generic/irq_tx4927.c 1970-01-01 01:00:00.000000000 +0100 3586 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4927.c 2007-10-03 1 2:51:41.000000000 +02003586 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4927.c 2007-10-03 15:04:48.000000000 +0200 3587 3587 @@ -0,0 +1,120 @@ 3588 3588 +/* … … 3708 3708 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/kbd-jmi39io2.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/kbd-jmi39io2.c 3709 3709 --- linux-2.4.35.3/arch/mips/mct-boards/generic/kbd-jmi39io2.c 1970-01-01 01:00:00.000000000 +0100 3710 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/kbd-jmi39io2.c 2007-10-03 1 2:51:41.000000000 +02003710 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/kbd-jmi39io2.c 2007-10-03 15:04:48.000000000 +0200 3711 3711 @@ -0,0 +1,101 @@ 3712 3712 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 3813 3813 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/pci.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pci.c 3814 3814 --- linux-2.4.35.3/arch/mips/mct-boards/generic/pci.c 1970-01-01 01:00:00.000000000 +0100 3815 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pci.c 2007-10-03 1 2:51:41.000000000 +02003815 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pci.c 2007-10-03 15:04:48.000000000 +0200 3816 3816 @@ -0,0 +1,351 @@ 3817 3817 +/* … … 4168 4168 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/pmon-low.S linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon-low.S 4169 4169 --- linux-2.4.35.3/arch/mips/mct-boards/generic/pmon-low.S 1970-01-01 01:00:00.000000000 +0100 4170 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon-low.S 2007-10-03 1 2:51:41.000000000 +02004170 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon-low.S 2007-10-03 15:04:48.000000000 +0200 4171 4171 @@ -0,0 +1,50 @@ 4172 4172 +/* … … 4222 4222 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/pmon.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon.c 4223 4223 --- linux-2.4.35.3/arch/mips/mct-boards/generic/pmon.c 1970-01-01 01:00:00.000000000 +0100 4224 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon.c 2007-10-03 1 2:51:41.000000000 +02004224 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon.c 2007-10-03 15:04:48.000000000 +0200 4225 4225 @@ -0,0 +1,59 @@ 4226 4226 +/* … … 4285 4285 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/proc.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/proc.c 4286 4286 --- linux-2.4.35.3/arch/mips/mct-boards/generic/proc.c 1970-01-01 01:00:00.000000000 +0100 4287 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/proc.c 2007-10-03 1 2:51:41.000000000 +02004287 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/proc.c 2007-10-03 15:04:48.000000000 +0200 4288 4288 @@ -0,0 +1,429 @@ 4289 4289 +#include <linux/module.h> … … 4719 4719 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/prom.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/prom.c 4720 4720 --- linux-2.4.35.3/arch/mips/mct-boards/generic/prom.c 1970-01-01 01:00:00.000000000 +0100 4721 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/prom.c 2007-10-03 1 2:51:41.000000000 +02004721 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/prom.c 2007-10-03 15:04:48.000000000 +0200 4722 4722 @@ -0,0 +1,387 @@ 4723 4723 +/* … … 5110 5110 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/rtl8305.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/rtl8305.c 5111 5111 --- linux-2.4.35.3/arch/mips/mct-boards/generic/rtl8305.c 1970-01-01 01:00:00.000000000 +0100 5112 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/rtl8305.c 2007-10-03 1 2:51:41.000000000 +02005112 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/rtl8305.c 2007-10-03 15:04:48.000000000 +0200 5113 5113 @@ -0,0 +1,175 @@ 5114 5114 +#include <linux/config.h> … … 5289 5289 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/setup.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/setup.c 5290 5290 --- linux-2.4.35.3/arch/mips/mct-boards/generic/setup.c 1970-01-01 01:00:00.000000000 +0100 5291 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/setup.c 2007-10-03 1 2:51:41.000000000 +02005291 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/setup.c 2007-10-03 15:04:48.000000000 +0200 5292 5292 @@ -0,0 +1,613 @@ 5293 5293 +/* … … 5906 5906 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/generic/wbflush.c linux-2.4.35.3-mct/arch/mips/mct-boards/generic/wbflush.c 5907 5907 --- linux-2.4.35.3/arch/mips/mct-boards/generic/wbflush.c 1970-01-01 01:00:00.000000000 +0100 5908 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/wbflush.c 2007-10-03 1 2:51:41.000000000 +02005908 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/wbflush.c 2007-10-03 15:04:48.000000000 +0200 5909 5909 @@ -0,0 +1,70 @@ 5910 5910 +/* … … 5980 5980 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/Makefile linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/Makefile 5981 5981 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/Makefile 1970-01-01 01:00:00.000000000 +0100 5982 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/Makefile 2007-10-03 1 2:51:41.000000000 +02005982 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/Makefile 2007-10-03 15:04:48.000000000 +0200 5983 5983 @@ -0,0 +1,24 @@ 5984 5984 +# … … 6008 6008 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/irq.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/irq.c 6009 6009 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/irq.c 1970-01-01 01:00:00.000000000 +0100 6010 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/irq.c 2007-10-03 1 2:51:41.000000000 +02006010 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/irq.c 2007-10-03 15:04:48.000000000 +0200 6011 6011 @@ -0,0 +1,461 @@ 6012 6012 +/* … … 6473 6473 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/pci.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/pci.c 6474 6474 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/pci.c 1970-01-01 01:00:00.000000000 +0100 6475 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/pci.c 2007-10-03 1 2:51:41.000000000 +02006475 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/pci.c 2007-10-03 15:04:48.000000000 +0200 6476 6476 @@ -0,0 +1,210 @@ 6477 6477 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 6687 6687 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/power.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/power.c 6688 6688 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/power.c 1970-01-01 01:00:00.000000000 +0100 6689 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/power.c 2007-10-03 1 2:51:41.000000000 +02006689 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/power.c 2007-10-03 15:04:48.000000000 +0200 6690 6690 @@ -0,0 +1,157 @@ 6691 6691 + … … 6848 6848 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/prom.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/prom.c 6849 6849 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/prom.c 1970-01-01 01:00:00.000000000 +0100 6850 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/prom.c 2007-10-03 1 2:51:41.000000000 +02006850 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/prom.c 2007-10-03 15:04:48.000000000 +0200 6851 6851 @@ -0,0 +1,37 @@ 6852 6852 +/* … … 6889 6889 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/s3511a.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/s3511a.c 6890 6890 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/s3511a.c 1970-01-01 01:00:00.000000000 +0100 6891 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/s3511a.c 2007-10-03 1 2:51:41.000000000 +02006891 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/s3511a.c 2007-10-03 15:04:48.000000000 +0200 6892 6892 @@ -0,0 +1,324 @@ 6893 6893 +#include <linux/config.h> … … 7217 7217 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/setup.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/setup.c 7218 7218 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/setup.c 1970-01-01 01:00:00.000000000 +0100 7219 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/setup.c 2007-10-03 1 2:51:41.000000000 +02007219 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/setup.c 2007-10-03 15:04:48.000000000 +0200 7220 7220 @@ -0,0 +1,721 @@ 7221 7221 +/* … … 7942 7942 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/time.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/time.c 7943 7943 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/time.c 1970-01-01 01:00:00.000000000 +0100 7944 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/time.c 2007-10-03 1 2:51:41.000000000 +02007944 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/time.c 2007-10-03 15:04:48.000000000 +0200 7945 7945 @@ -0,0 +1,105 @@ 7946 7946 +/* … … 8051 8051 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sg4x00/wdtmr.c linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/wdtmr.c 8052 8052 --- linux-2.4.35.3/arch/mips/mct-boards/sg4x00/wdtmr.c 1970-01-01 01:00:00.000000000 +0100 8053 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/wdtmr.c 2007-10-03 1 2:51:41.000000000 +02008053 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/wdtmr.c 2007-10-03 15:04:48.000000000 +0200 8054 8054 @@ -0,0 +1,65 @@ 8055 8055 + … … 8120 8120 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/Makefile linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/Makefile 8121 8121 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/Makefile 1970-01-01 01:00:00.000000000 +0100 8122 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/Makefile 2007-10-03 1 2:51:41.000000000 +02008122 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/Makefile 2007-10-03 15:04:48.000000000 +0200 8123 8123 @@ -0,0 +1,32 @@ 8124 8124 +# … … 8156 8156 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/irq.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/irq.c 8157 8157 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/irq.c 1970-01-01 01:00:00.000000000 +0100 8158 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/irq.c 2007-10-03 1 2:51:41.000000000 +02008158 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/irq.c 2007-10-03 15:04:48.000000000 +0200 8159 8159 @@ -0,0 +1,327 @@ 8160 8160 +/* … … 8487 8487 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/pci.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/pci.c 8488 8488 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/pci.c 1970-01-01 01:00:00.000000000 +0100 8489 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/pci.c 2007-10-03 1 2:51:41.000000000 +02008489 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/pci.c 2007-10-03 15:04:48.000000000 +0200 8490 8490 @@ -0,0 +1,202 @@ 8491 8491 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 8693 8693 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/power.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/power.c 8694 8694 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/power.c 1970-01-01 01:00:00.000000000 +0100 8695 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/power.c 2007-10-03 1 2:51:41.000000000 +02008695 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/power.c 2007-10-03 15:04:48.000000000 +0200 8696 8696 @@ -0,0 +1,175 @@ 8697 8697 + … … 8872 8872 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/prom.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/prom.c 8873 8873 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/prom.c 1970-01-01 01:00:00.000000000 +0100 8874 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/prom.c 2007-10-03 1 2:51:41.000000000 +02008874 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/prom.c 2007-10-03 15:04:48.000000000 +0200 8875 8875 @@ -0,0 +1,38 @@ 8876 8876 +/* … … 8914 8914 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/rtc.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/rtc.c 8915 8915 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/rtc.c 1970-01-01 01:00:00.000000000 +0100 8916 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/rtc.c 2007-10-03 1 2:51:41.000000000 +02008916 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/rtc.c 2007-10-03 15:04:48.000000000 +0200 8917 8917 @@ -0,0 +1,35 @@ 8918 8918 +/* … … 8953 8953 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/s3511a.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/s3511a.c 8954 8954 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/s3511a.c 1970-01-01 01:00:00.000000000 +0100 8955 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/s3511a.c 2007-10-03 1 2:51:41.000000000 +02008955 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/s3511a.c 2007-10-03 15:04:48.000000000 +0200 8956 8956 @@ -0,0 +1,353 @@ 8957 8957 +#include <linux/config.h> … … 9310 9310 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/setup.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/setup.c 9311 9311 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/setup.c 1970-01-01 01:00:00.000000000 +0100 9312 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/setup.c 2007-10-03 1 2:51:41.000000000 +02009312 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/setup.c 2007-10-03 15:04:48.000000000 +0200 9313 9313 @@ -0,0 +1,449 @@ 9314 9314 +/* … … 9763 9763 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/time.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/time.c 9764 9764 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/time.c 1970-01-01 01:00:00.000000000 +0100 9765 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/time.c 2007-10-03 1 2:51:41.000000000 +02009765 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/time.c 2007-10-03 15:04:48.000000000 +0200 9766 9766 @@ -0,0 +1,98 @@ 9767 9767 +/* … … 9865 9865 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/sgx00/wdtmr.c linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/wdtmr.c 9866 9866 --- linux-2.4.35.3/arch/mips/mct-boards/sgx00/wdtmr.c 1970-01-01 01:00:00.000000000 +0100 9867 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/wdtmr.c 2007-10-03 1 2:51:41.000000000 +02009867 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/wdtmr.c 2007-10-03 15:04:48.000000000 +0200 9868 9868 @@ -0,0 +1,64 @@ 9869 9869 + … … 9933 9933 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/Makefile linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/Makefile 9934 9934 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/Makefile 1970-01-01 01:00:00.000000000 +0100 9935 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/Makefile 2007-10-03 1 2:51:41.000000000 +02009935 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/Makefile 2007-10-03 15:04:48.000000000 +0200 9936 9936 @@ -0,0 +1,24 @@ 9937 9937 +# … … 9961 9961 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/int-handler.S linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/int-handler.S 9962 9962 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/int-handler.S 1970-01-01 01:00:00.000000000 +0100 9963 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/int-handler.S 2007-10-03 1 2:51:41.000000000 +02009963 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/int-handler.S 2007-10-03 15:04:48.000000000 +0200 9964 9964 @@ -0,0 +1,114 @@ 9965 9965 +/* … … 10079 10079 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/irq.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/irq.c 10080 10080 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/irq.c 1970-01-01 01:00:00.000000000 +0100 10081 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/irq.c 2007-10-03 1 2:51:41.000000000 +020010081 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/irq.c 2007-10-03 15:04:48.000000000 +0200 10082 10082 @@ -0,0 +1,456 @@ 10083 10083 +/* … … 10539 10539 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/pci.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/pci.c 10540 10540 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/pci.c 1970-01-01 01:00:00.000000000 +0100 10541 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/pci.c 2007-10-03 1 2:51:41.000000000 +020010541 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/pci.c 2007-10-03 15:04:48.000000000 +0200 10542 10542 @@ -0,0 +1,210 @@ 10543 10543 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 10753 10753 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/prom.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/prom.c 10754 10754 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/prom.c 1970-01-01 01:00:00.000000000 +0100 10755 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/prom.c 2007-10-03 1 2:51:41.000000000 +020010755 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/prom.c 2007-10-03 15:04:48.000000000 +0200 10756 10756 @@ -0,0 +1,40 @@ 10757 10757 +/* … … 10797 10797 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/rtc.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/rtc.c 10798 10798 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/rtc.c 1970-01-01 01:00:00.000000000 +0100 10799 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/rtc.c 2007-10-03 1 2:51:41.000000000 +020010799 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/rtc.c 2007-10-03 15:04:48.000000000 +0200 10800 10800 @@ -0,0 +1,45 @@ 10801 10801 +/* … … 10846 10846 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/setup.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/setup.c 10847 10847 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/setup.c 1970-01-01 01:00:00.000000000 +0100 10848 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/setup.c 2007-10-03 1 2:51:41.000000000 +020010848 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/setup.c 2007-10-03 15:04:48.000000000 +0200 10849 10849 @@ -0,0 +1,464 @@ 10850 10850 +/* … … 11314 11314 diff -Naru linux-2.4.35.3/arch/mips/mct-boards/tsdb/time.c linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/time.c 11315 11315 --- linux-2.4.35.3/arch/mips/mct-boards/tsdb/time.c 1970-01-01 01:00:00.000000000 +0100 11316 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/time.c 2007-10-03 1 2:51:41.000000000 +020011316 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/time.c 2007-10-03 15:04:48.000000000 +0200 11317 11317 @@ -0,0 +1,105 @@ 11318 11318 +/* … … 11423 11423 diff -Naru linux-2.4.35.3/arch/mips/pci/pci.c linux-2.4.35.3-mct/arch/mips/pci/pci.c 11424 11424 --- linux-2.4.35.3/arch/mips/pci/pci.c 2007-09-24 00:02:58.000000000 +0200 11425 +++ linux-2.4.35.3-mct/arch/mips/pci/pci.c 2007-10-03 1 2:51:41.000000000 +020011425 +++ linux-2.4.35.3-mct/arch/mips/pci/pci.c 2007-10-03 15:04:48.000000000 +0200 11426 11426 @@ -12,6 +12,7 @@ 11427 11427 … … 11468 11468 diff -Naru linux-2.4.35.3/drivers/char/Config.in linux-2.4.35.3-mct/drivers/char/Config.in 11469 11469 --- linux-2.4.35.3/drivers/char/Config.in 2007-09-24 00:02:58.000000000 +0200 11470 +++ linux-2.4.35.3-mct/drivers/char/Config.in 2007-10-03 1 2:51:41.000000000 +020011470 +++ linux-2.4.35.3-mct/drivers/char/Config.in 2007-10-03 15:04:48.000000000 +0200 11471 11471 @@ -104,6 +104,8 @@ 11472 11472 if [ "$CONFIG_TXX927_SERIAL" = "y" ]; then … … 11480 11480 diff -Naru linux-2.4.35.3/drivers/char/Makefile linux-2.4.35.3-mct/drivers/char/Makefile 11481 11481 --- linux-2.4.35.3/drivers/char/Makefile 2007-09-24 00:02:58.000000000 +0200 11482 +++ linux-2.4.35.3-mct/drivers/char/Makefile 2007-10-03 1 2:51:41.000000000 +020011482 +++ linux-2.4.35.3-mct/drivers/char/Makefile 2007-10-03 15:04:48.000000000 +0200 11483 11483 @@ -217,6 +217,7 @@ 11484 11484 obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o … … 11491 11491 diff -Naru linux-2.4.35.3/drivers/char/serial_mct_txx927.c linux-2.4.35.3-mct/drivers/char/serial_mct_txx927.c 11492 11492 --- linux-2.4.35.3/drivers/char/serial_mct_txx927.c 1970-01-01 01:00:00.000000000 +0100 11493 +++ linux-2.4.35.3-mct/drivers/char/serial_mct_txx927.c 2007-10-03 1 2:51:41.000000000 +020011493 +++ linux-2.4.35.3-mct/drivers/char/serial_mct_txx927.c 2007-10-03 15:04:48.000000000 +0200 11494 11494 @@ -0,0 +1,1349 @@ 11495 11495 +/* … … 12844 12844 diff -Naru linux-2.4.35.3/drivers/char/tty_io.c linux-2.4.35.3-mct/drivers/char/tty_io.c 12845 12845 --- linux-2.4.35.3/drivers/char/tty_io.c 2007-09-24 00:02:58.000000000 +0200 12846 +++ linux-2.4.35.3-mct/drivers/char/tty_io.c 2007-10-03 1 2:51:41.000000000 +020012846 +++ linux-2.4.35.3-mct/drivers/char/tty_io.c 2007-10-03 15:04:48.000000000 +0200 12847 12847 @@ -164,6 +164,9 @@ 12848 12848 extern void sb1250_serial_console_init(void); … … 12867 12867 diff -Naru linux-2.4.35.3/drivers/ide/Config.in linux-2.4.35.3-mct/drivers/ide/Config.in 12868 12868 --- linux-2.4.35.3/drivers/ide/Config.in 2007-09-24 00:02:58.000000000 +0200 12869 +++ linux-2.4.35.3-mct/drivers/ide/Config.in 2007-10-03 1 2:51:41.000000000 +020012869 +++ linux-2.4.35.3-mct/drivers/ide/Config.in 2007-10-03 15:04:48.000000000 +0200 12870 12870 @@ -60,6 +60,7 @@ 12871 12871 dep_mbool ' HPT34X AUTODMA support (WIP)' CONFIG_HPT34X_AUTODMA $CONFIG_BLK_DEV_HPT34X $CONFIG_IDEDMA_PCI_WIP … … 12878 12878 diff -Naru linux-2.4.35.3/drivers/ide/ide-iops.c linux-2.4.35.3-mct/drivers/ide/ide-iops.c 12879 12879 --- linux-2.4.35.3/drivers/ide/ide-iops.c 2007-09-24 00:02:58.000000000 +0200 12880 +++ linux-2.4.35.3-mct/drivers/ide/ide-iops.c 2007-10-03 1 2:51:41.000000000 +020012880 +++ linux-2.4.35.3-mct/drivers/ide/ide-iops.c 2007-10-03 15:04:48.000000000 +0200 12881 12881 @@ -1099,7 +1099,7 @@ 12882 12882 use. When they take an IRQ they check STS but also that … … 12890 12890 diff -Naru linux-2.4.35.3/drivers/ide/ide-probe.c linux-2.4.35.3-mct/drivers/ide/ide-probe.c 12891 12891 --- linux-2.4.35.3/drivers/ide/ide-probe.c 2007-09-24 00:02:58.000000000 +0200 12892 +++ linux-2.4.35.3-mct/drivers/ide/ide-probe.c 2007-10-03 1 2:51:41.000000000 +020012892 +++ linux-2.4.35.3-mct/drivers/ide/ide-probe.c 2007-10-03 15:04:48.000000000 +0200 12893 12893 @@ -460,6 +460,19 @@ 12894 12894 ide_delay_50ms(); … … 12913 12913 diff -Naru linux-2.4.35.3/drivers/ide/pci/Makefile linux-2.4.35.3-mct/drivers/ide/pci/Makefile 12914 12914 --- linux-2.4.35.3/drivers/ide/pci/Makefile 2007-09-24 00:02:58.000000000 +0200 12915 +++ linux-2.4.35.3-mct/drivers/ide/pci/Makefile 2007-10-03 1 2:51:41.000000000 +020012915 +++ linux-2.4.35.3-mct/drivers/ide/pci/Makefile 2007-10-03 15:04:48.000000000 +0200 12916 12916 @@ -23,6 +23,7 @@ 12917 12917 obj-$(CONFIG_BLK_DEV_PDC202XX_OLD) += pdc202xx_old.o … … 12924 12924 diff -Naru linux-2.4.35.3/drivers/ide/pci/it821x.c linux-2.4.35.3-mct/drivers/ide/pci/it821x.c 12925 12925 --- linux-2.4.35.3/drivers/ide/pci/it821x.c 1970-01-01 01:00:00.000000000 +0100 12926 +++ linux-2.4.35.3-mct/drivers/ide/pci/it821x.c 2007-10-03 1 2:51:41.000000000 +020012926 +++ linux-2.4.35.3-mct/drivers/ide/pci/it821x.c 2007-10-03 15:04:48.000000000 +0200 12927 12927 @@ -0,0 +1,850 @@ 12928 12928 + … … 13778 13778 diff -Naru linux-2.4.35.3/drivers/mtd/maps/Config.in linux-2.4.35.3-mct/drivers/mtd/maps/Config.in 13779 13779 --- linux-2.4.35.3/drivers/mtd/maps/Config.in 2007-09-24 00:02:58.000000000 +0200 13780 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Config.in 2007-10-03 1 2:51:41.000000000 +020013780 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Config.in 2007-10-03 15:04:48.000000000 +0200 13781 13781 @@ -63,6 +63,7 @@ 13782 13782 int ' Bus width in octets' CONFIG_MTD_CSTM_MIPS_IXX_BUSWIDTH 2 … … 13789 13789 diff -Naru linux-2.4.35.3/drivers/mtd/maps/Makefile linux-2.4.35.3-mct/drivers/mtd/maps/Makefile 13790 13790 --- linux-2.4.35.3/drivers/mtd/maps/Makefile 2007-09-24 00:02:58.000000000 +0200 13791 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Makefile 2007-10-03 1 2:51:41.000000000 +020013791 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Makefile 2007-10-03 15:04:48.000000000 +0200 13792 13792 @@ -61,5 +61,7 @@ 13793 13793 obj-$(CONFIG_MTD_UCLINUX) += uclinux.o … … 13800 13800 diff -Naru linux-2.4.35.3/drivers/mtd/maps/mct.c linux-2.4.35.3-mct/drivers/mtd/maps/mct.c 13801 13801 --- linux-2.4.35.3/drivers/mtd/maps/mct.c 1970-01-01 01:00:00.000000000 +0100 13802 +++ linux-2.4.35.3-mct/drivers/mtd/maps/mct.c 2007-10-03 1 2:51:41.000000000 +020013802 +++ linux-2.4.35.3-mct/drivers/mtd/maps/mct.c 2007-10-03 15:04:48.000000000 +0200 13803 13803 @@ -0,0 +1,249 @@ 13804 13804 +/* … … 14053 14053 diff -Naru linux-2.4.35.3/drivers/pci/Makefile linux-2.4.35.3-mct/drivers/pci/Makefile 14054 14054 --- linux-2.4.35.3/drivers/pci/Makefile 2007-09-24 00:02:58.000000000 +0200 14055 +++ linux-2.4.35.3-mct/drivers/pci/Makefile 2007-10-03 1 2:51:41.000000000 +020014055 +++ linux-2.4.35.3-mct/drivers/pci/Makefile 2007-10-03 15:04:48.000000000 +0200 14056 14056 @@ -29,6 +29,7 @@ 14057 14057 obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o … … 14064 14064 diff -Naru linux-2.4.35.3/include/asm-mips/bootinfo.h linux-2.4.35.3-mct/include/asm-mips/bootinfo.h 14065 14065 --- linux-2.4.35.3/include/asm-mips/bootinfo.h 2007-09-24 00:02:58.000000000 +0200 14066 +++ linux-2.4.35.3-mct/include/asm-mips/bootinfo.h 2007-10-03 1 2:51:41.000000000 +020014066 +++ linux-2.4.35.3-mct/include/asm-mips/bootinfo.h 2007-10-03 15:04:48.000000000 +0200 14067 14067 @@ -36,6 +36,7 @@ 14068 14068 #define MACH_GROUP_NEC_VR41XX 19 /* NEC Vr41xx based boards/gadgets */ … … 14100 14100 diff -Naru linux-2.4.35.3/include/asm-mips/cpu.h linux-2.4.35.3-mct/include/asm-mips/cpu.h 14101 14101 --- linux-2.4.35.3/include/asm-mips/cpu.h 2007-09-24 00:02:58.000000000 +0200 14102 +++ linux-2.4.35.3-mct/include/asm-mips/cpu.h 2007-10-03 1 2:51:41.000000000 +020014102 +++ linux-2.4.35.3-mct/include/asm-mips/cpu.h 2007-10-03 15:04:48.000000000 +0200 14103 14103 @@ -158,6 +158,7 @@ 14104 14104 #define CPU_VR41XX 41 … … 14111 14111 diff -Naru linux-2.4.35.3/include/asm-mips/delay.h linux-2.4.35.3-mct/include/asm-mips/delay.h 14112 14112 --- linux-2.4.35.3/include/asm-mips/delay.h 2007-09-24 00:02:58.000000000 +0200 14113 +++ linux-2.4.35.3-mct/include/asm-mips/delay.h 2007-10-03 1 2:51:41.000000000 +020014113 +++ linux-2.4.35.3-mct/include/asm-mips/delay.h 2007-10-03 15:04:48.000000000 +0200 14114 14114 @@ -10,13 +10,11 @@ 14115 14115 #define _ASM_DELAY_H … … 14189 14189 diff -Naru linux-2.4.35.3/include/asm-mips/dma.h linux-2.4.35.3-mct/include/asm-mips/dma.h 14190 14190 --- linux-2.4.35.3/include/asm-mips/dma.h 2007-09-24 00:02:58.000000000 +0200 14191 +++ linux-2.4.35.3-mct/include/asm-mips/dma.h 2007-10-03 1 2:51:41.000000000 +020014191 +++ linux-2.4.35.3-mct/include/asm-mips/dma.h 2007-10-03 15:04:48.000000000 +0200 14192 14192 @@ -75,7 +75,14 @@ 14193 14193 * … … 14208 14208 diff -Naru linux-2.4.35.3/include/asm-mips/fdc37m81x.h linux-2.4.35.3-mct/include/asm-mips/fdc37m81x.h 14209 14209 --- linux-2.4.35.3/include/asm-mips/fdc37m81x.h 1970-01-01 01:00:00.000000000 +0100 14210 +++ linux-2.4.35.3-mct/include/asm-mips/fdc37m81x.h 2007-10-03 1 2:51:41.000000000 +020014210 +++ linux-2.4.35.3-mct/include/asm-mips/fdc37m81x.h 2007-10-03 15:04:48.000000000 +0200 14211 14211 @@ -0,0 +1,71 @@ 14212 14212 +/* … … 14283 14283 diff -Naru linux-2.4.35.3/include/asm-mips/mconfig.h linux-2.4.35.3-mct/include/asm-mips/mconfig.h 14284 14284 --- linux-2.4.35.3/include/asm-mips/mconfig.h 1970-01-01 01:00:00.000000000 +0100 14285 +++ linux-2.4.35.3-mct/include/asm-mips/mconfig.h 2007-10-03 1 2:51:41.000000000 +020014285 +++ linux-2.4.35.3-mct/include/asm-mips/mconfig.h 2007-10-03 15:04:48.000000000 +0200 14286 14286 @@ -0,0 +1,800 @@ 14287 14287 +/******************************************************************************** … … 15087 15087 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/dma.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/dma.h 15088 15088 --- linux-2.4.35.3/include/asm-mips/mct-boards/dma.h 1970-01-01 01:00:00.000000000 +0100 15089 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/dma.h 2007-10-03 1 2:51:41.000000000 +020015089 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/dma.h 2007-10-03 15:04:48.000000000 +0200 15090 15090 @@ -0,0 +1,150 @@ 15091 15091 +/* … … 15241 15241 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/irq.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/irq.h 15242 15242 --- linux-2.4.35.3/include/asm-mips/mct-boards/irq.h 1970-01-01 01:00:00.000000000 +0100 15243 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/irq.h 2007-10-03 1 2:51:41.000000000 +020015243 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/irq.h 2007-10-03 15:04:48.000000000 +0200 15244 15244 @@ -0,0 +1,46 @@ 15245 15245 +/* … … 15291 15291 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/jmi39io2.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmi39io2.h 15292 15292 --- linux-2.4.35.3/include/asm-mips/mct-boards/jmi39io2.h 1970-01-01 01:00:00.000000000 +0100 15293 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmi39io2.h 2007-10-03 1 2:51:41.000000000 +020015293 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmi39io2.h 2007-10-03 15:04:48.000000000 +0200 15294 15294 @@ -0,0 +1,106 @@ 15295 15295 +/* … … 15401 15401 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/jmr3927.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmr3927.h 15402 15402 --- linux-2.4.35.3/include/asm-mips/mct-boards/jmr3927.h 1970-01-01 01:00:00.000000000 +0100 15403 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmr3927.h 2007-10-03 1 2:51:41.000000000 +020015403 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmr3927.h 2007-10-03 15:04:48.000000000 +0200 15404 15404 @@ -0,0 +1,206 @@ 15405 15405 +/* … … 15611 15611 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/pci.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/pci.h 15612 15612 --- linux-2.4.35.3/include/asm-mips/mct-boards/pci.h 1970-01-01 01:00:00.000000000 +0100 15613 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pci.h 2007-10-03 1 2:51:41.000000000 +020015613 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pci.h 2007-10-03 15:04:48.000000000 +0200 15614 15614 @@ -0,0 +1,23 @@ 15615 15615 +/* … … 15638 15638 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/pmon.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/pmon.h 15639 15639 --- linux-2.4.35.3/include/asm-mips/mct-boards/pmon.h 1970-01-01 01:00:00.000000000 +0100 15640 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pmon.h 2007-10-03 1 2:51:41.000000000 +020015640 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pmon.h 2007-10-03 15:04:48.000000000 +0200 15641 15641 @@ -0,0 +1,49 @@ 15642 15642 +/* … … 15691 15691 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/rbtx4925.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4925.h 15692 15692 --- linux-2.4.35.3/include/asm-mips/mct-boards/rbtx4925.h 1970-01-01 01:00:00.000000000 +0100 15693 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4925.h 2007-10-03 1 2:51:41.000000000 +020015693 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4925.h 2007-10-03 15:04:48.000000000 +0200 15694 15694 @@ -0,0 +1,277 @@ 15695 15695 +/* … … 15972 15972 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/rbtx4927.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4927.h 15973 15973 --- linux-2.4.35.3/include/asm-mips/mct-boards/rbtx4927.h 1970-01-01 01:00:00.000000000 +0100 15974 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4927.h 2007-10-03 1 2:51:41.000000000 +020015974 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4927.h 2007-10-03 15:04:48.000000000 +0200 15975 15975 @@ -0,0 +1,181 @@ 15976 15976 +/* … … 16157 16157 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/tsdb.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/tsdb.h 16158 16158 --- linux-2.4.35.3/include/asm-mips/mct-boards/tsdb.h 1970-01-01 01:00:00.000000000 +0100 16159 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tsdb.h 2007-10-03 1 2:51:41.000000000 +020016159 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tsdb.h 2007-10-03 15:04:48.000000000 +0200 16160 16160 @@ -0,0 +1,275 @@ 16161 16161 +/* … … 16436 16436 diff -Naru linux-2.4.35.3/include/asm-mips/mct-boards/tx4927evb.h linux-2.4.35.3-mct/include/asm-mips/mct-boards/tx4927evb.h 16437 16437 --- linux-2.4.35.3/include/asm-mips/mct-boards/tx4927evb.h 1970-01-01 01:00:00.000000000 +0100 16438 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tx4927evb.h 2007-10-03 1 2:51:41.000000000 +020016438 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tx4927evb.h 2007-10-03 15:04:48.000000000 +0200 16439 16439 @@ -0,0 +1,275 @@ 16440 16440 +/* … … 16715 16715 diff -Naru linux-2.4.35.3/include/asm-mips/mipsregs.h linux-2.4.35.3-mct/include/asm-mips/mipsregs.h 16716 16716 --- linux-2.4.35.3/include/asm-mips/mipsregs.h 2007-09-24 00:02:58.000000000 +0200 16717 +++ linux-2.4.35.3-mct/include/asm-mips/mipsregs.h 2007-10-03 1 2:51:41.000000000 +020016717 +++ linux-2.4.35.3-mct/include/asm-mips/mipsregs.h 2007-10-03 15:04:48.000000000 +0200 16718 16718 @@ -553,6 +553,62 @@ 16719 16719 : : "r" (val)); … … 16781 16781 diff -Naru linux-2.4.35.3/include/asm-mips/parport.h linux-2.4.35.3-mct/include/asm-mips/parport.h 16782 16782 --- linux-2.4.35.3/include/asm-mips/parport.h 2007-09-24 00:02:58.000000000 +0200 16783 +++ linux-2.4.35.3-mct/include/asm-mips/parport.h 2007-10-03 1 2:51:41.000000000 +020016783 +++ linux-2.4.35.3-mct/include/asm-mips/parport.h 2007-10-03 15:04:48.000000000 +0200 16784 16784 @@ -6,10 +6,26 @@ 16785 16785 #ifndef _ASM_PARPORT_H … … 16811 16811 diff -Naru linux-2.4.35.3/include/asm-mips/pci.h linux-2.4.35.3-mct/include/asm-mips/pci.h 16812 16812 --- linux-2.4.35.3/include/asm-mips/pci.h 2007-09-24 00:02:58.000000000 +0200 16813 +++ linux-2.4.35.3-mct/include/asm-mips/pci.h 2007-10-03 1 2:51:41.000000000 +020016813 +++ linux-2.4.35.3-mct/include/asm-mips/pci.h 2007-10-03 15:04:48.000000000 +0200 16814 16814 @@ -49,6 +49,13 @@ 16815 16815 #define PCIBIOS_MIN_MEM 0x1000000 … … 16828 16828 diff -Naru linux-2.4.35.3/include/asm-mips/ptrace.h linux-2.4.35.3-mct/include/asm-mips/ptrace.h 16829 16829 --- linux-2.4.35.3/include/asm-mips/ptrace.h 2007-09-24 00:02:58.000000000 +0200 16830 +++ linux-2.4.35.3-mct/include/asm-mips/ptrace.h 2007-10-03 1 2:51:41.000000000 +020016830 +++ linux-2.4.35.3-mct/include/asm-mips/ptrace.h 2007-10-03 15:04:48.000000000 +0200 16831 16831 @@ -73,12 +73,12 @@ 16832 16832 #endif /* !__ASSEMBLY__ */ … … 16850 16850 diff -Naru linux-2.4.35.3/include/asm-mips/serial_txx927.h linux-2.4.35.3-mct/include/asm-mips/serial_txx927.h 16851 16851 --- linux-2.4.35.3/include/asm-mips/serial_txx927.h 1970-01-01 01:00:00.000000000 +0100 16852 +++ linux-2.4.35.3-mct/include/asm-mips/serial_txx927.h 2007-10-03 1 2:51:41.000000000 +020016852 +++ linux-2.4.35.3-mct/include/asm-mips/serial_txx927.h 2007-10-03 15:04:48.000000000 +0200 16853 16853 @@ -0,0 +1,17 @@ 16854 16854 +/* … … 16871 16871 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/dma.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/dma.h 16872 16872 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/dma.h 1970-01-01 01:00:00.000000000 +0100 16873 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/dma.h 2007-10-03 1 2:51:41.000000000 +020016873 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/dma.h 2007-10-03 15:04:48.000000000 +0200 16874 16874 @@ -0,0 +1,150 @@ 16875 16875 +/* … … 17025 17025 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/irq.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/irq.h 17026 17026 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/irq.h 1970-01-01 01:00:00.000000000 +0100 17027 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/irq.h 2007-10-03 1 2:51:41.000000000 +020017027 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/irq.h 2007-10-03 15:04:48.000000000 +0200 17028 17028 @@ -0,0 +1,46 @@ 17029 17029 +/* … … 17075 17075 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/jmi39io2.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmi39io2.h 17076 17076 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/jmi39io2.h 1970-01-01 01:00:00.000000000 +0100 17077 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmi39io2.h 2007-10-03 1 2:51:41.000000000 +020017077 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmi39io2.h 2007-10-03 15:04:48.000000000 +0200 17078 17078 @@ -0,0 +1,106 @@ 17079 17079 +/* … … 17185 17185 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/jmr3927.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmr3927.h 17186 17186 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/jmr3927.h 1970-01-01 01:00:00.000000000 +0100 17187 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmr3927.h 2007-10-03 1 2:51:41.000000000 +020017187 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmr3927.h 2007-10-03 15:04:48.000000000 +0200 17188 17188 @@ -0,0 +1,206 @@ 17189 17189 +/* … … 17395 17395 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/pci.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pci.h 17396 17396 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/pci.h 1970-01-01 01:00:00.000000000 +0100 17397 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pci.h 2007-10-03 1 2:51:41.000000000 +020017397 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pci.h 2007-10-03 15:04:48.000000000 +0200 17398 17398 @@ -0,0 +1,23 @@ 17399 17399 +/* … … 17422 17422 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/pmon.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pmon.h 17423 17423 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/pmon.h 1970-01-01 01:00:00.000000000 +0100 17424 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pmon.h 2007-10-03 1 2:51:41.000000000 +020017424 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pmon.h 2007-10-03 15:04:48.000000000 +0200 17425 17425 @@ -0,0 +1,49 @@ 17426 17426 +/* … … 17475 17475 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/rbtx4925.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4925.h 17476 17476 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/rbtx4925.h 1970-01-01 01:00:00.000000000 +0100 17477 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4925.h 2007-10-03 1 2:51:41.000000000 +020017477 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4925.h 2007-10-03 15:04:48.000000000 +0200 17478 17478 @@ -0,0 +1,279 @@ 17479 17479 +/* … … 17758 17758 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/rbtx4927.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4927.h 17759 17759 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/rbtx4927.h 1970-01-01 01:00:00.000000000 +0100 17760 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4927.h 2007-10-03 1 2:51:41.000000000 +020017760 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4927.h 2007-10-03 15:04:48.000000000 +0200 17761 17761 @@ -0,0 +1,181 @@ 17762 17762 +/* … … 17943 17943 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/tsdb.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tsdb.h 17944 17944 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/tsdb.h 1970-01-01 01:00:00.000000000 +0100 17945 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tsdb.h 2007-10-03 1 2:51:41.000000000 +020017945 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tsdb.h 2007-10-03 15:04:48.000000000 +0200 17946 17946 @@ -0,0 +1,275 @@ 17947 17947 +/* … … 18222 18222 diff -Naru linux-2.4.35.3/include/asm-mips/toshiba-boards/tx4927evb.h linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tx4927evb.h 18223 18223 --- linux-2.4.35.3/include/asm-mips/toshiba-boards/tx4927evb.h 1970-01-01 01:00:00.000000000 +0100 18224 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tx4927evb.h 2007-10-03 1 2:51:41.000000000 +020018224 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tx4927evb.h 2007-10-03 15:04:48.000000000 +0200 18225 18225 @@ -0,0 +1,275 @@ 18226 18226 +/* … … 18501 18501 diff -Naru linux-2.4.35.3/include/asm-mips/tx3927.h linux-2.4.35.3-mct/include/asm-mips/tx3927.h 18502 18502 --- linux-2.4.35.3/include/asm-mips/tx3927.h 1970-01-01 01:00:00.000000000 +0100 18503 +++ linux-2.4.35.3-mct/include/asm-mips/tx3927.h 2007-10-03 1 2:51:41.000000000 +020018503 +++ linux-2.4.35.3-mct/include/asm-mips/tx3927.h 2007-10-03 15:04:48.000000000 +0200 18504 18504 @@ -0,0 +1,363 @@ 18505 18505 +/* … … 18868 18868 diff -Naru linux-2.4.35.3/include/asm-mips/tx4925.h linux-2.4.35.3-mct/include/asm-mips/tx4925.h 18869 18869 --- linux-2.4.35.3/include/asm-mips/tx4925.h 1970-01-01 01:00:00.000000000 +0100 18870 +++ linux-2.4.35.3-mct/include/asm-mips/tx4925.h 2007-10-03 1 2:51:41.000000000 +020018870 +++ linux-2.4.35.3-mct/include/asm-mips/tx4925.h 2007-10-03 15:04:48.000000000 +0200 18871 18871 @@ -0,0 +1,511 @@ 18872 18872 +/* … … 19383 19383 diff -Naru linux-2.4.35.3/include/asm-mips/tx4927.h linux-2.4.35.3-mct/include/asm-mips/tx4927.h 19384 19384 --- linux-2.4.35.3/include/asm-mips/tx4927.h 1970-01-01 01:00:00.000000000 +0100 19385 +++ linux-2.4.35.3-mct/include/asm-mips/tx4927.h 2007-10-03 1 2:51:41.000000000 +020019385 +++ linux-2.4.35.3-mct/include/asm-mips/tx4927.h 2007-10-03 15:04:48.000000000 +0200 19386 19386 @@ -0,0 +1,507 @@ 19387 19387 +/* … … 19894 19894 diff -Naru linux-2.4.35.3/include/asm-mips/txx927.h linux-2.4.35.3-mct/include/asm-mips/txx927.h 19895 19895 --- linux-2.4.35.3/include/asm-mips/txx927.h 1970-01-01 01:00:00.000000000 +0100 19896 +++ linux-2.4.35.3-mct/include/asm-mips/txx927.h 2007-10-03 1 2:51:41.000000000 +020019896 +++ linux-2.4.35.3-mct/include/asm-mips/txx927.h 2007-10-03 15:04:48.000000000 +0200 19897 19897 @@ -0,0 +1,180 @@ 19898 19898 +/* … … 20078 20078 diff -Naru linux-2.4.35.3/include/linux/pci_ids.h linux-2.4.35.3-mct/include/linux/pci_ids.h 20079 20079 --- linux-2.4.35.3/include/linux/pci_ids.h 2007-09-24 00:02:58.000000000 +0200 20080 +++ linux-2.4.35.3-mct/include/linux/pci_ids.h 2007-10-03 1 2:51:41.000000000 +020020080 +++ linux-2.4.35.3-mct/include/linux/pci_ids.h 2007-10-03 15:04:48.000000000 +0200 20081 20081 @@ -1505,6 +1505,9 @@ 20082 20082 #define PCI_DEVICE_ID_ITE_IT8181 0x8181 … … 20091 20091 diff -Naru linux-2.4.35.3/init/do_mounts.c linux-2.4.35.3-mct/init/do_mounts.c 20092 20092 --- linux-2.4.35.3/init/do_mounts.c 2007-09-24 00:02:58.000000000 +0200 20093 +++ linux-2.4.35.3-mct/init/do_mounts.c 2007-10-03 1 2:51:41.000000000 +020020093 +++ linux-2.4.35.3-mct/init/do_mounts.c 2007-10-03 15:04:48.000000000 +0200 20094 20094 @@ -344,15 +344,28 @@ 20095 20095 } … … 20222 20222 diff -Naru linux-2.4.35.3/net/ipv4/ipconfig.c linux-2.4.35.3-mct/net/ipv4/ipconfig.c 20223 20223 --- linux-2.4.35.3/net/ipv4/ipconfig.c 2007-09-24 00:02:58.000000000 +0200 20224 +++ linux-2.4.35.3-mct/net/ipv4/ipconfig.c 2007-10-03 1 2:51:41.000000000 +020020224 +++ linux-2.4.35.3-mct/net/ipv4/ipconfig.c 2007-10-03 15:04:48.000000000 +0200 20225 20225 @@ -86,8 +86,8 @@ 20226 20226 #define CONF_POST_OPEN (1*HZ) /* After opening: 1 second */
