1 1.51 matt # $NetBSD: files.powerpc,v 1.51 2003/08/03 21:38:08 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.48 matt defparam opt_ppcparam.h L2CR_CONFIG L3CR_CONFIG INTSTK SPILLSTK CLOCKBASE 6 1.51 matt defflag opt_ppcarch.h PPC_OEA PPC_OEA64 PPC_MPC8XX PPC_IBM4XX PPC_IBM403 7 1.35 matt defflag opt_pmap.h PMAPDEBUG PMAPCHECK PMAPCOUNTERS 8 1.6 mycroft 9 1.1 ws file arch/powerpc/powerpc/copystr.c 10 1.1 ws file arch/powerpc/powerpc/fubyte.c 11 1.1 ws file arch/powerpc/powerpc/fuswintr.c 12 1.1 ws file arch/powerpc/powerpc/in_cksum.c 13 1.8 sakamoto file arch/powerpc/powerpc/ipkdb_glue.c ipkdb 14 1.22 briggs file arch/powerpc/powerpc/kgdb_machdep.c kgdb 15 1.1 ws file arch/powerpc/powerpc/mem.c 16 1.16 briggs file arch/powerpc/powerpc/openpic.c openpic 17 1.45 matt file arch/powerpc/powerpc/pmap_subr.c ppc_oea 18 1.17 matt file arch/powerpc/powerpc/powerpc_machdep.c 19 1.1 ws file arch/powerpc/powerpc/process_machdep.c 20 1.43 matt file arch/powerpc/powerpc/setfault.S 21 1.12 kleink file arch/powerpc/powerpc/sig_machdep.c 22 1.12 kleink file arch/powerpc/powerpc/sigcode.S 23 1.1 ws file arch/powerpc/powerpc/subyte.c 24 1.1 ws file arch/powerpc/powerpc/suword.c 25 1.1 ws file arch/powerpc/powerpc/suswintr.c 26 1.1 ws file arch/powerpc/powerpc/sys_machdep.c 27 1.32 matt file arch/powerpc/powerpc/syscall.c 28 1.8 sakamoto file arch/powerpc/powerpc/vm_machdep.c 29 1.25 lukem file arch/powerpc/powerpc/setjmp.S ddb | kgdb 30 1.25 lukem file arch/powerpc/powerpc/db_memrw.c ddb | kgdb 31 1.25 lukem file arch/powerpc/powerpc/db_disasm.c ddb 32 1.29 dbj file arch/powerpc/powerpc/db_interface.c ddb | kgdb 33 1.25 lukem file arch/powerpc/powerpc/db_trace.c ddb 34 1.18 matt 35 1.20 simonb # IBM 4xx Family files (40x) 36 1.20 simonb file arch/powerpc/ibm4xx/pmap.c ppc_ibm4xx 37 1.20 simonb file arch/powerpc/ibm4xx/trap.c ppc_ibm4xx 38 1.31 eeh file arch/powerpc/ibm4xx/clock.c ppc_ibm4xx 39 1.20 simonb file arch/powerpc/ibm4xx/copyinstr.c ppc_ibm4xx 40 1.20 simonb file arch/powerpc/ibm4xx/copyoutstr.c ppc_ibm4xx 41 1.31 eeh file arch/powerpc/ibm4xx/intr.c ppc_ibm4xx 42 1.20 simonb 43 1.18 matt # MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx) 44 1.18 matt # 45 1.45 matt file arch/powerpc/oea/altivec.c ppc_oea & altivec 46 1.45 matt file arch/powerpc/oea/cpu_subr.c ppc_oea 47 1.45 matt file arch/powerpc/oea/oea_machdep.c ppc_oea 48 1.45 matt file arch/powerpc/oea/pmap.c ppc_oea 49 1.45 matt file arch/powerpc/powerpc/fpu.c ppc_oea 50 1.45 matt file arch/powerpc/powerpc/trap.c ppc_oea 51 1.9 thorpej 52 1.9 thorpej # Binary compatibility with previous NetBSD releases (COMPAT_XX) 53 1.25 lukem file arch/powerpc/powerpc/compat_13_machdep.c compat_13 54 1.36 manu 55 1.38 manu # MACH binary compatibility (COMPAT_MACH) 56 1.38 manu include "compat/mach/files.mach" 57 1.39 manu include "compat/mach/arch/powerpc/files.mach_powerpc" 58 1.38 manu file arch/powerpc/powerpc/mach_machdep.c compat_mach 59 1.38 manu file arch/powerpc/powerpc/mach_sigcode.S compat_mach 60 1.38 manu file arch/powerpc/powerpc/mach_syscall.c compat_mach 61 1.38 manu file arch/powerpc/powerpc/macho_machdep.c exec_macho 62 1.40 manu 63 1.40 manu # Darwin binary compatibility (COMPAT_DARWIN) 64 1.40 manu include "compat/darwin/files.darwin" 65 1.41 manu include "compat/freebsd/files.freebsd" 66 1.42 manu file arch/powerpc/powerpc/darwin_machdep.c compat_darwin 67 1.51 matt 68 1.51 matt include "compat/netbsd32/files.netbsd32" 69 1.51 matt file arch/powerpc/powerpc/netbsd32_sigcode.S compat_netbsd32 70 1.38 manu 71 1.36 manu # OSS audio driver compatibility 72 1.36 manu include "compat/ossaudio/files.ossaudio" 73 1.36 manu 74 1.36 manu # Linux binary compatibility (COMPAT_LINUX) 75 1.36 manu include "compat/linux/files.linux" 76 1.36 manu include "compat/linux/arch/powerpc/files.linux_powerpc" 77 1.45 matt file arch/powerpc/powerpc/linux_sigcode.S compat_linux 78 1.45 matt file arch/powerpc/powerpc/linux_trap.c compat_linux 79 1.45 matt file arch/powerpc/powerpc/linux_syscall.c compat_linux 80