Home | History | Annotate | Line # | Download | only in conf
files.rmixl revision 1.1.2.6
      1 #	$NetBSD: files.rmixl,v 1.1.2.6 2011/12/23 23:32:51 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 # Machine-independent SD/MMC support
     34 include "dev/sdmmc/files.sdmmc"
     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 ## TBD
     50 
     51 
     52 device	pchb
     53 attach	pchb at pci
     54 file	arch/evbmips/rmixl/pci/pchb.c		pchb
     55 
     56 device	pcib: isabus
     57 attach	pcib at pci
     58 file	arch/evbmips/rmixl/pci/pcib.c		pcib
     59 
     60 #
     61 # ISA bus support.
     62 #
     63 device	mcclock: mc146818
     64 attach	mcclock at isa with mcclock_isa
     65 file	arch/evbmips/isa/mcclock_isa.c		mcclock_isa
     66 
     67 file	arch/evbmips/isa/isadma_bounce.c	isa
     68 
     69 # Floppy disk controller
     70 device	fdc { drive = -1 }: isadma
     71 file	dev/isa/fd.c				fdc needs-flag
     72 
     73 attach	fdc at isa with fdc_isa
     74 file	dev/isa/fdc_isa.c			fdc_isa
     75 
     76 device	fd: disk
     77 attach	fd at fdc
     78 
     79 #
     80 # Devices on the local I/O bus.
     81 #
     82 include "arch/mips/conf/files.rmixl"
     83