1 # $NetBSD: files.mvmeppc,v 1.7 2003/03/18 16:40:20 matt Exp $ 2 # 3 # Motorola's MVMEPPC boards specific configuration info 4 # 5 maxpartitions 16 6 7 maxusers 2 8 64 8 9 defflag opt_mvmetype.h SUPPORT_MVME160X 10 defflag opt_mvmetype.h SUPPORT_MVME210X 11 defflag opt_mvmetype.h SUPPORT_MVME230X 12 defflag opt_mvmetype.h SUPPORT_MVME240X 13 14 file arch/mvmeppc/mvmeppc/autoconf.c 15 file arch/mvmeppc/mvmeppc/clock.c 16 file arch/mvmeppc/mvmeppc/disksubr.c disk 17 file arch/mvmeppc/mvmeppc/extintr.c 18 file arch/mvmeppc/mvmeppc/machdep.c 19 file arch/mvmeppc/mvmeppc/platform.c 20 file arch/mvmeppc/mvmeppc/platform_160x.c support_mvme160x 21 22 file arch/powerpc/powerpc/bus_dma.c 23 file arch/powerpc/powerpc/bus_space.c 24 file arch/powerpc/powerpc/procfs_machdep.c procfs 25 # General files 26 file dev/cons.c 27 file dev/clock_subr.c 28 29 # 30 # Machine-independent SCSI drivers 31 # 32 include "dev/scsipi/files.scsipi" 33 34 # 35 # Memory Disk for install floppy 36 # 37 file dev/md_root.c memory_disk_hooks 38 39 # 40 # System bus types 41 # 42 define mainbus { } 43 device mainbus: pcibus, mainbus 44 attach mainbus at root 45 file arch/mvmeppc/mvmeppc/mainbus.c mainbus 46 47 device cpu 48 attach cpu at mainbus 49 file arch/mvmeppc/mvmeppc/cpu.c cpu 50 51 # 52 # PCI-only drivers 53 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 54 # XXX devices to 'pci'. 55 # 56 include "dev/i2o/files.i2o" 57 include "dev/pci/files.pci" 58 file arch/mvmeppc/pci/pci_machdep.c pci 59 60 # PCI-Host bridge chipsets 61 device pchb: pcibus 62 attach pchb at pci 63 file arch/mvmeppc/pci/pchb.c pchb 64 65 # PCI-ISA bridges 66 device pcib: isabus 67 attach pcib at pci 68 file arch/mvmeppc/pci/pcib.c pcib 69 70 # 71 # ISA and mixed ISA+PCI drivers 72 # 73 74 include "dev/isa/files.isa" 75 76 file arch/mvmeppc/isa/isa_machdep.c isa 77 file arch/mvmeppc/isa/isadma_machdep.c isa 78 79 device mkclock: mk48txx 80 attach mkclock at isa with mkclock_isa 81 file arch/mvmeppc/isa/mkclock_isa.c mkclock_isa 82 83 include "arch/mvmeppc/conf/majors.mvmeppc" 84