Home | History | Annotate | Line # | Download | only in conf
files.powerpc revision 1.62
      1  1.62   sanjayl #	$NetBSD: files.powerpc,v 1.62 2006/08/05 21:26:48 sanjayl Exp $
      2  1.26     lukem 
      3  1.27     lukem defflag	opt_altivec.h	ALTIVEC K_ALTIVEC
      4  1.27     lukem defflag	opt_openpic.h	OPENPIC OPENPIC_SERIAL_MODE
      5  1.53      matt defparam opt_ppcparam.h	L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE
      6  1.62   sanjayl defflag	opt_ppcarch.h	PPC_OEA PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403
      7  1.35      matt defflag opt_pmap.h	PMAPDEBUG PMAPCHECK PMAPCOUNTERS
      8  1.56   aymeric defparam opt_pmap.h	PTEGCOUNT PMAP_MEMLIMIT
      9   1.6   mycroft 
     10   1.1        ws file	arch/powerpc/powerpc/copystr.c
     11   1.1        ws file	arch/powerpc/powerpc/fubyte.c
     12   1.1        ws file	arch/powerpc/powerpc/fuswintr.c
     13  1.57      matt file	arch/powerpc/powerpc/in_cksum.c			inet | inet6
     14   1.8  sakamoto file	arch/powerpc/powerpc/ipkdb_glue.c		ipkdb
     15  1.22    briggs file	arch/powerpc/powerpc/kgdb_machdep.c		kgdb
     16   1.1        ws file	arch/powerpc/powerpc/mem.c
     17  1.16    briggs file	arch/powerpc/powerpc/openpic.c			openpic
     18  1.62   sanjayl file	arch/powerpc/powerpc/pmap_subr.c		ppc_oea | ppc_oea64 | ppc_oea64_bridge
     19  1.17      matt file	arch/powerpc/powerpc/powerpc_machdep.c
     20   1.1        ws file	arch/powerpc/powerpc/process_machdep.c
     21  1.43      matt file	arch/powerpc/powerpc/setfault.S
     22  1.12    kleink file	arch/powerpc/powerpc/sig_machdep.c
     23  1.12    kleink file	arch/powerpc/powerpc/sigcode.S
     24   1.1        ws file	arch/powerpc/powerpc/subyte.c
     25   1.1        ws file	arch/powerpc/powerpc/suword.c
     26   1.1        ws file	arch/powerpc/powerpc/suswintr.c
     27   1.1        ws file	arch/powerpc/powerpc/sys_machdep.c
     28  1.32      matt file	arch/powerpc/powerpc/syscall.c
     29   1.8  sakamoto file	arch/powerpc/powerpc/vm_machdep.c
     30  1.25     lukem file	arch/powerpc/powerpc/setjmp.S			ddb | kgdb
     31  1.25     lukem file	arch/powerpc/powerpc/db_memrw.c			ddb | kgdb
     32  1.25     lukem file	arch/powerpc/powerpc/db_disasm.c		ddb
     33  1.29       dbj file	arch/powerpc/powerpc/db_interface.c		ddb | kgdb
     34  1.25     lukem file	arch/powerpc/powerpc/db_trace.c			ddb
     35  1.18      matt 
     36  1.57      matt file	netns/ns_cksum.c				ns
     37  1.57      matt 
     38  1.20    simonb # IBM 4xx Family files (40x)
     39  1.20    simonb file	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
     40  1.20    simonb file	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
     41  1.31       eeh file	arch/powerpc/ibm4xx/clock.c			ppc_ibm4xx
     42  1.20    simonb file	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
     43  1.20    simonb file	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
     44  1.20    simonb 
     45  1.62   sanjayl # MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx), IBM 970 family (bridge mode??)
     46  1.18      matt #
     47  1.62   sanjayl file	arch/powerpc/oea/altivec.c			(ppc_oea |ppc_oea64 | ppc_oea64_bridge) & altivec
     48  1.62   sanjayl file	arch/powerpc/oea/cpu_subr.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     49  1.62   sanjayl file	arch/powerpc/oea/oea_machdep.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     50  1.62   sanjayl file	arch/powerpc/oea/pmap.c				ppc_oea | ppc_oea64 | ppc_oea64_bridge
     51  1.62   sanjayl file	arch/powerpc/powerpc/fpu.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     52  1.62   sanjayl file	arch/powerpc/powerpc/trap.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     53   1.9   thorpej 
     54   1.9   thorpej # Binary compatibility with previous NetBSD releases (COMPAT_XX)
     55  1.25     lukem file	arch/powerpc/powerpc/compat_13_machdep.c	compat_13
     56  1.54      matt file	arch/powerpc/powerpc/compat_16_machdep.c	compat_16
     57  1.36      manu 
     58  1.38      manu # MACH binary compatibility (COMPAT_MACH)
     59  1.38      manu include "compat/mach/files.mach"
     60  1.39      manu include "compat/mach/arch/powerpc/files.mach_powerpc"
     61  1.38      manu file	arch/powerpc/powerpc/mach_machdep.c		compat_mach
     62  1.38      manu file	arch/powerpc/powerpc/mach_sigcode.S		compat_mach
     63  1.38      manu file	arch/powerpc/powerpc/mach_syscall.c		compat_mach
     64  1.38      manu file	arch/powerpc/powerpc/macho_machdep.c		exec_macho
     65  1.40      manu 
     66  1.40      manu # Darwin binary compatibility (COMPAT_DARWIN)
     67  1.40      manu include "compat/darwin/files.darwin"
     68  1.41      manu include "compat/freebsd/files.freebsd" 
     69  1.42      manu file	arch/powerpc/powerpc/darwin_machdep.c		compat_darwin
     70  1.58      manu file	arch/powerpc/powerpc/darwin_commpage_machdep.S	compat_darwin
     71  1.51      matt 
     72  1.51      matt include "compat/netbsd32/files.netbsd32"
     73  1.51      matt file	arch/powerpc/powerpc/netbsd32_sigcode.S		compat_netbsd32
     74  1.38      manu 
     75  1.36      manu # OSS audio driver compatibility
     76  1.36      manu include "compat/ossaudio/files.ossaudio"	
     77  1.36      manu 
     78  1.36      manu # Linux binary compatibility (COMPAT_LINUX)
     79  1.36      manu include "compat/linux/files.linux"
     80  1.36      manu include "compat/linux/arch/powerpc/files.linux_powerpc"
     81  1.45      matt file arch/powerpc/powerpc/linux_sigcode.S		compat_linux
     82  1.45      matt file arch/powerpc/powerpc/linux_trap.c			compat_linux
     83  1.45      matt file arch/powerpc/powerpc/linux_syscall.c		compat_linux
     84