Home | History | Annotate | Line # | Download | only in conf
files.ia64 revision 1.2
      1  1.2  cherry #	$NetBSD: files.ia64,v 1.2 2006/07/02 17:23:59 cherry Exp $
      2  1.1  cherry #
      3  1.1  cherry # new style config file for ia64 architecture
      4  1.1  cherry #
      5  1.1  cherry 
      6  1.1  cherry # maxpartitions must be first item in files.${ARCH}.newconf
      7  1.1  cherry maxpartitions 8
      8  1.1  cherry 
      9  1.1  cherry maxusers 2 16 128
     10  1.1  cherry 
     11  1.1  cherry # Processor type options.
     12  1.1  cherry defflag	opt_cputype.h	IA64_CPU
     13  1.1  cherry 
     14  1.1  cherry define cpubus {}
     15  1.1  cherry 
     16  1.1  cherry file	arch/ia64/ia64/autoconf.c
     17  1.1  cherry file	arch/ia64/ia64/machdep.c
     18  1.1  cherry file	arch/ia64/ia64/clock.c
     19  1.1  cherry file	arch/ia64/ia64/mem.c
     20  1.1  cherry file	arch/ia64/ia64/process_machdep.c
     21  1.1  cherry file	arch/ia64/ia64/pmap.c
     22  1.1  cherry file	arch/ia64/ia64/sys_machdep.c
     23  1.1  cherry file	arch/ia64/ia64/syscall.c
     24  1.1  cherry file	arch/ia64/ia64/trap.c
     25  1.1  cherry file	arch/ia64/ia64/interrupt.c
     26  1.1  cherry file	arch/ia64/ia64/vm_machdep.c
     27  1.1  cherry file	arch/ia64/ia64/efi.c
     28  1.1  cherry file	arch/ia64/ia64/sal.c
     29  1.1  cherry 
     30  1.1  cherry file	arch/ia64/disasm/disasm_decode.c	ddb
     31  1.1  cherry file	arch/ia64/disasm/disasm_extract.c	ddb
     32  1.1  cherry file	arch/ia64/disasm/disasm_format.c	ddb
     33  1.1  cherry file	arch/ia64/unwind/decode.c		ddb
     34  1.1  cherry file	arch/ia64/unwind/stackframe.c		ddb
     35  1.1  cherry file	arch/ia64/ia64/db_interface.c		ddb
     36  1.1  cherry file	arch/ia64/ia64/db_trace.c		ddb
     37  1.1  cherry 
     38  1.1  cherry file 	arch/ia64/ia64/exception.S
     39  1.1  cherry file	arch/ia64/ia64/context.S
     40  1.1  cherry file	arch/ia64/ia64/syscall_stubs.S
     41  1.1  cherry file	arch/ia64/ia64/support.S
     42  1.1  cherry file	arch/ia64/ia64/setjmp.S
     43  1.1  cherry file	arch/ia64/ia64/pal.S
     44  1.1  cherry file	dev/cons.c
     45  1.1  cherry file	dev/cninit.c
     46  1.1  cherry 
     47  1.1  cherry # XXX: TODO: file	kern/kern_microtime.c
     48  1.1  cherry 
     49  1.1  cherry #
     50  1.1  cherry # System bus types
     51  1.1  cherry #
     52  1.1  cherry device	mainbus: cpubus
     53  1.1  cherry attach	mainbus at root
     54  1.1  cherry file	arch/ia64/ia64/mainbus.c	mainbus
     55  1.1  cherry 
     56  1.1  cherry 
     57  1.1  cherry # CPUS
     58  1.1  cherry 
     59  1.1  cherry device cpu
     60  1.1  cherry attach cpu at cpubus
     61  1.1  cherry file	arch/ia64/ia64/cpu.c		cpu
     62  1.1  cherry 
     63  1.2  cherry # Memory Disk
     64  1.2  cherry file	dev/md_root.c			memory_disk_hooks
     65  1.2  cherry 
     66  1.1  cherry # console: XXX: Figure out how to make this conditional.
     67  1.1  cherry defpseudo ssccons
     68  1.1  cherry file   arch/ia64/ia64/ssc.c		ssccons
     69  1.1  cherry 
     70  1.1  cherry include "arch/ia64/conf/majors.ia64"
     71