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