Home | History | Annotate | Line # | Download | only in conf
files.rmixl revision 1.1.2.1
      1 #	$NetBSD: files.rmixl,v 1.1.2.1 2009/09/13 03:27:38 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 { [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 file	arch/evbmips/rmixl/pci/pci_machdep.c	pci
     54 file	arch/evbmips/rmixl/pci/pciide_machdep.c	pciide_common
     55 
     56 device	pchb
     57 attach	pchb at pci
     58 file	arch/evbmips/rmixl/pci/pchb.c		pchb
     59 
     60 device	pcib: isabus
     61 attach	pcib at pci
     62 file	arch/evbmips/rmixl/pci/pcib.c		pcib
     63 
     64 #
     65 # ISA bus support.
     66 #
     67 device	mcclock: mc146818
     68 attach	mcclock at isa with mcclock_isa
     69 file	arch/evbmips/isa/mcclock_isa.c		mcclock_isa
     70 
     71 file	arch/evbmips/isa/isadma_bounce.c	isa
     72 
     73 # Floppy disk controller
     74 device	fdc { drive = -1 }: isadma
     75 file	dev/isa/fd.c				fdc needs-flag
     76 
     77 attach	fdc at isa with fdc_isa
     78 file	dev/isa/fdc_isa.c			fdc_isa
     79 
     80 device	fd: disk
     81 attach	fd at fdc
     82 
     83 #
     84 # Devices on the local I/O bus.
     85 #
     86 include "arch/mips/conf/files.rmixl"
     87