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