Home | History | Annotate | Line # | Download | only in conf
files.powerpc revision 1.24.6.9
      1  1.24.6.9  thorpej #	$NetBSD: files.powerpc,v 1.24.6.9 2002/12/11 06:11:37 thorpej Exp $
      2  1.24.6.2  nathanw 
      3  1.24.6.2  nathanw defflag	opt_altivec.h	ALTIVEC K_ALTIVEC
      4  1.24.6.2  nathanw defflag	opt_openpic.h	OPENPIC OPENPIC_SERIAL_MODE
      5  1.24.6.2  nathanw defparam		L2CR_CONFIG
      6  1.24.6.2  nathanw defflag	opt_ppcarch.h	PPC_MPC6XX PPC_MPC8XX PPC_IBM4XX
      7  1.24.6.7  nathanw defflag opt_pmap.h	PMAPDEBUG PMAPCHECK PMAPCOUNTERS
      8  1.24.6.2  nathanw 
      9  1.24.6.2  nathanw file	arch/powerpc/powerpc/Locore.c
     10  1.24.6.2  nathanw file	arch/powerpc/powerpc/copystr.c
     11  1.24.6.2  nathanw file	arch/powerpc/powerpc/fubyte.c
     12  1.24.6.2  nathanw file	arch/powerpc/powerpc/fuswintr.c
     13  1.24.6.2  nathanw file	arch/powerpc/powerpc/in_cksum.c
     14  1.24.6.2  nathanw file	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
     15  1.24.6.2  nathanw file	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
     16  1.24.6.2  nathanw file	arch/powerpc/powerpc/mem.c
     17  1.24.6.2  nathanw file	arch/powerpc/powerpc/openpic.c			openpic
     18  1.24.6.6  nathanw file	arch/powerpc/powerpc/pmap_subr.c		ppc_mpc6xx & !oldpmap
     19  1.24.6.2  nathanw file	arch/powerpc/powerpc/powerpc_machdep.c
     20  1.24.6.2  nathanw file	arch/powerpc/powerpc/process_machdep.c
     21  1.24.6.2  nathanw file	arch/powerpc/powerpc/sig_machdep.c
     22  1.24.6.2  nathanw file	arch/powerpc/powerpc/sigcode.S
     23  1.24.6.2  nathanw file	arch/powerpc/powerpc/subyte.c
     24  1.24.6.2  nathanw file	arch/powerpc/powerpc/suword.c
     25  1.24.6.2  nathanw file	arch/powerpc/powerpc/suswintr.c
     26  1.24.6.2  nathanw file	arch/powerpc/powerpc/sys_machdep.c
     27  1.24.6.6  nathanw file	arch/powerpc/powerpc/syscall.c
     28  1.24.6.2  nathanw file	arch/powerpc/powerpc/vm_machdep.c
     29  1.24.6.2  nathanw file	arch/powerpc/powerpc/setjmp.S			ddb | kgdb
     30  1.24.6.2  nathanw file	arch/powerpc/powerpc/db_memrw.c			ddb | kgdb
     31  1.24.6.2  nathanw file	arch/powerpc/powerpc/db_disasm.c		ddb
     32  1.24.6.3  nathanw file	arch/powerpc/powerpc/db_interface.c		ddb | kgdb
     33  1.24.6.2  nathanw file	arch/powerpc/powerpc/db_trace.c			ddb
     34  1.24.6.2  nathanw 
     35  1.24.6.2  nathanw # IBM 4xx Family files (40x)
     36  1.24.6.2  nathanw file	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
     37  1.24.6.2  nathanw file	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
     38  1.24.6.5  nathanw file	arch/powerpc/ibm4xx/clock.c			ppc_ibm4xx
     39  1.24.6.2  nathanw file	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
     40  1.24.6.2  nathanw file	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
     41  1.24.6.5  nathanw file	arch/powerpc/ibm4xx/intr.c			ppc_ibm4xx
     42  1.24.6.2  nathanw 
     43  1.24.6.2  nathanw # MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx)
     44  1.24.6.2  nathanw #
     45  1.24.6.6  nathanw file	arch/powerpc/mpc6xx/altivec.c			ppc_mpc6xx & altivec
     46  1.24.6.2  nathanw file	arch/powerpc/mpc6xx/cpu_subr.c			ppc_mpc6xx
     47  1.24.6.6  nathanw file	arch/powerpc/mpc6xx/mpc6xx_machdep.c		ppc_mpc6xx
     48  1.24.6.6  nathanw file	arch/powerpc/mpc6xx/pmap.c			ppc_mpc6xx & !oldpmap
     49  1.24.6.2  nathanw file	arch/powerpc/powerpc/fpu.c			ppc_mpc6xx
     50  1.24.6.5  nathanw file	arch/powerpc/powerpc/pmap.c			ppc_mpc6xx & oldpmap
     51  1.24.6.2  nathanw file	arch/powerpc/powerpc/trap.c			ppc_mpc6xx
     52  1.24.6.2  nathanw 
     53  1.24.6.2  nathanw # Binary compatibility with previous NetBSD releases (COMPAT_XX)
     54  1.24.6.2  nathanw file	arch/powerpc/powerpc/compat_13_machdep.c	compat_13
     55  1.24.6.8  nathanw 
     56  1.24.6.8  nathanw # MACH binary compatibility (COMPAT_MACH)
     57  1.24.6.8  nathanw include "compat/mach/files.mach"
     58  1.24.6.8  nathanw include "compat/mach/arch/powerpc/files.mach_powerpc"
     59  1.24.6.8  nathanw file	arch/powerpc/powerpc/mach_machdep.c		compat_mach
     60  1.24.6.8  nathanw file	arch/powerpc/powerpc/mach_sigcode.S		compat_mach
     61  1.24.6.8  nathanw file	arch/powerpc/powerpc/mach_syscall.c		compat_mach
     62  1.24.6.8  nathanw file	arch/powerpc/powerpc/macho_machdep.c		exec_macho
     63  1.24.6.8  nathanw 
     64  1.24.6.9  thorpej # Darwin binary compatibility (COMPAT_DARWIN)
     65  1.24.6.9  thorpej include "compat/darwin/files.darwin"
     66  1.24.6.9  thorpej include "compat/freebsd/files.freebsd" 
     67  1.24.6.9  thorpej file	arch/powerpc/powerpc/darwin_machdep.c		compat_darwin
     68  1.24.6.9  thorpej 
     69  1.24.6.8  nathanw # OSS audio driver compatibility
     70  1.24.6.8  nathanw include "compat/ossaudio/files.ossaudio"	
     71  1.24.6.8  nathanw 
     72  1.24.6.8  nathanw # Linux binary compatibility (COMPAT_LINUX)
     73  1.24.6.8  nathanw include "compat/linux/files.linux"
     74  1.24.6.8  nathanw include "compat/linux/arch/powerpc/files.linux_powerpc"
     75  1.24.6.8  nathanw file arch/powerpc/powerpc/linux_sigcode.S	compat_linux
     76  1.24.6.8  nathanw file arch/powerpc/powerpc/linux_trap.c		compat_linux
     77  1.24.6.8  nathanw file arch/powerpc/powerpc/linux_syscall.c	compat_linux
     78