1 # $NetBSD: files.ofppc,v 1.27 2007/05/21 13:39:31 tsutsui Exp $ 2 # 3 # NetBSD/ofppc configuration info 4 # 5 6 # maxpartitions must be the first thing in files.${MACHINE} 7 maxpartitions 16 8 9 maxusers 8 16 64 10 11 # Platform support option headers 12 defflag FIREPOWER_ES # Firepower ES 13 defflag FIREPOWER_MX # Firepower MX 14 defflag FIREPOWER_LX # Firepower LX 15 defflag TOTALIMPACT_BRIQ # Total Impact briQ 16 17 file arch/ofppc/ofppc/autoconf.c 18 file arch/ofppc/ofppc/clock.c 19 file arch/ofppc/ofppc/conf.c 20 file arch/ofppc/ofppc/disksubr.c disk 21 file arch/ofppc/ofppc/machdep.c 22 file arch/ofppc/ofppc/platform.c 23 file dev/cons.c 24 file dev/cninit.c 25 26 file arch/powerpc/powerpc/procfs_machdep.c procfs 27 file arch/powerpc/powerpc/softintr.c 28 29 # 30 # CPU specific OpenFirmware code 31 # 32 include "arch/powerpc/conf/files.ofw" 33 34 # 35 # Generic OpenFirmware device support 36 # 37 include "dev/ofw/files.ofw" 38 39 # 40 # I2O device support 41 # 42 include "dev/i2o/files.i2o" 43 44 # 45 # SCSI support 46 # 47 include "dev/scsipi/files.scsipi" 48 49 # 50 # ATA/IDE support 51 # 52 include "dev/ata/files.ata" 53 54 # Memory Disk 55 file dev/md_root.c memory_disk_hooks 56 57 # Raster operations 58 include "dev/rasops/files.rasops" 59 include "dev/wsfont/files.wsfont" 60 61 # 62 # Workstation Console support 63 # 64 include "dev/wscons/files.wscons" 65 include "dev/wsfb/files.wsfb" 66 67 # 68 # PCI bus support 69 # 70 include "dev/pci/files.pci" 71 72 # 73 # ISA bus support 74 # 75 include "dev/isa/files.isa" 76 77 # 78 # Main system bus and devices. 79 # 80 device mainbus {}: ofbus 81 attach mainbus at root 82 file arch/ofppc/ofppc/mainbus.c mainbus 83 84 device cpu 85 attach cpu at mainbus 86 file arch/ofppc/ofppc/cpu.c cpu 87 88 include "arch/powerpc/conf/files.rtas" 89 90 # 91 # Support for generic OpenFirmware driver configurations. This is 92 # always included in the kernel. 93 # 94 file arch/ofppc/ofwgen/ofwgen.c 95 file arch/ofppc/ofwgen/ofwgen_intr.c 96 97 # DMA support routines that are common to more than one system type. 98 file arch/powerpc/powerpc/bus_dma.c firepower_es | firepower_mx | 99 firepower_lx 100 101 # 102 # Support for Firepower EX, MS, and LX systems. 103 # 104 device firepower: pcibus 105 attach firepower at mainbus 106 file arch/ofppc/firepower/firepower.c firepower_es | firepower_mx | 107 firepower_lx 108 file arch/ofppc/firepower/firepower_bus_io.c firepower_es | firepower_mx | 109 firepower_lx 110 file arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx | 111 firepower_lx 112 file arch/ofppc/firepower/firepower_dma.c firepower_es | firepower_mx | 113 firepower_lx 114 file arch/ofppc/firepower/firepower_intr.c firepower_es | firepower_mx | 115 firepower_lx 116 file arch/ofppc/firepower/firepower_pci.c firepower_es | firepower_mx | 117 firepower_lx 118 119 include "arch/ofppc/conf/majors.ofppc" 120