1 1.48 thorpej # $NetBSD: files.ofppc,v 1.48 2021/05/12 23:22:33 thorpej 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.17 thorpej # I2O device support 42 1.17 thorpej # 43 1.17 thorpej include "dev/i2o/files.i2o" 44 1.17 thorpej 45 1.17 thorpej # 46 1.17 thorpej # SCSI support 47 1.17 thorpej # 48 1.17 thorpej include "dev/scsipi/files.scsipi" 49 1.17 thorpej 50 1.17 thorpej # 51 1.17 thorpej # ATA/IDE support 52 1.17 thorpej # 53 1.17 thorpej include "dev/ata/files.ata" 54 1.17 thorpej 55 1.17 thorpej # Memory Disk 56 1.17 thorpej file dev/md_root.c memory_disk_hooks 57 1.17 thorpej 58 1.28 garbled define mainbus {} 59 1.30 garbled device mainbus: mainbus 60 1.28 garbled attach mainbus at root 61 1.28 garbled file arch/ofppc/ofppc/mainbus.c mainbus 62 1.28 garbled 63 1.30 garbled device rtas 64 1.30 garbled attach rtas at mainbus 65 1.30 garbled file arch/powerpc/powerpc/rtas.c rtas needs-flag 66 1.30 garbled 67 1.37 phx include "dev/usb/files.usb" 68 1.37 phx include "dev/ieee1394/files.ieee1394" 69 1.37 phx 70 1.17 thorpej # 71 1.17 thorpej # PCI bus support 72 1.17 thorpej # 73 1.27 tsutsui include "dev/pci/files.pci" 74 1.28 garbled include "dev/pci/files.agp" 75 1.28 garbled file arch/powerpc/pci/pciconf_indirect.c pci 76 1.29 garbled file arch/powerpc/pci/pciconf_ofmethod.c pci 77 1.28 garbled file arch/powerpc/pci/pci_machdep_common.c pci 78 1.28 garbled file arch/powerpc/pci/pci_machdep_ofw.c pci 79 1.45 matt file arch/powerpc/pci/pci_module.c pci & modular 80 1.48 thorpej file dev/ofw/ofw_pci_subr.c pci 81 1.28 garbled 82 1.28 garbled device ofwpci: pcibus 83 1.28 garbled attach ofwpci at mainbus 84 1.28 garbled file arch/ofppc/pci/ofwpci.c ofwpci 85 1.28 garbled 86 1.42 kiyohara # Marvell System-Controller MV64361(Discovery II) (on PegasosII) 87 1.42 kiyohara include "dev/marvell/files.discovery" 88 1.42 kiyohara attach gt at mainbus 89 1.42 kiyohara file arch/ofppc/pci/gt_mainbus.c gt 90 1.42 kiyohara file arch/powerpc/marvell/pci_machdep.c gtpci 91 1.29 garbled 92 1.28 garbled device pchb: pcibus 93 1.28 garbled attach pchb at pci 94 1.28 garbled file arch/powerpc/pci/pchb.c pchb 95 1.28 garbled 96 1.28 garbled # PCI-ISA bridges 97 1.28 garbled device pcib: isabus 98 1.28 garbled attach pcib at pci 99 1.28 garbled file arch/powerpc/pci/pcib.c pcib 100 1.28 garbled 101 1.17 thorpej # 102 1.17 thorpej # ISA bus support 103 1.17 thorpej # 104 1.17 thorpej include "dev/isa/files.isa" 105 1.28 garbled file arch/powerpc/isa/isa_machdep_common.c isa 106 1.28 garbled file arch/ofppc/isa/isa_machdep.c isa 107 1.28 garbled file arch/powerpc/isa/isadma_machdep.c isa 108 1.14 matt 109 1.32 garbled include "dev/pckbport/files.pckbport" 110 1.32 garbled 111 1.41 kiyohara # Floppy disk controller 112 1.41 kiyohara device fdc {drive = -1}: isadma 113 1.43 kiyohara file dev/isa/fd.c fdc needs-flag 114 1.41 kiyohara 115 1.41 kiyohara attach fdc at isa with fdc_isa 116 1.43 kiyohara file dev/isa/fdc_isa.c fdc_isa 117 1.41 kiyohara 118 1.41 kiyohara device fd: disk 119 1.41 kiyohara attach fd at fdc 120 1.41 kiyohara 121 1.14 matt device cpu 122 1.15 thorpej attach cpu at mainbus 123 1.14 matt file arch/ofppc/ofppc/cpu.c cpu 124 1.16 thorpej 125 1.16 thorpej # 126 1.16 thorpej # Support for generic OpenFirmware driver configurations. This is 127 1.16 thorpej # always included in the kernel. 128 1.16 thorpej # 129 1.28 garbled #file arch/ofppc/ofwgen/ofwgen.c 130 1.28 garbled #file arch/ofppc/ofwgen/ofwgen_intr.c 131 1.20 gehenna 132 1.36 garbled include "arch/powerpc/conf/majors.powerpc" 133