1 1.13.2.2 thorpej # $NetBSD: files.ofppc,v 1.13.2.2 2002/01/10 19:47:08 thorpej Exp $ 2 1.1 ws # 3 1.13.2.2 thorpej # NetBSD/ofppc configuration info 4 1.1 ws # 5 1.13.2.2 thorpej 6 1.13.2.2 thorpej # maxpartitions must be the first thing in files.${MACHINE} 7 1.1 ws maxpartitions 16 8 1.1 ws 9 1.13.2.2 thorpej maxusers 8 16 64 10 1.13.2.2 thorpej 11 1.13.2.2 thorpej # Platform support option headers 12 1.13.2.2 thorpej defflag FIREPOWER_ES # Firepower ES 13 1.13.2.2 thorpej defflag FIREPOWER_MX # Firepower MX 14 1.13.2.2 thorpej defflag FIREPOWER_LX # Firepower LX 15 1.13.2.2 thorpej defflag TOTALIMPACT_BRIQ # Total Impact briQ 16 1.1 ws 17 1.8 sakamoto file arch/ofppc/ofppc/autoconf.c 18 1.8 sakamoto file arch/ofppc/ofppc/clock.c 19 1.8 sakamoto file arch/ofppc/ofppc/conf.c 20 1.8 sakamoto file arch/ofppc/ofppc/disksubr.c disk 21 1.8 sakamoto file arch/ofppc/ofppc/machdep.c 22 1.13.2.2 thorpej file arch/ofppc/ofppc/platform.c 23 1.11 fvdl file arch/ofppc/ofppc/procfs_machdep.c procfs 24 1.1 ws file dev/cons.c 25 1.1 ws file dev/cninit.c 26 1.1 ws 27 1.9 sakamoto # 28 1.9 sakamoto # CPU specific OpenFirmware code 29 1.9 sakamoto # 30 1.9 sakamoto include "arch/powerpc/conf/files.ofw" 31 1.7 mycroft 32 1.7 mycroft # 33 1.12 manu # Compatibility modules 34 1.12 manu # 35 1.12 manu 36 1.12 manu # OSS audio driver compatibility 37 1.12 manu include "compat/ossaudio/files.ossaudio" 38 1.12 manu 39 1.12 manu # Linux binary compatibility (COMPAT_LINUX) 40 1.12 manu include "compat/linux/files.linux" 41 1.12 manu include "compat/linux/arch/powerpc/files.linux_powerpc" 42 1.13 christos file arch/powerpc/powerpc/linux_sigcode.S compat_linux 43 1.13 christos file arch/powerpc/powerpc/linux_trap.c compat_linux 44 1.12 manu 45 1.12 manu # 46 1.7 mycroft # Generic OpenFirmware device support 47 1.7 mycroft # 48 1.7 mycroft include "dev/ofw/files.ofw" 49 1.7 mycroft major {ofdisk = 0} 50 1.7 mycroft 51 1.13.2.2 thorpej # 52 1.13.2.2 thorpej # MII/PHY support 53 1.13.2.2 thorpej # 54 1.13.2.2 thorpej include "dev/mii/files.mii" 55 1.13.2.2 thorpej 56 1.13.2.2 thorpej # 57 1.13.2.2 thorpej # I2O device support 58 1.13.2.2 thorpej # 59 1.13.2.2 thorpej include "dev/i2o/files.i2o" 60 1.13.2.2 thorpej 61 1.13.2.2 thorpej # 62 1.13.2.2 thorpej # SCSI support 63 1.13.2.2 thorpej # 64 1.13.2.2 thorpej include "dev/scsipi/files.scsipi" 65 1.13.2.2 thorpej major { cd = 3 } 66 1.13.2.2 thorpej major { sd = 4 } 67 1.13.2.2 thorpej 68 1.13.2.2 thorpej # 69 1.13.2.2 thorpej # ATA/IDE support 70 1.13.2.2 thorpej # 71 1.13.2.2 thorpej include "dev/ata/files.ata" 72 1.13.2.2 thorpej major { wd = 5 } 73 1.13.2.2 thorpej 74 1.13.2.2 thorpej # Memory Disk 75 1.13.2.2 thorpej file dev/md_root.c memory_disk_hooks 76 1.13.2.2 thorpej major { md = 6 } 77 1.3 thorpej 78 1.13.2.2 thorpej # RAIDframe 79 1.13.2.2 thorpej major { raid = 2 } 80 1.13.2.2 thorpej 81 1.13.2.2 thorpej # Logical disks 82 1.13.2.2 thorpej major { ld = 17 } 83 1.1 ws 84 1.13.2.2 thorpej # Raster operations 85 1.13.2.2 thorpej include "dev/rasops/files.rasops" 86 1.13.2.2 thorpej include "dev/wsfont/files.wsfont" 87 1.13.2.2 thorpej 88 1.13.2.2 thorpej # 89 1.13.2.2 thorpej # Workstation Console support 90 1.13.2.2 thorpej # 91 1.13.2.2 thorpej include "dev/wscons/files.wscons" 92 1.13.2.2 thorpej 93 1.13.2.2 thorpej # 94 1.13.2.2 thorpej # PCI bus support 95 1.13.2.2 thorpej # 96 1.13.2.2 thorpej include "dev/pci/files.pci" 97 1.7 mycroft 98 1.13.2.2 thorpej # 99 1.13.2.2 thorpej # ISA bus support 100 1.13.2.2 thorpej # 101 1.13.2.2 thorpej include "dev/isa/files.isa" 102 1.7 mycroft 103 1.7 mycroft # 104 1.13.2.2 thorpej # Main system bus and devices. 105 1.7 mycroft # 106 1.13.2.2 thorpej device mainbus {}: ofbus 107 1.7 mycroft attach mainbus at root 108 1.8 sakamoto file arch/ofppc/ofppc/mainbus.c mainbus 109 1.13.2.1 thorpej 110 1.13.2.1 thorpej device cpu 111 1.13.2.2 thorpej attach cpu at mainbus 112 1.13.2.1 thorpej file arch/ofppc/ofppc/cpu.c cpu 113 1.10 oster 114 1.13.2.2 thorpej # 115 1.13.2.2 thorpej # Support for generic OpenFirmware driver configurations. This is 116 1.13.2.2 thorpej # always included in the kernel. 117 1.13.2.2 thorpej # 118 1.13.2.2 thorpej file arch/ofppc/ofwgen/ofwgen.c 119 1.13.2.2 thorpej file arch/ofppc/ofwgen/ofwgen_intr.c 120 1.13.2.2 thorpej 121 1.13.2.2 thorpej # DMA support routines that are common to more than one system type. 122 1.13.2.2 thorpej file arch/powerpc/powerpc/bus_dma.c firepower_es | firepower_mx | 123 1.13.2.2 thorpej firepower_lx 124 1.13.2.2 thorpej 125 1.13.2.2 thorpej # 126 1.13.2.2 thorpej # Support for Firepower EX, MS, and LX systems. 127 1.13.2.2 thorpej # 128 1.13.2.2 thorpej device firepower: pcibus 129 1.13.2.2 thorpej attach firepower at mainbus 130 1.13.2.2 thorpej file arch/ofppc/firepower/firepower.c firepower_es | firepower_mx | 131 1.13.2.2 thorpej firepower_lx 132 1.13.2.2 thorpej file arch/ofppc/firepower/firepower_bus_io.c firepower_es | firepower_mx | 133 1.13.2.2 thorpej firepower_lx 134 1.13.2.2 thorpej file arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx | 135 1.13.2.2 thorpej firepower_lx 136 1.13.2.2 thorpej file arch/ofppc/firepower/firepower_dma.c firepower_es | firepower_mx | 137 1.13.2.2 thorpej firepower_lx 138 1.13.2.2 thorpej file arch/ofppc/firepower/firepower_intr.c firepower_es | firepower_mx | 139 1.13.2.2 thorpej firepower_lx 140 1.13.2.2 thorpej file arch/ofppc/firepower/firepower_pci.c firepower_es | firepower_mx | 141 1.13.2.2 thorpej firepower_lx 142