1 # $NetBSD: files.malta,v 1.12 2006/09/02 22:54:47 gdamore Exp $ 2 3 file arch/evbmips/malta/malta_bus_io.c 4 file arch/evbmips/malta/malta_bus_mem.c 5 file arch/evbmips/malta/malta_dma.c 6 file arch/evbmips/malta/malta_intr.c 7 8 file arch/evbmips/malta/autoconf.c 9 file arch/evbmips/malta/leds.c 10 file arch/evbmips/malta/machdep.c 11 12 file arch/mips/mips/bus_dma.c 13 file arch/evbmips/evbmips/disksubr.c 14 file arch/evbmips/evbmips/interrupt.c 15 file arch/evbmips/evbmips/yamon.c # XXX should be in arch/mips/yamon ? 16 17 file arch/mips/mips/mips3_clock.c 18 file arch/mips/mips/softintr.c 19 20 # The autoconfiguration root. 21 device mainbus { [addr = -1] } 22 attach mainbus at root 23 file arch/evbmips/malta/dev/mainbus.c mainbus 24 25 device cpu 26 attach cpu at mainbus 27 file arch/evbmips/malta/cpu.c cpu 28 29 # Machine-independent I2O drivers. 30 include "dev/i2o/files.i2o" 31 32 # Machine-independent SCSI drivers 33 include "dev/scsipi/files.scsipi" 34 35 # Machine-independent ATA drivers 36 include "dev/ata/files.ata" 37 38 # Machine-independent WS console drivers 39 include "dev/wsfont/files.wsfont" 40 include "dev/wscons/files.wscons" 41 42 # Machine-independent PC-style keyboard controller drivers 43 include "dev/pckbport/files.pckbport" 44 45 # Machine-independent USB device support 46 include "dev/usb/files.usb" 47 48 # Memory Disk 49 file dev/md_root.c memory_disk_hooks 50 51 include "dev/pci/files.pci" 52 include "dev/isa/files.isa" 53 54 #device panel 55 #attach panel at mainbus 56 #file arch/evbmips/malta/dev/panel.c panel 57 58 # 59 # PCI bus support. 60 # 61 device gt: pcibus 62 attach gt at mainbus 63 file arch/evbmips/malta/dev/gt.c gt # XXX should be in arch/mips/galileo ? 64 65 file arch/evbmips/malta/pci/pci_machdep.c pci 66 file arch/evbmips/malta/pci/pciide_machdep.c pciide_common 67 68 device pchb 69 attach pchb at pci 70 file arch/evbmips/malta/pci/pchb.c pchb 71 72 device pcib: isabus 73 attach pcib at pci 74 file arch/evbmips/malta/pci/pcib.c pcib 75 76 # 77 # ISA bus support. 78 # 79 device mcclock: mc146818 80 attach mcclock at isa with mcclock_isa 81 file arch/evbmips/isa/mcclock_isa.c mcclock_isa 82 83 file arch/evbmips/isa/isadma_bounce.c isa 84 85 # Floppy disk controller 86 device fdc { drive = -1 }: isadma 87 file dev/isa/fd.c fdc needs-flag 88 89 attach fdc at isa with fdc_isa 90 file dev/isa/fdc_isa.c fdc_isa 91 92 device fd: disk 93 attach fd at fdc 94 95 # 96 # Devices on the local I/O bus. 97 # 98 attach com at mainbus with com_mainbus 99 file arch/evbmips/malta/dev/com_mainbus.c com_mainbus 100