1 1.45 matt # $NetBSD: files.ofppc,v 1.45 2011/06/22 18:06:33 matt Exp $ 2 1.1 ws # 3 1.16 thorpej # NetBSD/ofppc configuration info 4 1.1 ws # 5 1.16 thorpej 6 1.16 thorpej # maxpartitions must be the first thing in files.${MACHINE} 7 1.1 ws maxpartitions 16 8 1.1 ws 9 1.16 thorpej maxusers 8 16 64 10 1.16 thorpej 11 1.44 phx defflag akbd.h NO_AKDB_DEVICE 12 1.44 phx defflag adbkbd.h NO_ADBKBD_DEVICE 13 1.44 phx defflag zsc.h NO_ZSC_DEVICE 14 1.44 phx defflag adb.h NO_ADB_DEVICE 15 1.44 phx defflag ukbd.h NO_UKBD_DEVICE 16 1.44 phx defflag zstty.h NO_ZSTTY_DEVICE 17 1.44 phx defflag ofb.h NO_OFB_DEVICE 18 1.44 phx 19 1.44 phx defflag opt_disksubr.h RDB_PART 20 1.1 ws 21 1.33 garbled file arch/powerpc/oea/ofw_autoconf.c 22 1.28 garbled file arch/powerpc/powerpc/clock.c 23 1.44 phx file arch/ofppc/ofppc/disksubr.c disk 24 1.28 garbled file arch/powerpc/oea/ofwoea_machdep.c 25 1.28 garbled file arch/powerpc/oea/ofw_consinit.c 26 1.34 garbled file arch/powerpc/oea/ofw_rascons.c 27 1.8 sakamoto file arch/ofppc/ofppc/machdep.c 28 1.1 ws 29 1.28 garbled file arch/powerpc/powerpc/bus_dma.c 30 1.28 garbled file arch/powerpc/powerpc/bus_space.c 31 1.22 matt file arch/powerpc/powerpc/procfs_machdep.c procfs 32 1.28 garbled file dev/cons.c 33 1.26 jmmv 34 1.9 sakamoto # 35 1.9 sakamoto # CPU specific OpenFirmware code 36 1.9 sakamoto # 37 1.9 sakamoto include "arch/powerpc/conf/files.ofw" 38 1.28 garbled include "arch/powerpc/pic/files.pic" 39 1.40 garbled include "arch/powerpc/pic/files.ipi" 40 1.12 manu 41 1.12 manu # 42 1.7 mycroft # Generic OpenFirmware device support 43 1.7 mycroft # 44 1.30 garbled #include "dev/ofw/files.ofw" 45 1.17 thorpej 46 1.17 thorpej # 47 1.17 thorpej # I2O device support 48 1.17 thorpej # 49 1.17 thorpej include "dev/i2o/files.i2o" 50 1.17 thorpej 51 1.17 thorpej # 52 1.17 thorpej # SCSI support 53 1.17 thorpej # 54 1.17 thorpej include "dev/scsipi/files.scsipi" 55 1.17 thorpej 56 1.17 thorpej # 57 1.17 thorpej # ATA/IDE support 58 1.17 thorpej # 59 1.17 thorpej include "dev/ata/files.ata" 60 1.17 thorpej 61 1.17 thorpej # Memory Disk 62 1.17 thorpej file dev/md_root.c memory_disk_hooks 63 1.17 thorpej 64 1.28 garbled define mainbus {} 65 1.30 garbled device mainbus: mainbus 66 1.28 garbled attach mainbus at root 67 1.28 garbled file arch/ofppc/ofppc/mainbus.c mainbus 68 1.28 garbled 69 1.30 garbled defpseudo openfirm 70 1.30 garbled file dev/ofw/openfirmio.c openfirm needs-flag 71 1.30 garbled file dev/ofw/ofw_subr.c ofbus | openfirm 72 1.30 garbled 73 1.30 garbled device rtas 74 1.30 garbled attach rtas at mainbus 75 1.30 garbled file arch/powerpc/powerpc/rtas.c rtas needs-flag 76 1.30 garbled 77 1.37 phx include "dev/usb/files.usb" 78 1.37 phx include "dev/ieee1394/files.ieee1394" 79 1.37 phx 80 1.17 thorpej # 81 1.17 thorpej # PCI bus support 82 1.17 thorpej # 83 1.27 tsutsui include "dev/pci/files.pci" 84 1.28 garbled include "dev/pci/files.agp" 85 1.28 garbled file arch/powerpc/pci/pciconf_indirect.c pci 86 1.29 garbled file arch/powerpc/pci/pciconf_ofmethod.c pci 87 1.28 garbled file arch/powerpc/pci/pci_machdep_common.c pci 88 1.28 garbled file arch/powerpc/pci/pci_machdep_ofw.c pci 89 1.45 matt file arch/powerpc/pci/pci_module.c pci & modular 90 1.28 garbled 91 1.28 garbled device ofwpci: pcibus 92 1.28 garbled attach ofwpci at mainbus 93 1.28 garbled file arch/ofppc/pci/ofwpci.c ofwpci 94 1.28 garbled 95 1.42 kiyohara # Marvell System-Controller MV64361(Discovery II) (on PegasosII) 96 1.42 kiyohara include "dev/marvell/files.discovery" 97 1.42 kiyohara attach gt at mainbus 98 1.42 kiyohara file arch/ofppc/pci/gt_mainbus.c gt 99 1.42 kiyohara file arch/powerpc/marvell/pci_machdep.c gtpci 100 1.29 garbled 101 1.28 garbled device pchb: pcibus 102 1.28 garbled attach pchb at pci 103 1.28 garbled file arch/powerpc/pci/pchb.c pchb 104 1.28 garbled 105 1.28 garbled # PCI-ISA bridges 106 1.28 garbled device pcib: isabus 107 1.28 garbled attach pcib at pci 108 1.28 garbled file arch/powerpc/pci/pcib.c pcib 109 1.28 garbled 110 1.17 thorpej # 111 1.17 thorpej # ISA bus support 112 1.17 thorpej # 113 1.17 thorpej include "dev/isa/files.isa" 114 1.28 garbled file arch/powerpc/isa/isa_machdep_common.c isa 115 1.28 garbled file arch/ofppc/isa/isa_machdep.c isa 116 1.28 garbled file arch/powerpc/isa/isadma_machdep.c isa 117 1.14 matt 118 1.32 garbled include "dev/pckbport/files.pckbport" 119 1.32 garbled 120 1.41 kiyohara # Floppy disk controller 121 1.41 kiyohara device fdc {drive = -1}: isadma 122 1.43 kiyohara file dev/isa/fd.c fdc needs-flag 123 1.41 kiyohara 124 1.41 kiyohara attach fdc at isa with fdc_isa 125 1.43 kiyohara file dev/isa/fdc_isa.c fdc_isa 126 1.41 kiyohara 127 1.41 kiyohara device fd: disk 128 1.41 kiyohara attach fd at fdc 129 1.41 kiyohara 130 1.14 matt device cpu 131 1.15 thorpej attach cpu at mainbus 132 1.14 matt file arch/ofppc/ofppc/cpu.c cpu 133 1.16 thorpej 134 1.16 thorpej # 135 1.16 thorpej # Support for generic OpenFirmware driver configurations. This is 136 1.16 thorpej # always included in the kernel. 137 1.16 thorpej # 138 1.28 garbled #file arch/ofppc/ofwgen/ofwgen.c 139 1.28 garbled #file arch/ofppc/ofwgen/ofwgen_intr.c 140 1.20 gehenna 141 1.36 garbled include "arch/powerpc/conf/majors.powerpc" 142