files.powerpc revision 1.57
11.57Smatt#	$NetBSD: files.powerpc,v 1.57 2004/04/18 23:31:45 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.51Smattdefflag	opt_ppcarch.h	PPC_OEA PPC_OEA64 PPC_MPC8XX PPC_IBM4XX PPC_IBM403
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.1Swsfile	arch/powerpc/powerpc/fubyte.c
121.1Swsfile	arch/powerpc/powerpc/fuswintr.c
131.57Smattfile	arch/powerpc/powerpc/in_cksum.c			inet | inet6
141.8Ssakamotofile	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
151.22Sbriggsfile	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
161.1Swsfile	arch/powerpc/powerpc/mem.c
171.16Sbriggsfile	arch/powerpc/powerpc/openpic.c			openpic
181.45Smattfile	arch/powerpc/powerpc/pmap_subr.c		ppc_oea
191.17Smattfile	arch/powerpc/powerpc/powerpc_machdep.c
201.1Swsfile	arch/powerpc/powerpc/process_machdep.c
211.43Smattfile	arch/powerpc/powerpc/setfault.S
221.12Skleinkfile	arch/powerpc/powerpc/sig_machdep.c
231.12Skleinkfile	arch/powerpc/powerpc/sigcode.S
241.1Swsfile	arch/powerpc/powerpc/subyte.c
251.1Swsfile	arch/powerpc/powerpc/suword.c
261.1Swsfile	arch/powerpc/powerpc/suswintr.c
271.1Swsfile	arch/powerpc/powerpc/sys_machdep.c
281.32Smattfile	arch/powerpc/powerpc/syscall.c
291.8Ssakamotofile	arch/powerpc/powerpc/vm_machdep.c
301.25Slukemfile	arch/powerpc/powerpc/setjmp.S			ddb | kgdb
311.25Slukemfile	arch/powerpc/powerpc/db_memrw.c			ddb | kgdb
321.25Slukemfile	arch/powerpc/powerpc/db_disasm.c		ddb
331.29Sdbjfile	arch/powerpc/powerpc/db_interface.c		ddb | kgdb
341.25Slukemfile	arch/powerpc/powerpc/db_trace.c			ddb
351.18Smatt
361.57Smattfile	netns/ns_cksum.c				ns
371.57Smatt
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.18Smatt# MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx)
461.18Smatt#
471.45Smattfile	arch/powerpc/oea/altivec.c			ppc_oea & altivec
481.45Smattfile	arch/powerpc/oea/cpu_subr.c			ppc_oea
491.45Smattfile	arch/powerpc/oea/oea_machdep.c			ppc_oea
501.45Smattfile	arch/powerpc/oea/pmap.c				ppc_oea
511.45Smattfile	arch/powerpc/powerpc/fpu.c			ppc_oea
521.45Smattfile	arch/powerpc/powerpc/trap.c			ppc_oea
531.9Sthorpej
541.9Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
551.25Slukemfile	arch/powerpc/powerpc/compat_13_machdep.c	compat_13
561.54Smattfile	arch/powerpc/powerpc/compat_16_machdep.c	compat_16
571.36Smanu
581.38Smanu# MACH binary compatibility (COMPAT_MACH)
591.38Smanuinclude "compat/mach/files.mach"
601.39Smanuinclude "compat/mach/arch/powerpc/files.mach_powerpc"
611.38Smanufile	arch/powerpc/powerpc/mach_machdep.c		compat_mach
621.38Smanufile	arch/powerpc/powerpc/mach_sigcode.S		compat_mach
631.38Smanufile	arch/powerpc/powerpc/mach_syscall.c		compat_mach
641.38Smanufile	arch/powerpc/powerpc/macho_machdep.c		exec_macho
651.40Smanu
661.40Smanu# Darwin binary compatibility (COMPAT_DARWIN)
671.40Smanuinclude "compat/darwin/files.darwin"
681.41Smanuinclude "compat/freebsd/files.freebsd" 
691.42Smanufile	arch/powerpc/powerpc/darwin_machdep.c		compat_darwin
701.51Smatt
711.51Smattinclude "compat/netbsd32/files.netbsd32"
721.51Smattfile	arch/powerpc/powerpc/netbsd32_sigcode.S		compat_netbsd32
731.38Smanu
741.36Smanu# OSS audio driver compatibility
751.36Smanuinclude "compat/ossaudio/files.ossaudio"	
761.36Smanu
771.36Smanu# Linux binary compatibility (COMPAT_LINUX)
781.36Smanuinclude "compat/linux/files.linux"
791.36Smanuinclude "compat/linux/arch/powerpc/files.linux_powerpc"
801.45Smattfile arch/powerpc/powerpc/linux_sigcode.S		compat_linux
811.45Smattfile arch/powerpc/powerpc/linux_trap.c			compat_linux
821.45Smattfile arch/powerpc/powerpc/linux_syscall.c		compat_linux
83