From: Roman Z. <zi...@us...> - 2004-02-04 21:24:00
|
CVSROOT: /cvsroot/linux-apus Module name: 2.6 Repository: 2.6/include/video/ Changes by: zi...@sc....(none) 04/02/04 13:21:36 Log message: forward port of the minimal changes to get APUS working with 2.6 Modified files: ./: Makefile 2.6/arch/ppc/: Makefile 2.6/arch/ppc/amiga/: amiints.c cia.c config.c time.c 2.6/arch/ppc/kernel/: Makefile entry.S head.S misc.S ppc_ksyms.c setup.c time.c 2.6/arch/ppc/mm/: Makefile init.c pgtable.c 2.6/arch/ppc/platforms/: apus_setup.c 2.6/drivers/block/: amiflop.c 2.6/include/asm-m68k/: bootinfo.h 2.6/include/asm-ppc/: bootinfo.h current.h io.h machdep.h pgtable.h 2.6/include/video/: vga.h Revision Changes Path 1.2 +2 -2 2.6/Makefile 1.2 +4 -0 2.6/arch/ppc/Makefile 1.2 +13 -6 2.6/arch/ppc/amiga/amiints.c 1.2 +2 -1 2.6/arch/ppc/amiga/cia.c 1.2 +108 -277 2.6/arch/ppc/amiga/config.c 1.2 +0 -45 2.6/arch/ppc/amiga/time.c 1.2 +2 -1 2.6/arch/ppc/kernel/Makefile 1.2 +3 -0 2.6/arch/ppc/kernel/entry.S 1.2 +65 -13 2.6/arch/ppc/kernel/head.S 1.2 +4 -0 2.6/arch/ppc/kernel/misc.S 1.2 +0 -3 2.6/arch/ppc/kernel/ppc_ksyms.c 1.2 +5 -0 2.6/arch/ppc/kernel/setup.c 1.2 +2 -0 2.6/arch/ppc/kernel/time.c 1.2 +2 -1 2.6/arch/ppc/mm/Makefile 1.2 +0 -3 2.6/arch/ppc/mm/init.c 1.2 +2 -41 2.6/arch/ppc/mm/pgtable.c 1.2 +108 -142 2.6/arch/ppc/platforms/apus_setup.c 1.2 +1 -0 2.6/drivers/block/amiflop.c 1.2 +2 -0 2.6/include/asm-m68k/bootinfo.h 1.2 +1 -1 2.6/include/asm-ppc/bootinfo.h 1.2 +2 -2 2.6/include/asm-ppc/current.h 1.2 +13 -6 2.6/include/asm-ppc/io.h 1.2 +0 -4 2.6/include/asm-ppc/machdep.h 1.2 +1 -1 2.6/include/asm-ppc/pgtable.h 1.2 +8 -0 2.6/include/video/vga.h |