files.powerpc revision 1.22
11.22Sbriggs#	$NetBSD: files.powerpc,v 1.22 2001/06/20 02:40:14 briggs Exp $
21.18Smattdefopt	opt_altivec.h	ALTIVEC K_ALTIVEC
31.18Smattdefopt	OPENPIC
41.18Smattdefopt	opt_ppcarch.h	PPC_MPC6XX PPC_MPC8XX PPC_IBM4XX
51.6Smycroft
61.6Smycroftfile	arch/powerpc/powerpc/Locore.c
71.1Swsfile	arch/powerpc/powerpc/copystr.c
81.14Smattfile	arch/powerpc/powerpc/altivec.c			altivec
91.1Swsfile	arch/powerpc/powerpc/fubyte.c
101.1Swsfile	arch/powerpc/powerpc/fuswintr.c
111.1Swsfile	arch/powerpc/powerpc/in_cksum.c
121.8Ssakamotofile	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
131.22Sbriggsfile	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
141.1Swsfile	arch/powerpc/powerpc/mem.c
151.16Sbriggsfile	arch/powerpc/powerpc/openpic.c			openpic
161.17Smattfile	arch/powerpc/powerpc/powerpc_machdep.c
171.1Swsfile	arch/powerpc/powerpc/process_machdep.c
181.12Skleinkfile	arch/powerpc/powerpc/sig_machdep.c
191.12Skleinkfile	arch/powerpc/powerpc/sigcode.S
201.1Swsfile	arch/powerpc/powerpc/subyte.c
211.1Swsfile	arch/powerpc/powerpc/suword.c
221.1Swsfile	arch/powerpc/powerpc/suswintr.c
231.1Swsfile	arch/powerpc/powerpc/sys_machdep.c
241.8Ssakamotofile	arch/powerpc/powerpc/vm_machdep.c
251.22Sbriggsfile    arch/powerpc/powerpc/setjmp.S                   ddb | kgdb
261.22Sbriggsfile    arch/powerpc/powerpc/db_memrw.c                 ddb | kgdb
271.5Ssakamotofile    arch/powerpc/powerpc/db_disasm.c                ddb
281.5Ssakamotofile    arch/powerpc/powerpc/db_interface.c             ddb
291.5Ssakamotofile    arch/powerpc/powerpc/db_trace.c                 ddb
301.18Smatt
311.20Ssimonb# IBM 4xx Family files (40x)
321.20Ssimonbfile	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
331.20Ssimonbfile	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
341.20Ssimonbfile	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
351.20Ssimonbfile	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
361.20Ssimonb
371.18Smatt# MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx)
381.18Smatt#
391.19Stsubaifile	arch/powerpc/mpc6xx/pmap.c			ppc_mpc6xx & newpmap
401.20Ssimonbfile	arch/powerpc/powerpc/fpu.c			ppc_mpc6xx
411.20Ssimonbfile	arch/powerpc/powerpc/pmap.c			ppc_mpc6xx & !newpmap
421.20Ssimonbfile	arch/powerpc/powerpc/trap.c			ppc_mpc6xx
431.20Ssimonbfile	arch/powerpc/powerpc/copyinstr.c		ppc_mpc6xx
441.20Ssimonbfile	arch/powerpc/powerpc/copyoutstr.c		ppc_mpc6xx
451.9Sthorpej
461.9Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
471.9Sthorpejfile	arch/powerpc/powerpc/compat_13_machdep.c      compat_13
48