files.powerpc revision 1.72
11.72Smatt#	$NetBSD: files.powerpc,v 1.72 2010/03/09 22:35:12 matt Exp $
21.26Slukem
31.27Slukemdefflag	opt_altivec.h	ALTIVEC K_ALTIVEC
41.27Slukemdefflag	opt_openpic.h	OPENPIC OPENPIC_SERIAL_MODE
51.53Smattdefparam opt_ppcparam.h	L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE
61.72Smattdefflag	opt_ppcarch.h	PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE
71.35Smattdefflag opt_pmap.h	PMAPDEBUG PMAPCHECK PMAPCOUNTERS
81.56Saymericdefparam opt_pmap.h	PTEGCOUNT PMAP_MEMLIMIT
91.6Smycroft
101.1Swsfile	arch/powerpc/powerpc/copystr.c
111.70Sadfile	arch/powerpc/powerpc/core_machdep.c		coredump
121.1Swsfile	arch/powerpc/powerpc/fubyte.c
131.1Swsfile	arch/powerpc/powerpc/fuswintr.c
141.8Ssakamotofile	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
151.22Sbriggsfile	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
161.66Sadfile	arch/powerpc/powerpc/kobj_machdep.c		modular
171.63Sadfile	arch/powerpc/powerpc/lock_stubs.S
181.1Swsfile	arch/powerpc/powerpc/mem.c
191.16Sbriggsfile	arch/powerpc/powerpc/openpic.c			openpic
201.69Sgarbledfile	arch/powerpc/powerpc/pmap_subr.c		ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
211.17Smattfile	arch/powerpc/powerpc/powerpc_machdep.c
221.1Swsfile	arch/powerpc/powerpc/process_machdep.c
231.43Smattfile	arch/powerpc/powerpc/setfault.S
241.12Skleinkfile	arch/powerpc/powerpc/sig_machdep.c
251.12Skleinkfile	arch/powerpc/powerpc/sigcode.S
261.1Swsfile	arch/powerpc/powerpc/subyte.c
271.1Swsfile	arch/powerpc/powerpc/suword.c
281.1Swsfile	arch/powerpc/powerpc/suswintr.c
291.1Swsfile	arch/powerpc/powerpc/sys_machdep.c
301.32Smattfile	arch/powerpc/powerpc/syscall.c
311.8Ssakamotofile	arch/powerpc/powerpc/vm_machdep.c
321.25Slukemfile	arch/powerpc/powerpc/setjmp.S			ddb | kgdb
331.25Slukemfile	arch/powerpc/powerpc/db_memrw.c			ddb | kgdb
341.25Slukemfile	arch/powerpc/powerpc/db_disasm.c		ddb
351.29Sdbjfile	arch/powerpc/powerpc/db_interface.c		ddb | kgdb
361.25Slukemfile	arch/powerpc/powerpc/db_trace.c			ddb
371.18Smatt
381.20Ssimonb# IBM 4xx Family files (40x)
391.20Ssimonbfile	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
401.20Ssimonbfile	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
411.31Seehfile	arch/powerpc/ibm4xx/clock.c			ppc_ibm4xx
421.20Ssimonbfile	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
431.20Ssimonbfile	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
441.20Ssimonb
451.62Ssanjayl# MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx), IBM 970 family (bridge mode??)
461.18Smatt#
471.65Sgarbleddefparam opt_oea.h EXTMAP_RANGES=20
481.62Ssanjaylfile	arch/powerpc/oea/altivec.c			(ppc_oea |ppc_oea64 | ppc_oea64_bridge) & altivec
491.69Sgarbledfile	arch/powerpc/oea/cpu_subr.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
501.69Sgarbledfile	arch/powerpc/oea/oea_machdep.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
511.69Sgarbledfile	arch/powerpc/oea/pmap.c				ppc_oea | ppc_oea601
521.68Sgarbledfile	arch/powerpc/oea/pmap64.c			ppc_oea64
531.68Sgarbledfile	arch/powerpc/oea/pmap64_bridge.c		ppc_oea64_bridge
541.71Spookafile	arch/powerpc/oea/pmap_kernel.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
551.69Sgarbledfile	arch/powerpc/powerpc/fpu.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
561.69Sgarbledfile	arch/powerpc/powerpc/trap.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
571.9Sthorpej
581.72Smatt# PPC BookE (MPC85xx) Family files
591.72Smattfile	arch/powerpc/booke/booke_machdep.c		ppc_booke
601.72Smattfile	arch/powerpc/booke/clock.c			ppc_booke
611.72Smattfile	arch/powerpc/booke/copyinstr.c			ppc_booke
621.72Smattfile	arch/powerpc/booke/copyoutstr.c			ppc_booke
631.72Smattfile	arch/powerpc/booke/pmap.c			ppc_booke
641.72Smattfile	arch/powerpc/booke/trap.c			ppc_booke
651.72Smatt
661.9Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
671.25Slukemfile	arch/powerpc/powerpc/compat_13_machdep.c	compat_13
681.54Smattfile	arch/powerpc/powerpc/compat_16_machdep.c	compat_16
691.36Smanu
701.38Smanu# MACH binary compatibility (COMPAT_MACH)
711.38Smanuinclude "compat/mach/files.mach"
721.39Smanuinclude "compat/mach/arch/powerpc/files.mach_powerpc"
731.38Smanufile	arch/powerpc/powerpc/mach_machdep.c		compat_mach
741.38Smanufile	arch/powerpc/powerpc/mach_sigcode.S		compat_mach
751.38Smanufile	arch/powerpc/powerpc/mach_syscall.c		compat_mach
761.38Smanufile	arch/powerpc/powerpc/macho_machdep.c		exec_macho
771.40Smanu
781.40Smanu# Darwin binary compatibility (COMPAT_DARWIN)
791.40Smanuinclude "compat/darwin/files.darwin"
801.41Smanuinclude "compat/freebsd/files.freebsd" 
811.42Smanufile	arch/powerpc/powerpc/darwin_machdep.c		compat_darwin
821.58Smanufile	arch/powerpc/powerpc/darwin_commpage_machdep.S	compat_darwin
831.51Smatt
841.51Smattinclude "compat/netbsd32/files.netbsd32"
851.51Smattfile	arch/powerpc/powerpc/netbsd32_sigcode.S		compat_netbsd32
861.38Smanu
871.36Smanu# OSS audio driver compatibility
881.36Smanuinclude "compat/ossaudio/files.ossaudio"	
891.36Smanu
901.36Smanu# Linux binary compatibility (COMPAT_LINUX)
911.36Smanuinclude "compat/linux/files.linux"
921.36Smanuinclude "compat/linux/arch/powerpc/files.linux_powerpc"
931.45Smattfile arch/powerpc/powerpc/linux_sigcode.S		compat_linux
941.45Smattfile arch/powerpc/powerpc/linux_trap.c			compat_linux
951.45Smattfile arch/powerpc/powerpc/linux_syscall.c		compat_linux
96