Changeset 484
- Timestamp:
- 10/05/07 11:08:29 (4 years ago)
- Location:
- trunk/openmct/packages/system/linux
- Files:
-
- 2 modified
-
configs/nas200 (modified) (7 diffs)
-
patches/001-mct.patch (modified) (110 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/linux/configs/nas200
r456 r484 15 15 # 16 16 CONFIG_MODULES=y 17 CONFIG_MODVERSIONS=y 17 # CONFIG_MODVERSIONS is not set 18 18 CONFIG_KMOD=y 19 19 … … 272 272 CONFIG_PACKET=y 273 273 CONFIG_PACKET_MMAP=y 274 CONFIG_NETLINK_DEV= y274 CONFIG_NETLINK_DEV=m 275 275 CONFIG_NETFILTER=y 276 276 # CONFIG_NETFILTER_DEBUG is not set … … 360 360 # CONFIG_ATALK is not set 361 361 # CONFIG_DECNET is not set 362 # CONFIG_BRIDGE is not set 362 CONFIG_BRIDGE=m 363 363 # CONFIG_X25 is not set 364 364 # CONFIG_LAPB is not set … … 649 649 # CONFIG_YELLOWFIN is not set 650 650 # CONFIG_R8169 is not set 651 # CONFIG_SKGE is not set 652 # CONFIG_SKY2 is not set 651 653 # CONFIG_SK98LIN is not set 652 654 # CONFIG_TIGON3 is not set … … 793 795 # CONFIG_WDT is not set 794 796 # CONFIG_WDTPCI is not set 797 # CONFIG_WDT_W83627 is not set 795 798 # CONFIG_MACHZ_WDT is not set 796 799 # CONFIG_SCx200 is not set … … 902 905 CONFIG_SMB_NLS_DEFAULT=y 903 906 CONFIG_SMB_NLS_REMOTE="cp437" 904 # CONFIG_SMB_UNIX is not set 907 CONFIG_SMB_UNIX=y 905 908 # CONFIG_NCP_FS is not set 906 909 # CONFIG_NCPFS_PACKET_SIGNING is not set … … 983 986 CONFIG_USB_EHCI_HCD=m 984 987 CONFIG_USB_UHCI=m 985 # CONFIG_USB_UHCI_ALT is not set 986 # CONFIG_USB_OHCI is not set 988 CONFIG_USB_UHCI_ALT=m 989 CONFIG_USB_OHCI=m 987 990 # CONFIG_USB_AUDIO is not set 988 991 # CONFIG_USB_EMI26 is not set 989 # CONFIG_USB_BLUETOOTH is not set 992 CONFIG_USB_BLUETOOTH=m 990 993 # CONFIG_USB_MIDI is not set 991 994 CONFIG_USB_STORAGE=m -
trunk/openmct/packages/system/linux/patches/001-mct.patch
r469 r484 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-0 3 15:04:47.000000000 +02003 +++ linux-2.4.35.3-mct/Makefile 2007-10-05 09:39:07.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-0 3 15:04:47.000000000 +020055 +++ linux-2.4.35.3-mct/arch/mips/Makefile 2007-10-05 09:39:07.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-0 3 15:04:47.000000000 +0200123 +++ linux-2.4.35.3-mct/arch/mips/config-shared.in 2007-10-05 09:39:07.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-0 3 15:04:48.000000000 +0200196 +++ linux-2.4.35.3-mct/arch/mips/kernel/head.S 2007-10-05 09:39:07.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-0 3 15:04:48.000000000 +0200469 +++ linux-2.4.35.3-mct/arch/mips/kernel/setup.c 2007-10-05 09:39:07.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-0 3 15:04:48.000000000 +0200484 +++ linux-2.4.35.3-mct/arch/mips/ld.script.in 2007-10-05 09:39:07.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-0 3 15:04:48.000000000 +0200527 @@ -0,0 +1,3 2@@526 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/Makefile 2007-10-05 10:12:19.000000000 +0200 527 @@ -0,0 +1,33 @@ 528 528 +# 529 529 +# Makefile for the Toshiba TX-RISC board generic parts of the kernel … … 548 548 +L_TARGET := mctboards.a 549 549 + 550 +export-objs = setup.o irq_tx3927.o irq_tx4927.o irq_tx4925.o dma.o 550 +export-objs = setup.o irq_tx3927.o irq_tx4927.o irq_tx4925.o dma.o \ 551 + wbflush.o 551 552 + 552 553 +obj-y := setup.o pmon.o pmon-low.o prom.o pci.o proc.o \ … … 560 561 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 562 --- 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-0 3 15:07:28.000000000 +0200563 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/basic_io.c 2007-10-05 09:39:07.000000000 +0200 563 564 @@ -0,0 +1,336 @@ 564 565 +#include <linux/config.h> … … 900 901 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 902 --- 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-0 3 15:04:48.000000000 +0200903 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dma.c 2007-10-05 09:39:07.000000000 +0200 903 904 @@ -0,0 +1,888 @@ 904 905 +/* … … 1792 1793 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 1794 --- 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-0 3 15:04:48.000000000 +02001795 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx3927.c 2007-10-05 09:39:07.000000000 +0200 1795 1796 @@ -0,0 +1,38 @@ 1796 1797 +/* … … 1834 1835 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 1836 --- 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-0 3 15:04:48.000000000 +02001837 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4925.c 2007-10-05 09:39:07.000000000 +0200 1837 1838 @@ -0,0 +1,120 @@ 1838 1839 +/* … … 1958 1959 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 1960 --- 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-0 3 15:04:48.000000000 +02001961 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/dump_tx4927.c 2007-10-05 09:39:07.000000000 +0200 1961 1962 @@ -0,0 +1,130 @@ 1962 1963 +/* … … 2092 2093 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 2094 --- 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-0 3 15:04:48.000000000 +02002095 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/gdb_hook.c 2007-10-05 09:39:07.000000000 +0200 2095 2096 @@ -0,0 +1,451 @@ 2096 2097 +/* … … 2547 2548 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 2549 --- 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-0 3 15:04:48.000000000 +02002550 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/ide-jmi39io2.c 2007-10-05 09:39:07.000000000 +0200 2550 2551 @@ -0,0 +1,64 @@ 2551 2552 +/* … … 2615 2616 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 2617 --- 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-0 3 15:04:48.000000000 +02002618 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/int-handler.S 2007-10-05 09:39:07.000000000 +0200 2618 2619 @@ -0,0 +1,165 @@ 2619 2620 +/* … … 2784 2785 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 2786 --- 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-0 3 15:04:48.000000000 +02002787 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq.c 2007-10-05 09:39:07.000000000 +0200 2787 2788 @@ -0,0 +1,336 @@ 2788 2789 +/* … … 3124 3125 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 3126 --- 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-0 3 15:04:48.000000000 +02003127 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_jmi39io2isac.c 2007-10-05 09:39:07.000000000 +0200 3127 3128 @@ -0,0 +1,183 @@ 3128 3129 +/* … … 3311 3312 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 3313 --- 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-0 3 15:04:48.000000000 +02003314 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx3927.c 2007-10-05 09:39:07.000000000 +0200 3314 3315 @@ -0,0 +1,125 @@ 3315 3316 +/* … … 3440 3441 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 3442 --- 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-0 3 15:04:48.000000000 +02003443 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4925.c 2007-10-05 09:39:07.000000000 +0200 3443 3444 @@ -0,0 +1,140 @@ 3444 3445 +/* … … 3584 3585 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 3586 --- 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-0 3 15:04:48.000000000 +02003587 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/irq_tx4927.c 2007-10-05 09:39:07.000000000 +0200 3587 3588 @@ -0,0 +1,120 @@ 3588 3589 +/* … … 3708 3709 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 3710 --- 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-0 3 15:04:48.000000000 +02003711 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/kbd-jmi39io2.c 2007-10-05 09:39:07.000000000 +0200 3711 3712 @@ -0,0 +1,101 @@ 3712 3713 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 3813 3814 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 3815 --- 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-0 3 15:04:48.000000000 +02003816 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pci.c 2007-10-05 09:39:07.000000000 +0200 3816 3817 @@ -0,0 +1,351 @@ 3817 3818 +/* … … 4168 4169 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 4170 --- 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-0 3 15:04:48.000000000 +02004171 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon-low.S 2007-10-05 09:39:07.000000000 +0200 4171 4172 @@ -0,0 +1,50 @@ 4172 4173 +/* … … 4222 4223 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 4224 --- 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-0 3 15:04:48.000000000 +02004225 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/pmon.c 2007-10-05 09:39:07.000000000 +0200 4225 4226 @@ -0,0 +1,59 @@ 4226 4227 +/* … … 4285 4286 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 4287 --- 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-0 3 15:04:48.000000000 +02004288 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/proc.c 2007-10-05 09:39:07.000000000 +0200 4288 4289 @@ -0,0 +1,429 @@ 4289 4290 +#include <linux/module.h> … … 4719 4720 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 4721 --- 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-0 3 15:04:48.000000000 +02004722 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/prom.c 2007-10-05 09:39:07.000000000 +0200 4722 4723 @@ -0,0 +1,387 @@ 4723 4724 +/* … … 5110 5111 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 5112 --- 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-0 3 15:04:48.000000000 +02005113 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/rtl8305.c 2007-10-05 09:39:07.000000000 +0200 5113 5114 @@ -0,0 +1,175 @@ 5114 5115 +#include <linux/config.h> … … 5289 5290 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 5291 --- 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-0 3 15:04:48.000000000 +02005292 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/setup.c 2007-10-05 09:39:07.000000000 +0200 5292 5293 @@ -0,0 +1,613 @@ 5293 5294 +/* … … 5906 5907 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 5908 --- 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-0 3 15:04:48.000000000 +02005909 @@ -0,0 +1,7 0@@5909 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/generic/wbflush.c 2007-10-05 09:41:41.000000000 +0200 5910 @@ -0,0 +1,72 @@ 5910 5911 +/* 5911 5912 + * Setup the right wbflush routine for TOSHIBA TX-RISC. … … 5919 5920 + 5920 5921 +#include <linux/init.h> 5922 +#include <linux/module.h> 5921 5923 +#include <asm/addrspace.h> 5922 5924 +#include <asm/bootinfo.h> … … 5978 5980 +} 5979 5981 + 5982 +EXPORT_SYMBOL(__wbflush); 5980 5983 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 5984 --- 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-0 3 15:04:48.000000000 +02005985 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/Makefile 2007-10-05 09:39:07.000000000 +0200 5983 5986 @@ -0,0 +1,24 @@ 5984 5987 +# … … 6008 6011 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 6012 --- 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-0 3 15:04:48.000000000 +02006013 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/irq.c 2007-10-05 09:39:07.000000000 +0200 6011 6014 @@ -0,0 +1,461 @@ 6012 6015 +/* … … 6473 6476 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 6477 --- 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-0 3 15:04:48.000000000 +02006478 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/pci.c 2007-10-05 09:39:07.000000000 +0200 6476 6479 @@ -0,0 +1,210 @@ 6477 6480 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 6687 6690 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 6691 --- 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-0 3 15:04:48.000000000 +02006692 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/power.c 2007-10-05 09:39:07.000000000 +0200 6690 6693 @@ -0,0 +1,157 @@ 6691 6694 + … … 6848 6851 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 6852 --- 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-0 3 15:04:48.000000000 +02006853 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/prom.c 2007-10-05 09:39:07.000000000 +0200 6851 6854 @@ -0,0 +1,37 @@ 6852 6855 +/* … … 6889 6892 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 6893 --- 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-0 3 15:04:48.000000000 +02006894 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/s3511a.c 2007-10-05 09:39:07.000000000 +0200 6892 6895 @@ -0,0 +1,324 @@ 6893 6896 +#include <linux/config.h> … … 7217 7220 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 7221 --- 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-0 3 15:04:48.000000000 +02007222 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/setup.c 2007-10-05 09:39:07.000000000 +0200 7220 7223 @@ -0,0 +1,721 @@ 7221 7224 +/* … … 7942 7945 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 7946 --- 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-0 3 15:04:48.000000000 +02007947 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/time.c 2007-10-05 09:39:07.000000000 +0200 7945 7948 @@ -0,0 +1,105 @@ 7946 7949 +/* … … 8051 8054 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 8055 --- 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-0 3 15:04:48.000000000 +02008056 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sg4x00/wdtmr.c 2007-10-05 09:39:07.000000000 +0200 8054 8057 @@ -0,0 +1,65 @@ 8055 8058 + … … 8120 8123 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 8124 --- 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-0 3 15:04:48.000000000 +02008125 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/Makefile 2007-10-05 09:39:07.000000000 +0200 8123 8126 @@ -0,0 +1,32 @@ 8124 8127 +# … … 8156 8159 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 8160 --- 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-0 3 15:04:48.000000000 +02008161 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/irq.c 2007-10-05 09:39:07.000000000 +0200 8159 8162 @@ -0,0 +1,327 @@ 8160 8163 +/* … … 8487 8490 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 8491 --- 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-0 3 15:04:48.000000000 +02008492 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/pci.c 2007-10-05 09:39:07.000000000 +0200 8490 8493 @@ -0,0 +1,202 @@ 8491 8494 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 8693 8696 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 8697 --- 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-0 3 15:04:48.000000000 +02008698 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/power.c 2007-10-05 09:39:07.000000000 +0200 8696 8699 @@ -0,0 +1,175 @@ 8697 8700 + … … 8872 8875 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 8876 --- 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-0 3 15:04:48.000000000 +02008877 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/prom.c 2007-10-05 09:39:07.000000000 +0200 8875 8878 @@ -0,0 +1,38 @@ 8876 8879 +/* … … 8914 8917 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 8918 --- 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-0 3 15:04:48.000000000 +02008919 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/rtc.c 2007-10-05 09:39:07.000000000 +0200 8917 8920 @@ -0,0 +1,35 @@ 8918 8921 +/* … … 8953 8956 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 8957 --- 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-0 3 15:04:48.000000000 +02008958 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/s3511a.c 2007-10-05 09:39:07.000000000 +0200 8956 8959 @@ -0,0 +1,353 @@ 8957 8960 +#include <linux/config.h> … … 9310 9313 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 9314 --- 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-0 3 15:04:48.000000000 +02009315 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/setup.c 2007-10-05 09:39:07.000000000 +0200 9313 9316 @@ -0,0 +1,449 @@ 9314 9317 +/* … … 9763 9766 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 9767 --- 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-0 3 15:04:48.000000000 +02009768 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/time.c 2007-10-05 09:39:07.000000000 +0200 9766 9769 @@ -0,0 +1,98 @@ 9767 9770 +/* … … 9865 9868 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 9869 --- 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-0 3 15:04:48.000000000 +02009870 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/sgx00/wdtmr.c 2007-10-05 09:39:07.000000000 +0200 9868 9871 @@ -0,0 +1,64 @@ 9869 9872 + … … 9933 9936 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 9937 --- 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-0 3 15:04:48.000000000 +02009938 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/Makefile 2007-10-05 09:39:07.000000000 +0200 9936 9939 @@ -0,0 +1,24 @@ 9937 9940 +# … … 9961 9964 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 9965 --- 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-0 3 15:04:48.000000000 +02009966 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/int-handler.S 2007-10-05 09:39:07.000000000 +0200 9964 9967 @@ -0,0 +1,114 @@ 9965 9968 +/* … … 10079 10082 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 10083 --- 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-0 3 15:04:48.000000000 +020010084 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/irq.c 2007-10-05 09:39:07.000000000 +0200 10082 10085 @@ -0,0 +1,456 @@ 10083 10086 +/* … … 10539 10542 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 10543 --- 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-0 3 15:04:48.000000000 +020010544 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/pci.c 2007-10-05 09:39:07.000000000 +0200 10542 10545 @@ -0,0 +1,210 @@ 10543 10546 +/* $Id: linux-2.4.31-mct.diff,v 1.1.1.1 2005/10/04 20:57:53 andi Exp $ … … 10753 10756 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 10757 --- 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-0 3 15:04:48.000000000 +020010758 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/prom.c 2007-10-05 09:39:07.000000000 +0200 10756 10759 @@ -0,0 +1,40 @@ 10757 10760 +/* … … 10797 10800 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 10801 --- 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-0 3 15:04:48.000000000 +020010802 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/rtc.c 2007-10-05 09:39:07.000000000 +0200 10800 10803 @@ -0,0 +1,45 @@ 10801 10804 +/* … … 10846 10849 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 10850 --- 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-0 3 15:04:48.000000000 +020010851 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/setup.c 2007-10-05 09:39:07.000000000 +0200 10849 10852 @@ -0,0 +1,464 @@ 10850 10853 +/* … … 11314 11317 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 11318 --- 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-0 3 15:04:48.000000000 +020011319 +++ linux-2.4.35.3-mct/arch/mips/mct-boards/tsdb/time.c 2007-10-05 09:39:07.000000000 +0200 11317 11320 @@ -0,0 +1,105 @@ 11318 11321 +/* … … 11423 11426 diff -Naru linux-2.4.35.3/arch/mips/pci/pci.c linux-2.4.35.3-mct/arch/mips/pci/pci.c 11424 11427 --- 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-0 3 15:04:48.000000000 +020011428 +++ linux-2.4.35.3-mct/arch/mips/pci/pci.c 2007-10-05 09:39:07.000000000 +0200 11426 11429 @@ -12,6 +12,7 @@ 11427 11430 … … 11468 11471 diff -Naru linux-2.4.35.3/drivers/char/Config.in linux-2.4.35.3-mct/drivers/char/Config.in 11469 11472 --- 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-0 3 15:04:48.000000000 +020011473 +++ linux-2.4.35.3-mct/drivers/char/Config.in 2007-10-05 09:39:07.000000000 +0200 11471 11474 @@ -104,6 +104,8 @@ 11472 11475 if [ "$CONFIG_TXX927_SERIAL" = "y" ]; then … … 11480 11483 diff -Naru linux-2.4.35.3/drivers/char/Makefile linux-2.4.35.3-mct/drivers/char/Makefile 11481 11484 --- 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-0 3 15:04:48.000000000 +020011485 +++ linux-2.4.35.3-mct/drivers/char/Makefile 2007-10-05 09:39:07.000000000 +0200 11483 11486 @@ -217,6 +217,7 @@ 11484 11487 obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o … … 11491 11494 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 11495 --- 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-0 3 15:04:48.000000000 +020011496 +++ linux-2.4.35.3-mct/drivers/char/serial_mct_txx927.c 2007-10-05 09:39:07.000000000 +0200 11494 11497 @@ -0,0 +1,1349 @@ 11495 11498 +/* … … 12844 12847 diff -Naru linux-2.4.35.3/drivers/char/tty_io.c linux-2.4.35.3-mct/drivers/char/tty_io.c 12845 12848 --- 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-0 3 15:04:48.000000000 +020012849 +++ linux-2.4.35.3-mct/drivers/char/tty_io.c 2007-10-05 09:39:07.000000000 +0200 12847 12850 @@ -164,6 +164,9 @@ 12848 12851 extern void sb1250_serial_console_init(void); … … 12867 12870 diff -Naru linux-2.4.35.3/drivers/ide/Config.in linux-2.4.35.3-mct/drivers/ide/Config.in 12868 12871 --- 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-0 3 15:04:48.000000000 +020012872 +++ linux-2.4.35.3-mct/drivers/ide/Config.in 2007-10-05 09:39:07.000000000 +0200 12870 12873 @@ -60,6 +60,7 @@ 12871 12874 dep_mbool ' HPT34X AUTODMA support (WIP)' CONFIG_HPT34X_AUTODMA $CONFIG_BLK_DEV_HPT34X $CONFIG_IDEDMA_PCI_WIP … … 12878 12881 diff -Naru linux-2.4.35.3/drivers/ide/ide-iops.c linux-2.4.35.3-mct/drivers/ide/ide-iops.c 12879 12882 --- 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-0 3 15:04:48.000000000 +020012883 +++ linux-2.4.35.3-mct/drivers/ide/ide-iops.c 2007-10-05 09:39:07.000000000 +0200 12881 12884 @@ -1099,7 +1099,7 @@ 12882 12885 use. When they take an IRQ they check STS but also that … … 12890 12893 diff -Naru linux-2.4.35.3/drivers/ide/ide-probe.c linux-2.4.35.3-mct/drivers/ide/ide-probe.c 12891 12894 --- 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-0 3 15:04:48.000000000 +020012895 +++ linux-2.4.35.3-mct/drivers/ide/ide-probe.c 2007-10-05 09:39:07.000000000 +0200 12893 12896 @@ -460,6 +460,19 @@ 12894 12897 ide_delay_50ms(); … … 12913 12916 diff -Naru linux-2.4.35.3/drivers/ide/pci/Makefile linux-2.4.35.3-mct/drivers/ide/pci/Makefile 12914 12917 --- 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-0 3 15:04:48.000000000 +020012918 +++ linux-2.4.35.3-mct/drivers/ide/pci/Makefile 2007-10-05 09:39:07.000000000 +0200 12916 12919 @@ -23,6 +23,7 @@ 12917 12920 obj-$(CONFIG_BLK_DEV_PDC202XX_OLD) += pdc202xx_old.o … … 12924 12927 diff -Naru linux-2.4.35.3/drivers/ide/pci/it821x.c linux-2.4.35.3-mct/drivers/ide/pci/it821x.c 12925 12928 --- 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-0 3 15:04:48.000000000 +020012929 +++ linux-2.4.35.3-mct/drivers/ide/pci/it821x.c 2007-10-05 09:39:07.000000000 +0200 12927 12930 @@ -0,0 +1,850 @@ 12928 12931 + … … 13778 13781 diff -Naru linux-2.4.35.3/drivers/mtd/maps/Config.in linux-2.4.35.3-mct/drivers/mtd/maps/Config.in 13779 13782 --- 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-0 3 15:04:48.000000000 +020013783 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Config.in 2007-10-05 09:39:07.000000000 +0200 13781 13784 @@ -63,6 +63,7 @@ 13782 13785 int ' Bus width in octets' CONFIG_MTD_CSTM_MIPS_IXX_BUSWIDTH 2 … … 13789 13792 diff -Naru linux-2.4.35.3/drivers/mtd/maps/Makefile linux-2.4.35.3-mct/drivers/mtd/maps/Makefile 13790 13793 --- 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-0 3 15:04:48.000000000 +020013794 +++ linux-2.4.35.3-mct/drivers/mtd/maps/Makefile 2007-10-05 09:39:07.000000000 +0200 13792 13795 @@ -61,5 +61,7 @@ 13793 13796 obj-$(CONFIG_MTD_UCLINUX) += uclinux.o … … 13800 13803 diff -Naru linux-2.4.35.3/drivers/mtd/maps/mct.c linux-2.4.35.3-mct/drivers/mtd/maps/mct.c 13801 13804 --- 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-0 3 15:04:48.000000000 +020013805 +++ linux-2.4.35.3-mct/drivers/mtd/maps/mct.c 2007-10-05 09:39:07.000000000 +0200 13803 13806 @@ -0,0 +1,249 @@ 13804 13807 +/* … … 14053 14056 diff -Naru linux-2.4.35.3/drivers/pci/Makefile linux-2.4.35.3-mct/drivers/pci/Makefile 14054 14057 --- 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-0 3 15:04:48.000000000 +020014058 +++ linux-2.4.35.3-mct/drivers/pci/Makefile 2007-10-05 09:39:07.000000000 +0200 14056 14059 @@ -29,6 +29,7 @@ 14057 14060 obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o … … 14064 14067 diff -Naru linux-2.4.35.3/include/asm-mips/bootinfo.h linux-2.4.35.3-mct/include/asm-mips/bootinfo.h 14065 14068 --- 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-0 3 15:04:48.000000000 +020014069 +++ linux-2.4.35.3-mct/include/asm-mips/bootinfo.h 2007-10-05 09:39:07.000000000 +0200 14067 14070 @@ -36,6 +36,7 @@ 14068 14071 #define MACH_GROUP_NEC_VR41XX 19 /* NEC Vr41xx based boards/gadgets */ … … 14100 14103 diff -Naru linux-2.4.35.3/include/asm-mips/cpu.h linux-2.4.35.3-mct/include/asm-mips/cpu.h 14101 14104 --- 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-0 3 15:04:48.000000000 +020014105 +++ linux-2.4.35.3-mct/include/asm-mips/cpu.h 2007-10-05 09:39:07.000000000 +0200 14103 14106 @@ -158,6 +158,7 @@ 14104 14107 #define CPU_VR41XX 41 … … 14111 14114 diff -Naru linux-2.4.35.3/include/asm-mips/delay.h linux-2.4.35.3-mct/include/asm-mips/delay.h 14112 14115 --- 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-0 3 15:04:48.000000000 +020014116 +++ linux-2.4.35.3-mct/include/asm-mips/delay.h 2007-10-05 09:39:07.000000000 +0200 14114 14117 @@ -10,13 +10,11 @@ 14115 14118 #define _ASM_DELAY_H … … 14189 14192 diff -Naru linux-2.4.35.3/include/asm-mips/dma.h linux-2.4.35.3-mct/include/asm-mips/dma.h 14190 14193 --- 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-0 3 15:04:48.000000000 +020014194 +++ linux-2.4.35.3-mct/include/asm-mips/dma.h 2007-10-05 09:39:07.000000000 +0200 14192 14195 @@ -75,7 +75,14 @@ 14193 14196 * … … 14208 14211 diff -Naru linux-2.4.35.3/include/asm-mips/fdc37m81x.h linux-2.4.35.3-mct/include/asm-mips/fdc37m81x.h 14209 14212 --- 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-0 3 15:04:48.000000000 +020014213 +++ linux-2.4.35.3-mct/include/asm-mips/fdc37m81x.h 2007-10-05 09:39:07.000000000 +0200 14211 14214 @@ -0,0 +1,71 @@ 14212 14215 +/* … … 14283 14286 diff -Naru linux-2.4.35.3/include/asm-mips/mconfig.h linux-2.4.35.3-mct/include/asm-mips/mconfig.h 14284 14287 --- 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-0 3 15:04:48.000000000 +020014288 +++ linux-2.4.35.3-mct/include/asm-mips/mconfig.h 2007-10-05 09:39:07.000000000 +0200 14286 14289 @@ -0,0 +1,800 @@ 14287 14290 +/******************************************************************************** … … 15087 15090 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 15091 --- 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-0 3 15:04:48.000000000 +020015092 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/dma.h 2007-10-05 09:39:07.000000000 +0200 15090 15093 @@ -0,0 +1,150 @@ 15091 15094 +/* … … 15241 15244 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 15245 --- 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-0 3 15:04:48.000000000 +020015246 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/irq.h 2007-10-05 09:39:07.000000000 +0200 15244 15247 @@ -0,0 +1,46 @@ 15245 15248 +/* … … 15291 15294 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 15295 --- 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-0 3 15:04:48.000000000 +020015296 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmi39io2.h 2007-10-05 09:39:07.000000000 +0200 15294 15297 @@ -0,0 +1,106 @@ 15295 15298 +/* … … 15401 15404 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 15405 --- 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-0 3 15:04:48.000000000 +020015406 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/jmr3927.h 2007-10-05 09:39:07.000000000 +0200 15404 15407 @@ -0,0 +1,206 @@ 15405 15408 +/* … … 15611 15614 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 15615 --- 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-0 3 15:04:48.000000000 +020015616 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pci.h 2007-10-05 09:39:07.000000000 +0200 15614 15617 @@ -0,0 +1,23 @@ 15615 15618 +/* … … 15638 15641 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 15642 --- 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-0 3 15:04:48.000000000 +020015643 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/pmon.h 2007-10-05 09:39:07.000000000 +0200 15641 15644 @@ -0,0 +1,49 @@ 15642 15645 +/* … … 15691 15694 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 15695 --- 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-0 3 15:04:48.000000000 +020015696 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4925.h 2007-10-05 09:39:07.000000000 +0200 15694 15697 @@ -0,0 +1,277 @@ 15695 15698 +/* … … 15972 15975 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 15976 --- 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-0 3 15:04:48.000000000 +020015977 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/rbtx4927.h 2007-10-05 09:39:07.000000000 +0200 15975 15978 @@ -0,0 +1,181 @@ 15976 15979 +/* … … 16157 16160 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 16161 --- 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-0 3 15:04:48.000000000 +020016162 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tsdb.h 2007-10-05 09:39:07.000000000 +0200 16160 16163 @@ -0,0 +1,275 @@ 16161 16164 +/* … … 16436 16439 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 16440 --- 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-0 3 15:04:48.000000000 +020016441 +++ linux-2.4.35.3-mct/include/asm-mips/mct-boards/tx4927evb.h 2007-10-05 09:39:07.000000000 +0200 16439 16442 @@ -0,0 +1,275 @@ 16440 16443 +/* … … 16715 16718 diff -Naru linux-2.4.35.3/include/asm-mips/mipsregs.h linux-2.4.35.3-mct/include/asm-mips/mipsregs.h 16716 16719 --- 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-0 3 15:04:48.000000000 +020016720 +++ linux-2.4.35.3-mct/include/asm-mips/mipsregs.h 2007-10-05 09:39:07.000000000 +0200 16718 16721 @@ -553,6 +553,62 @@ 16719 16722 : : "r" (val)); … … 16781 16784 diff -Naru linux-2.4.35.3/include/asm-mips/parport.h linux-2.4.35.3-mct/include/asm-mips/parport.h 16782 16785 --- 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-0 3 15:04:48.000000000 +020016786 +++ linux-2.4.35.3-mct/include/asm-mips/parport.h 2007-10-05 09:39:07.000000000 +0200 16784 16787 @@ -6,10 +6,26 @@ 16785 16788 #ifndef _ASM_PARPORT_H … … 16811 16814 diff -Naru linux-2.4.35.3/include/asm-mips/pci.h linux-2.4.35.3-mct/include/asm-mips/pci.h 16812 16815 --- 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-0 3 15:04:48.000000000 +020016816 +++ linux-2.4.35.3-mct/include/asm-mips/pci.h 2007-10-05 09:39:07.000000000 +0200 16814 16817 @@ -49,6 +49,13 @@ 16815 16818 #define PCIBIOS_MIN_MEM 0x1000000 … … 16828 16831 diff -Naru linux-2.4.35.3/include/asm-mips/ptrace.h linux-2.4.35.3-mct/include/asm-mips/ptrace.h 16829 16832 --- 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-0 3 15:04:48.000000000 +020016833 +++ linux-2.4.35.3-mct/include/asm-mips/ptrace.h 2007-10-05 09:39:07.000000000 +0200 16831 16834 @@ -73,12 +73,12 @@ 16832 16835 #endif /* !__ASSEMBLY__ */ … … 16850 16853 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 16854 --- 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-0 3 15:04:48.000000000 +020016855 +++ linux-2.4.35.3-mct/include/asm-mips/serial_txx927.h 2007-10-05 09:39:07.000000000 +0200 16853 16856 @@ -0,0 +1,17 @@ 16854 16857 +/* … … 16871 16874 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 16875 --- 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-0 3 15:04:48.000000000 +020016876 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/dma.h 2007-10-05 09:39:07.000000000 +0200 16874 16877 @@ -0,0 +1,150 @@ 16875 16878 +/* … … 17025 17028 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 17029 --- 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-0 3 15:04:48.000000000 +020017030 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/irq.h 2007-10-05 09:39:07.000000000 +0200 17028 17031 @@ -0,0 +1,46 @@ 17029 17032 +/* … … 17075 17078 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 17079 --- 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-0 3 15:04:48.000000000 +020017080 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmi39io2.h 2007-10-05 09:39:07.000000000 +0200 17078 17081 @@ -0,0 +1,106 @@ 17079 17082 +/* … … 17185 17188 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 17189 --- 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-0 3 15:04:48.000000000 +020017190 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/jmr3927.h 2007-10-05 09:39:07.000000000 +0200 17188 17191 @@ -0,0 +1,206 @@ 17189 17192 +/* … … 17395 17398 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 17399 --- 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-0 3 15:04:48.000000000 +020017400 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pci.h 2007-10-05 09:39:07.000000000 +0200 17398 17401 @@ -0,0 +1,23 @@ 17399 17402 +/* … … 17422 17425 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 17426 --- 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-0 3 15:04:48.000000000 +020017427 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/pmon.h 2007-10-05 09:39:07.000000000 +0200 17425 17428 @@ -0,0 +1,49 @@ 17426 17429 +/* … … 17475 17478 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 17479 --- 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-0 3 15:04:48.000000000 +020017480 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4925.h 2007-10-05 09:39:07.000000000 +0200 17478 17481 @@ -0,0 +1,279 @@ 17479 17482 +/* … … 17758 17761 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 17762 --- 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-0 3 15:04:48.000000000 +020017763 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/rbtx4927.h 2007-10-05 09:39:07.000000000 +0200 17761 17764 @@ -0,0 +1,181 @@ 17762 17765 +/* … … 17943 17946 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 17947 --- 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-0 3 15:04:48.000000000 +020017948 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tsdb.h 2007-10-05 09:39:07.000000000 +0200 17946 17949 @@ -0,0 +1,275 @@ 17947 17950 +/* … … 18222 18225 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 18226 --- 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-0 3 15:04:48.000000000 +020018227 +++ linux-2.4.35.3-mct/include/asm-mips/toshiba-boards/tx4927evb.h 2007-10-05 09:39:07.000000000 +0200 18225 18228 @@ -0,0 +1,275 @@ 18226 18229 +/* … … 18501 18504 diff -Naru linux-2.4.35.3/include/asm-mips/tx3927.h linux-2.4.35.3-mct/include/asm-mips/tx3927.h 18502 18505 --- 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-0 3 15:04:48.000000000 +020018506 +++ linux-2.4.35.3-mct/include/asm-mips/tx3927.h 2007-10-05 09:39:07.000000000 +0200 18504 18507 @@ -0,0 +1,363 @@ 18505 18508 +/* … … 18868 18871 diff -Naru linux-2.4.35.3/include/asm-mips/tx4925.h linux-2.4.35.3-mct/include/asm-mips/tx4925.h 18869 18872 --- 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-0 3 15:04:48.000000000 +020018873 +++ linux-2.4.35.3-mct/include/asm-mips/tx4925.h 2007-10-05 09:39:07.000000000 +0200 18871 18874 @@ -0,0 +1,511 @@ 18872 18875 +/* … … 19383 19386 diff -Naru linux-2.4.35.3/include/asm-mips/tx4927.h linux-2.4.35.3-mct/include/asm-mips/tx4927.h 19384 19387 --- 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-0 3 15:04:48.000000000 +020019388 +++ linux-2.4.35.3-mct/include/asm-mips/tx4927.h 2007-10-05 09:39:07.000000000 +0200 19386 19389 @@ -0,0 +1,507 @@ 19387 19390 +/* … … 19894 19897 diff -Naru linux-2.4.35.3/include/asm-mips/txx927.h linux-2.4.35.3-mct/include/asm-mips/txx927.h 19895 19898 --- 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-0 3 15:04:48.000000000 +020019899 +++ linux-2.4.35.3-mct/include/asm-mips/txx927.h 2007-10-05 09:39:07.000000000 +0200 19897 19900 @@ -0,0 +1,180 @@ 19898 19901 +/* … … 20078 20081 diff -Naru linux-2.4.35.3/include/linux/pci_ids.h linux-2.4.35.3-mct/include/linux/pci_ids.h 20079 20082 --- 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-0 3 15:04:48.000000000 +020020083 +++ linux-2.4.35.3-mct/include/linux/pci_ids.h 2007-10-05 09:39:07.000000000 +0200 20081 20084 @@ -1505,6 +1505,9 @@ 20082 20085 #define PCI_DEVICE_ID_ITE_IT8181 0x8181 … … 20091 20094 diff -Naru linux-2.4.35.3/init/do_mounts.c linux-2.4.35.3-mct/init/do_mounts.c 20092 20095 --- 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-0 3 15:04:48.000000000 +020020096 +++ linux-2.4.35.3-mct/init/do_mounts.c 2007-10-05 09:39:07.000000000 +0200 20094 20097 @@ -344,15 +344,28 @@ 20095 20098 } … … 20222 20225 diff -Naru linux-2.4.35.3/net/ipv4/ipconfig.c linux-2.4.35.3-mct/net/ipv4/ipconfig.c 20223 20226 --- 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-0 3 15:04:48.000000000 +020020227 +++ linux-2.4.35.3-mct/net/ipv4/ipconfig.c 2007-10-05 09:39:07.000000000 +0200 20225 20228 @@ -86,8 +86,8 @@ 20226 20229 #define CONF_POST_OPEN (1*HZ) /* After opening: 1 second */
