files.powerpc revision 1.23
11.23Smatt#	$NetBSD: files.powerpc,v 1.23 2001/08/26 02:47:39 matt Exp $
21.18Smattdefopt	opt_altivec.h	ALTIVEC K_ALTIVEC
31.18Smattdefopt	OPENPIC
41.23Smattdefopt	L2CR_CONFIG
51.18Smattdefopt	opt_ppcarch.h	PPC_MPC6XX PPC_MPC8XX PPC_IBM4XX
61.6Smycroft
71.6Smycroftfile	arch/powerpc/powerpc/Locore.c
81.1Swsfile	arch/powerpc/powerpc/copystr.c
91.14Smattfile	arch/powerpc/powerpc/altivec.c			altivec
101.1Swsfile	arch/powerpc/powerpc/fubyte.c
111.1Swsfile	arch/powerpc/powerpc/fuswintr.c
121.1Swsfile	arch/powerpc/powerpc/in_cksum.c
131.8Ssakamotofile	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
141.22Sbriggsfile	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
151.1Swsfile	arch/powerpc/powerpc/mem.c
161.16Sbriggsfile	arch/powerpc/powerpc/openpic.c			openpic
171.17Smattfile	arch/powerpc/powerpc/powerpc_machdep.c
181.1Swsfile	arch/powerpc/powerpc/process_machdep.c
191.12Skleinkfile	arch/powerpc/powerpc/sig_machdep.c
201.12Skleinkfile	arch/powerpc/powerpc/sigcode.S
211.1Swsfile	arch/powerpc/powerpc/subyte.c
221.1Swsfile	arch/powerpc/powerpc/suword.c
231.1Swsfile	arch/powerpc/powerpc/suswintr.c
241.1Swsfile	arch/powerpc/powerpc/sys_machdep.c
251.8Ssakamotofile	arch/powerpc/powerpc/vm_machdep.c
261.22Sbriggsfile    arch/powerpc/powerpc/setjmp.S                   ddb | kgdb
271.22Sbriggsfile    arch/powerpc/powerpc/db_memrw.c                 ddb | kgdb
281.5Ssakamotofile    arch/powerpc/powerpc/db_disasm.c                ddb
291.5Ssakamotofile    arch/powerpc/powerpc/db_interface.c             ddb
301.5Ssakamotofile    arch/powerpc/powerpc/db_trace.c                 ddb
311.18Smatt
321.20Ssimonb# IBM 4xx Family files (40x)
331.20Ssimonbfile	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
341.20Ssimonbfile	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
351.20Ssimonbfile	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
361.20Ssimonbfile	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
371.20Ssimonb
381.18Smatt# MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx)
391.18Smatt#
401.19Stsubaifile	arch/powerpc/mpc6xx/pmap.c			ppc_mpc6xx & newpmap
411.23Smattfile	arch/powerpc/mpc6xx/cpu_subr.c			ppc_mpc6xx
421.20Ssimonbfile	arch/powerpc/powerpc/fpu.c			ppc_mpc6xx
431.20Ssimonbfile	arch/powerpc/powerpc/pmap.c			ppc_mpc6xx & !newpmap
441.20Ssimonbfile	arch/powerpc/powerpc/trap.c			ppc_mpc6xx
451.20Ssimonbfile	arch/powerpc/powerpc/copyinstr.c		ppc_mpc6xx
461.20Ssimonbfile	arch/powerpc/powerpc/copyoutstr.c		ppc_mpc6xx
471.9Sthorpej
481.9Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
491.9Sthorpejfile	arch/powerpc/powerpc/compat_13_machdep.c      compat_13
50