1 1.72 matt # $NetBSD: files.powerpc,v 1.72 2010/03/09 22:35:12 matt Exp $ 2 1.26 lukem 3 1.27 lukem defflag opt_altivec.h ALTIVEC K_ALTIVEC 4 1.27 lukem defflag opt_openpic.h OPENPIC OPENPIC_SERIAL_MODE 5 1.53 matt defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE 6 1.72 matt defflag opt_ppcarch.h PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE 7 1.35 matt defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS 8 1.56 aymeric defparam opt_pmap.h PTEGCOUNT PMAP_MEMLIMIT 9 1.6 mycroft 10 1.1 ws file arch/powerpc/powerpc/copystr.c 11 1.70 ad file arch/powerpc/powerpc/core_machdep.c coredump 12 1.1 ws file arch/powerpc/powerpc/fubyte.c 13 1.1 ws file arch/powerpc/powerpc/fuswintr.c 14 1.8 sakamoto file arch/powerpc/powerpc/ipkdb_glue.c ipkdb 15 1.22 briggs file arch/powerpc/powerpc/kgdb_machdep.c kgdb 16 1.66 ad file arch/powerpc/powerpc/kobj_machdep.c modular 17 1.63 ad file arch/powerpc/powerpc/lock_stubs.S 18 1.1 ws file arch/powerpc/powerpc/mem.c 19 1.16 briggs file arch/powerpc/powerpc/openpic.c openpic 20 1.69 garbled file arch/powerpc/powerpc/pmap_subr.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 21 1.17 matt file arch/powerpc/powerpc/powerpc_machdep.c 22 1.1 ws file arch/powerpc/powerpc/process_machdep.c 23 1.43 matt file arch/powerpc/powerpc/setfault.S 24 1.12 kleink file arch/powerpc/powerpc/sig_machdep.c 25 1.12 kleink file arch/powerpc/powerpc/sigcode.S 26 1.1 ws file arch/powerpc/powerpc/subyte.c 27 1.1 ws file arch/powerpc/powerpc/suword.c 28 1.1 ws file arch/powerpc/powerpc/suswintr.c 29 1.1 ws file arch/powerpc/powerpc/sys_machdep.c 30 1.32 matt file arch/powerpc/powerpc/syscall.c 31 1.8 sakamoto file arch/powerpc/powerpc/vm_machdep.c 32 1.25 lukem file arch/powerpc/powerpc/setjmp.S ddb | kgdb 33 1.25 lukem file arch/powerpc/powerpc/db_memrw.c ddb | kgdb 34 1.25 lukem file arch/powerpc/powerpc/db_disasm.c ddb 35 1.29 dbj file arch/powerpc/powerpc/db_interface.c ddb | kgdb 36 1.25 lukem file arch/powerpc/powerpc/db_trace.c ddb 37 1.18 matt 38 1.20 simonb # IBM 4xx Family files (40x) 39 1.20 simonb file arch/powerpc/ibm4xx/pmap.c ppc_ibm4xx 40 1.20 simonb file arch/powerpc/ibm4xx/trap.c ppc_ibm4xx 41 1.31 eeh file arch/powerpc/ibm4xx/clock.c ppc_ibm4xx 42 1.20 simonb file arch/powerpc/ibm4xx/copyinstr.c ppc_ibm4xx 43 1.20 simonb file arch/powerpc/ibm4xx/copyoutstr.c ppc_ibm4xx 44 1.20 simonb 45 1.62 sanjayl # MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx), IBM 970 family (bridge mode??) 46 1.18 matt # 47 1.65 garbled defparam opt_oea.h EXTMAP_RANGES=20 48 1.62 sanjayl file arch/powerpc/oea/altivec.c (ppc_oea |ppc_oea64 | ppc_oea64_bridge) & altivec 49 1.69 garbled file arch/powerpc/oea/cpu_subr.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 50 1.69 garbled file arch/powerpc/oea/oea_machdep.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 51 1.69 garbled file arch/powerpc/oea/pmap.c ppc_oea | ppc_oea601 52 1.68 garbled file arch/powerpc/oea/pmap64.c ppc_oea64 53 1.68 garbled file arch/powerpc/oea/pmap64_bridge.c ppc_oea64_bridge 54 1.71 pooka file arch/powerpc/oea/pmap_kernel.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 55 1.69 garbled file arch/powerpc/powerpc/fpu.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 56 1.69 garbled file arch/powerpc/powerpc/trap.c ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601 57 1.9 thorpej 58 1.72 matt # PPC BookE (MPC85xx) Family files 59 1.72 matt file arch/powerpc/booke/booke_machdep.c ppc_booke 60 1.72 matt file arch/powerpc/booke/clock.c ppc_booke 61 1.72 matt file arch/powerpc/booke/copyinstr.c ppc_booke 62 1.72 matt file arch/powerpc/booke/copyoutstr.c ppc_booke 63 1.72 matt file arch/powerpc/booke/pmap.c ppc_booke 64 1.72 matt file arch/powerpc/booke/trap.c ppc_booke 65 1.72 matt 66 1.9 thorpej # Binary compatibility with previous NetBSD releases (COMPAT_XX) 67 1.25 lukem file arch/powerpc/powerpc/compat_13_machdep.c compat_13 68 1.54 matt file arch/powerpc/powerpc/compat_16_machdep.c compat_16 69 1.36 manu 70 1.38 manu # MACH binary compatibility (COMPAT_MACH) 71 1.38 manu include "compat/mach/files.mach" 72 1.39 manu include "compat/mach/arch/powerpc/files.mach_powerpc" 73 1.38 manu file arch/powerpc/powerpc/mach_machdep.c compat_mach 74 1.38 manu file arch/powerpc/powerpc/mach_sigcode.S compat_mach 75 1.38 manu file arch/powerpc/powerpc/mach_syscall.c compat_mach 76 1.38 manu file arch/powerpc/powerpc/macho_machdep.c exec_macho 77 1.40 manu 78 1.40 manu # Darwin binary compatibility (COMPAT_DARWIN) 79 1.40 manu include "compat/darwin/files.darwin" 80 1.41 manu include "compat/freebsd/files.freebsd" 81 1.42 manu file arch/powerpc/powerpc/darwin_machdep.c compat_darwin 82 1.58 manu file arch/powerpc/powerpc/darwin_commpage_machdep.S compat_darwin 83 1.51 matt 84 1.51 matt include "compat/netbsd32/files.netbsd32" 85 1.51 matt file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32 86 1.38 manu 87 1.36 manu # OSS audio driver compatibility 88 1.36 manu include "compat/ossaudio/files.ossaudio" 89 1.36 manu 90 1.36 manu # Linux binary compatibility (COMPAT_LINUX) 91 1.36 manu include "compat/linux/files.linux" 92 1.36 manu include "compat/linux/arch/powerpc/files.linux_powerpc" 93 1.45 matt file arch/powerpc/powerpc/linux_sigcode.S compat_linux 94 1.45 matt file arch/powerpc/powerpc/linux_trap.c compat_linux 95 1.45 matt file arch/powerpc/powerpc/linux_syscall.c compat_linux 96