1 # $NetBSD: files.malta,v 1.7 2003/05/25 14:08:19 tsutsui 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/clock.c 14 file arch/evbmips/evbmips/disksubr.c 15 file arch/evbmips/evbmips/interrupt.c 16 file arch/evbmips/evbmips/yamon.c # XXX should be in arch/mips/yamon ? 17 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 device mcclock 30 file arch/evbmips/dev/mcclock.c mcclock 31 32 # Machine-independent I2O drivers. 33 include "dev/i2o/files.i2o" 34 35 # Machine-independent SCSI drivers 36 include "dev/scsipi/files.scsipi" 37 38 # Machine-independent ATA drivers 39 include "dev/ata/files.ata" 40 41 # Machine-independent WS console drivers 42 include "dev/wsfont/files.wsfont" 43 include "dev/wscons/files.wscons" 44 45 # Machine-independent PC-style keyboard controller drivers 46 include "dev/pckbc/files.pckbc" 47 48 # Machine-independent USB device support 49 include "dev/usb/files.usb" 50 51 # Memory Disk 52 file dev/md_root.c memory_disk_hooks 53 54 include "dev/pci/files.pci" 55 include "dev/isa/files.isa" 56 57 #device panel 58 #attach panel at mainbus 59 #file arch/evbmips/malta/dev/panel.c panel 60 61 # 62 # PCI bus support. 63 # 64 device gt: pcibus 65 attach gt at mainbus 66 file arch/evbmips/malta/dev/gt.c gt # XXX should be in arch/mips/galileo ? 67 68 file arch/evbmips/malta/pci/pci_machdep.c pci 69 file arch/evbmips/malta/pci/pciide_machdep.c pciide 70 71 device pchb 72 attach pchb at pci 73 file arch/evbmips/malta/pci/pchb.c pchb 74 75 device pcib: isabus 76 attach pcib at pci 77 file arch/evbmips/malta/pci/pcib.c pcib 78 79 # 80 # ISA bus support. 81 # 82 attach mcclock at isa with mcclock_isa 83 file arch/evbmips/isa/mcclock_isa.c mcclock_isa 84 85 file arch/evbmips/isa/isadma_bounce.c isa 86 87 # Floppy disk controller 88 device fdc { drive = -1 }: isadma 89 file dev/isa/fd.c fdc needs-flag 90 91 attach fdc at isa with fdc_isa 92 file dev/isa/fdc_isa.c fdc_isa 93 94 device fd: disk 95 attach fd at fdc 96 97 # 98 # Devices on the local I/O bus. 99 # 100 attach com at mainbus with com_mainbus 101 file arch/evbmips/malta/dev/com_mainbus.c com_mainbus 102