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