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