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