1 1.23.12.7 yamt # $NetBSD: files.ofppc,v 1.23.12.7 2008/02/27 08:36:22 yamt 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.23.12.3 yamt defflag akbd.h NO_AKDB_DEVICE 12 1.23.12.3 yamt defflag adbkbd.h NO_ADBKBD_DEVICE 13 1.23.12.3 yamt defflag zsc.h NO_ZSC_DEVICE 14 1.23.12.3 yamt defflag adb.h NO_ADB_DEVICE 15 1.23.12.3 yamt defflag ukbd.h NO_UKBD_DEVICE 16 1.23.12.3 yamt defflag zstty.h NO_ZSTTY_DEVICE 17 1.23.12.4 yamt defflag ofb.h NO_OFB_DEVICE 18 1.1 ws 19 1.23.12.4 yamt file arch/powerpc/oea/ofw_autoconf.c 20 1.23.12.3 yamt file arch/powerpc/powerpc/clock.c 21 1.23.12.3 yamt file kern/subr_disk_mbr.c disk 22 1.23.12.3 yamt file arch/powerpc/oea/ofwoea_machdep.c 23 1.23.12.3 yamt file arch/powerpc/oea/ofw_consinit.c 24 1.23.12.5 yamt file arch/powerpc/oea/ofw_rascons.c 25 1.8 sakamoto file arch/ofppc/ofppc/machdep.c 26 1.1 ws 27 1.23.12.3 yamt file arch/powerpc/powerpc/bus_dma.c 28 1.23.12.3 yamt file arch/powerpc/powerpc/bus_space.c 29 1.22 matt file arch/powerpc/powerpc/procfs_machdep.c procfs 30 1.23.12.3 yamt file dev/cons.c 31 1.23.12.2 yamt 32 1.9 sakamoto # 33 1.9 sakamoto # CPU specific OpenFirmware code 34 1.9 sakamoto # 35 1.9 sakamoto include "arch/powerpc/conf/files.ofw" 36 1.23.12.3 yamt include "arch/powerpc/pic/files.pic" 37 1.12 manu 38 1.12 manu # 39 1.7 mycroft # Generic OpenFirmware device support 40 1.7 mycroft # 41 1.23.12.4 yamt #include "dev/ofw/files.ofw" 42 1.17 thorpej 43 1.17 thorpej # 44 1.17 thorpej # I2O device support 45 1.17 thorpej # 46 1.17 thorpej include "dev/i2o/files.i2o" 47 1.17 thorpej 48 1.17 thorpej # 49 1.17 thorpej # SCSI support 50 1.17 thorpej # 51 1.17 thorpej include "dev/scsipi/files.scsipi" 52 1.17 thorpej 53 1.17 thorpej # 54 1.17 thorpej # ATA/IDE support 55 1.17 thorpej # 56 1.17 thorpej include "dev/ata/files.ata" 57 1.17 thorpej 58 1.17 thorpej # Memory Disk 59 1.17 thorpej file dev/md_root.c memory_disk_hooks 60 1.17 thorpej 61 1.23.12.3 yamt define mainbus {} 62 1.23.12.4 yamt device mainbus: mainbus 63 1.23.12.3 yamt attach mainbus at root 64 1.23.12.3 yamt file arch/ofppc/ofppc/mainbus.c mainbus 65 1.23.12.3 yamt 66 1.23.12.4 yamt defpseudo openfirm 67 1.23.12.4 yamt file dev/ofw/openfirmio.c openfirm needs-flag 68 1.23.12.4 yamt file dev/ofw/ofw_subr.c ofbus | openfirm 69 1.23.12.4 yamt 70 1.23.12.4 yamt device rtas 71 1.23.12.4 yamt attach rtas at mainbus 72 1.23.12.4 yamt file arch/powerpc/powerpc/rtas.c rtas needs-flag 73 1.23.12.4 yamt 74 1.23.12.6 yamt include "dev/usb/files.usb" 75 1.23.12.6 yamt include "dev/ieee1394/files.ieee1394" 76 1.23.12.6 yamt 77 1.17 thorpej # 78 1.17 thorpej # PCI bus support 79 1.17 thorpej # 80 1.23.12.2 yamt include "dev/pci/files.pci" 81 1.23.12.3 yamt include "dev/pci/files.agp" 82 1.23.12.3 yamt file arch/powerpc/pci/pciconf_indirect.c pci 83 1.23.12.3 yamt file arch/powerpc/pci/pciconf_ofmethod.c pci 84 1.23.12.3 yamt file arch/powerpc/pci/pci_machdep_common.c pci 85 1.23.12.3 yamt file arch/powerpc/pci/pci_machdep_ofw.c pci 86 1.23.12.3 yamt 87 1.23.12.3 yamt device ofwpci: pcibus 88 1.23.12.3 yamt attach ofwpci at mainbus 89 1.23.12.3 yamt file arch/ofppc/pci/ofwpci.c ofwpci 90 1.23.12.3 yamt 91 1.23.12.3 yamt device pegasospci: pcibus 92 1.23.12.3 yamt attach pegasospci at mainbus 93 1.23.12.3 yamt file arch/ofppc/pci/pegasospci.c pegasospci 94 1.23.12.3 yamt 95 1.23.12.3 yamt device pchb: pcibus 96 1.23.12.3 yamt attach pchb at pci 97 1.23.12.3 yamt file arch/powerpc/pci/pchb.c pchb 98 1.23.12.3 yamt 99 1.23.12.3 yamt # PCI-ISA bridges 100 1.23.12.3 yamt device pcib: isabus 101 1.23.12.3 yamt attach pcib at pci 102 1.23.12.3 yamt file arch/powerpc/pci/pcib.c pcib 103 1.23.12.3 yamt 104 1.17 thorpej # 105 1.17 thorpej # ISA bus support 106 1.17 thorpej # 107 1.17 thorpej include "dev/isa/files.isa" 108 1.23.12.3 yamt file arch/powerpc/isa/isa_machdep_common.c isa 109 1.23.12.3 yamt file arch/ofppc/isa/isa_machdep.c isa 110 1.23.12.3 yamt file arch/powerpc/isa/isadma_machdep.c isa 111 1.14 matt 112 1.23.12.4 yamt include "dev/pckbport/files.pckbport" 113 1.23.12.4 yamt 114 1.14 matt device cpu 115 1.15 thorpej attach cpu at mainbus 116 1.14 matt file arch/ofppc/ofppc/cpu.c cpu 117 1.16 thorpej 118 1.16 thorpej # 119 1.16 thorpej # Support for generic OpenFirmware driver configurations. This is 120 1.16 thorpej # always included in the kernel. 121 1.16 thorpej # 122 1.23.12.3 yamt #file arch/ofppc/ofwgen/ofwgen.c 123 1.23.12.3 yamt #file arch/ofppc/ofwgen/ofwgen_intr.c 124 1.20 gehenna 125 1.23.12.6 yamt include "arch/powerpc/conf/majors.powerpc" 126