1 # $NetBSD: files.rmixl,v 1.5 2014/07/20 10:22:54 alnsn Exp $ 2 3 file arch/evbmips/rmixl/autoconf.c 4 file arch/evbmips/rmixl/machdep.c 5 6 file arch/mips/mips/bus_dma.c 7 file arch/evbmips/evbmips/disksubr.c 8 file arch/evbmips/evbmips/interrupt.c 9 10 file arch/mips/mips/mips3_clock.c 11 file arch/mips/mips/mips3_clockintr.c 12 13 # The autoconfiguration root. 14 device mainbus { [node = -1] } 15 attach mainbus at root 16 file arch/mips/rmi/rmixl_mainbus.c mainbus 17 18 # Stack-less Just-In-Time compiler 19 include "external/bsd/sljit/conf/files.sljit" 20 21 # Machine-independent I2O drivers. 22 include "dev/i2o/files.i2o" 23 24 # Machine-independent SCSI drivers 25 include "dev/scsipi/files.scsipi" 26 27 # Machine-independent ATA drivers 28 include "dev/ata/files.ata" 29 30 # Machine-independent PC-style keyboard controller drivers 31 include "dev/pckbport/files.pckbport" 32 33 # Machine-independent USB device support 34 include "dev/usb/files.usb" 35 36 # Memory Disk 37 file dev/md_root.c memory_disk_hooks 38 39 include "dev/pci/files.pci" 40 include "dev/isa/files.isa" 41 42 #device panel 43 #attach panel at mainbus 44 #file arch/evbmips/rmixl/dev/panel.c panel 45 46 # 47 # PCI bus support. 48 # 49 50 device pchb 51 attach pchb at pci 52 file arch/evbmips/rmixl/pci/pchb.c pchb 53 54 device pcib: isabus 55 attach pcib at pci 56 file arch/evbmips/rmixl/pci/pcib.c pcib 57 58 # 59 # ISA bus support. 60 # 61 device mcclock: mc146818 62 attach mcclock at isa with mcclock_isa 63 file arch/evbmips/isa/mcclock_isa.c mcclock_isa 64 65 file arch/evbmips/isa/isadma_bounce.c isa 66 67 # Floppy disk controller 68 device fdc { drive = -1 }: isadma 69 file dev/isa/fd.c fdc needs-flag 70 71 attach fdc at isa with fdc_isa 72 file dev/isa/fdc_isa.c fdc_isa 73 74 device fd: disk 75 attach fd at fdc 76 77 # 78 # Devices on the local I/O bus. 79 # 80 include "arch/mips/conf/files.rmixl" 81