Home | History | Annotate | Line # | Download | only in conf
files.powerpc revision 1.62.4.1
      1  1.62.4.1        ad #	$NetBSD: files.powerpc,v 1.62.4.1 2007/01/28 08:59:45 ad 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.62.4.1        ad file	arch/powerpc/powerpc/lock_stubs.S
     17       1.1        ws file	arch/powerpc/powerpc/mem.c
     18      1.16    briggs file	arch/powerpc/powerpc/openpic.c			openpic
     19      1.62   sanjayl file	arch/powerpc/powerpc/pmap_subr.c		ppc_oea | ppc_oea64 | ppc_oea64_bridge
     20      1.17      matt file	arch/powerpc/powerpc/powerpc_machdep.c
     21       1.1        ws file	arch/powerpc/powerpc/process_machdep.c
     22      1.43      matt file	arch/powerpc/powerpc/setfault.S
     23      1.12    kleink file	arch/powerpc/powerpc/sig_machdep.c
     24      1.12    kleink file	arch/powerpc/powerpc/sigcode.S
     25       1.1        ws file	arch/powerpc/powerpc/subyte.c
     26       1.1        ws file	arch/powerpc/powerpc/suword.c
     27       1.1        ws file	arch/powerpc/powerpc/suswintr.c
     28       1.1        ws file	arch/powerpc/powerpc/sys_machdep.c
     29      1.32      matt file	arch/powerpc/powerpc/syscall.c
     30       1.8  sakamoto file	arch/powerpc/powerpc/vm_machdep.c
     31      1.25     lukem file	arch/powerpc/powerpc/setjmp.S			ddb | kgdb
     32      1.25     lukem file	arch/powerpc/powerpc/db_memrw.c			ddb | kgdb
     33      1.25     lukem file	arch/powerpc/powerpc/db_disasm.c		ddb
     34      1.29       dbj file	arch/powerpc/powerpc/db_interface.c		ddb | kgdb
     35      1.25     lukem file	arch/powerpc/powerpc/db_trace.c			ddb
     36      1.18      matt 
     37      1.57      matt file	netns/ns_cksum.c				ns
     38      1.57      matt 
     39      1.20    simonb # IBM 4xx Family files (40x)
     40      1.20    simonb file	arch/powerpc/ibm4xx/pmap.c			ppc_ibm4xx
     41      1.20    simonb file	arch/powerpc/ibm4xx/trap.c			ppc_ibm4xx
     42      1.31       eeh file	arch/powerpc/ibm4xx/clock.c			ppc_ibm4xx
     43      1.20    simonb file	arch/powerpc/ibm4xx/copyinstr.c			ppc_ibm4xx
     44      1.20    simonb file	arch/powerpc/ibm4xx/copyoutstr.c		ppc_ibm4xx
     45      1.20    simonb 
     46      1.62   sanjayl # MPC (Motorola PowerPC) 6xx Family files (60x,74x,75x,74xx), IBM 970 family (bridge mode??)
     47      1.18      matt #
     48      1.62   sanjayl file	arch/powerpc/oea/altivec.c			(ppc_oea |ppc_oea64 | ppc_oea64_bridge) & altivec
     49      1.62   sanjayl file	arch/powerpc/oea/cpu_subr.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     50      1.62   sanjayl file	arch/powerpc/oea/oea_machdep.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     51      1.62   sanjayl file	arch/powerpc/oea/pmap.c				ppc_oea | ppc_oea64 | ppc_oea64_bridge
     52      1.62   sanjayl file	arch/powerpc/powerpc/fpu.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     53      1.62   sanjayl file	arch/powerpc/powerpc/trap.c			ppc_oea | ppc_oea64 | ppc_oea64_bridge
     54       1.9   thorpej 
     55       1.9   thorpej # Binary compatibility with previous NetBSD releases (COMPAT_XX)
     56      1.25     lukem file	arch/powerpc/powerpc/compat_13_machdep.c	compat_13
     57      1.54      matt file	arch/powerpc/powerpc/compat_16_machdep.c	compat_16
     58      1.36      manu 
     59      1.38      manu # MACH binary compatibility (COMPAT_MACH)
     60      1.38      manu include "compat/mach/files.mach"
     61      1.39      manu include "compat/mach/arch/powerpc/files.mach_powerpc"
     62      1.38      manu file	arch/powerpc/powerpc/mach_machdep.c		compat_mach
     63      1.38      manu file	arch/powerpc/powerpc/mach_sigcode.S		compat_mach
     64      1.38      manu file	arch/powerpc/powerpc/mach_syscall.c		compat_mach
     65      1.38      manu file	arch/powerpc/powerpc/macho_machdep.c		exec_macho
     66      1.40      manu 
     67      1.40      manu # Darwin binary compatibility (COMPAT_DARWIN)
     68      1.40      manu include "compat/darwin/files.darwin"
     69      1.41      manu include "compat/freebsd/files.freebsd" 
     70      1.42      manu file	arch/powerpc/powerpc/darwin_machdep.c		compat_darwin
     71      1.58      manu file	arch/powerpc/powerpc/darwin_commpage_machdep.S	compat_darwin
     72      1.51      matt 
     73      1.51      matt include "compat/netbsd32/files.netbsd32"
     74      1.51      matt file	arch/powerpc/powerpc/netbsd32_sigcode.S		compat_netbsd32
     75      1.38      manu 
     76      1.36      manu # OSS audio driver compatibility
     77      1.36      manu include "compat/ossaudio/files.ossaudio"	
     78      1.36      manu 
     79      1.36      manu # Linux binary compatibility (COMPAT_LINUX)
     80      1.36      manu include "compat/linux/files.linux"
     81      1.36      manu include "compat/linux/arch/powerpc/files.linux_powerpc"
     82      1.45      matt file arch/powerpc/powerpc/linux_sigcode.S		compat_linux
     83      1.45      matt file arch/powerpc/powerpc/linux_trap.c			compat_linux
     84      1.45      matt file arch/powerpc/powerpc/linux_syscall.c		compat_linux
     85