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