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