Home | History | Annotate | Line # | Download | only in conf
files.ia64 revision 1.7
      1  1.7       chs #	$NetBSD: files.ia64,v 1.7 2011/10/01 15:59:27 chs 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/process_machdep.c
     20  1.1    cherry file	arch/ia64/ia64/pmap.c
     21  1.1    cherry file	arch/ia64/ia64/sys_machdep.c
     22  1.1    cherry file	arch/ia64/ia64/syscall.c
     23  1.1    cherry file	arch/ia64/ia64/trap.c
     24  1.1    cherry file	arch/ia64/ia64/interrupt.c
     25  1.1    cherry file	arch/ia64/ia64/vm_machdep.c
     26  1.1    cherry file	arch/ia64/ia64/efi.c
     27  1.1    cherry file	arch/ia64/ia64/sal.c
     28  1.1    cherry 
     29  1.1    cherry file	arch/ia64/disasm/disasm_decode.c	ddb
     30  1.1    cherry file	arch/ia64/disasm/disasm_extract.c	ddb
     31  1.1    cherry file	arch/ia64/disasm/disasm_format.c	ddb
     32  1.1    cherry file	arch/ia64/unwind/decode.c		ddb
     33  1.1    cherry file	arch/ia64/unwind/stackframe.c		ddb
     34  1.1    cherry file	arch/ia64/ia64/db_interface.c		ddb
     35  1.1    cherry file	arch/ia64/ia64/db_trace.c		ddb
     36  1.1    cherry 
     37  1.1    cherry file 	arch/ia64/ia64/exception.S
     38  1.1    cherry file	arch/ia64/ia64/context.S
     39  1.1    cherry file	arch/ia64/ia64/syscall_stubs.S
     40  1.1    cherry file	arch/ia64/ia64/support.S
     41  1.1    cherry file	arch/ia64/ia64/setjmp.S
     42  1.1    cherry file	arch/ia64/ia64/pal.S
     43  1.5  kiyohara file	arch/ia64/ia64/consinit.c
     44  1.5  kiyohara file	arch/ia64/ia64/bus_space.c
     45  1.5  kiyohara file	arch/ia64/ia64/sapic.c
     46  1.5  kiyohara file	arch/ia64/acpi/madt.c
     47  1.1    cherry file	dev/cons.c
     48  1.1    cherry file	dev/cninit.c
     49  1.1    cherry 
     50  1.5  kiyohara file	arch/ia64/acpi/acpi_machdep.c		acpi
     51  1.5  kiyohara file	arch/ia64/pci/pci_machdep.c		acpi | pci
     52  1.5  kiyohara 
     53  1.3   tsutsui # XXX: TODO: file	kern/kern_cctr.c
     54  1.1    cherry 
     55  1.1    cherry #
     56  1.1    cherry # System bus types
     57  1.1    cherry #
     58  1.5  kiyohara device	mainbus: cpubus, acpibus
     59  1.1    cherry attach	mainbus at root
     60  1.1    cherry file	arch/ia64/ia64/mainbus.c	mainbus
     61  1.1    cherry 
     62  1.1    cherry 
     63  1.1    cherry # CPUS
     64  1.1    cherry 
     65  1.1    cherry device cpu
     66  1.1    cherry attach cpu at cpubus
     67  1.1    cherry file	arch/ia64/ia64/cpu.c		cpu
     68  1.1    cherry 
     69  1.2    cherry # Memory Disk
     70  1.2    cherry file	dev/md_root.c			memory_disk_hooks
     71  1.2    cherry 
     72  1.1    cherry # console: XXX: Figure out how to make this conditional.
     73  1.1    cherry defpseudo ssccons
     74  1.5  kiyohara file	arch/ia64/ia64/ssc.c		ssccons			needs-flag
     75  1.5  kiyohara 
     76  1.7       chs include	"dev/i2o/files.i2o"
     77  1.7       chs include	"dev/pci/files.pci"
     78  1.7       chs include "dev/pci/files.agp"
     79  1.5  kiyohara 
     80  1.5  kiyohara include "dev/isa/files.isa"		# XXXXXXX: Oops, required by acpi
     81  1.5  kiyohara include "dev/apm/files.apm"		# XXXXXXX: Oops, required by acpi
     82  1.5  kiyohara 
     83  1.5  kiyohara # Floppy disk controller
     84  1.5  kiyohara device	fdc {drive = -1}		# XXXXXXX: Oops, required by acpi
     85  1.5  kiyohara 
     86  1.5  kiyohara # PCI fixup options			# XXXXXX: Oops, required by acpi.c
     87  1.5  kiyohara defflag opt_pcifixup.h			ACPI_PCI_FIXUP
     88  1.5  kiyohara 
     89  1.5  kiyohara include "dev/acpi/files.acpi"
     90  1.1    cherry 
     91  1.1    cherry include "arch/ia64/conf/majors.ia64"
     92