Home | History | Annotate | Line # | Download | only in conf
files.mipssim revision 1.2.4.2
      1  1.2.4.2  thorpej # $NetBSD: files.mipssim,v 1.2.4.2 2021/04/03 22:28:23 thorpej Exp $
      2  1.2.4.2  thorpej 
      3  1.2.4.2  thorpej file	arch/evbmips/mipssim/autoconf.c
      4  1.2.4.2  thorpej file	arch/evbmips/mipssim/machdep.c
      5  1.2.4.2  thorpej file	arch/evbmips/mipssim/mipssim_intr.c
      6  1.2.4.2  thorpej file	arch/evbmips/mipssim/mipssim_dma.c
      7  1.2.4.2  thorpej file	arch/evbmips/mipssim/mipssim_bus_io.c
      8  1.2.4.2  thorpej 
      9  1.2.4.2  thorpej file	arch/evbmips/evbmips/interrupt.c
     10  1.2.4.2  thorpej 
     11  1.2.4.2  thorpej file	arch/mips/mips/bus_dma.c
     12  1.2.4.2  thorpej file	arch/mips/mips/mips3_clock.c
     13  1.2.4.2  thorpej file	arch/mips/mips/mips3_clockintr.c
     14  1.2.4.2  thorpej 
     15  1.2.4.2  thorpej file	kern/subr_disk_mbr.c			disk
     16  1.2.4.2  thorpej 
     17  1.2.4.2  thorpej # System bus
     18  1.2.4.2  thorpej device	mainbus {}
     19  1.2.4.2  thorpej attach	mainbus at root
     20  1.2.4.2  thorpej file	arch/evbmips/mipssim/mainbus.c		mainbus
     21  1.2.4.2  thorpej 
     22  1.2.4.2  thorpej device	cpu
     23  1.2.4.2  thorpej attach	cpu at mainbus
     24  1.2.4.2  thorpej file	arch/evbmips/evbmips/cpu.c		cpu
     25  1.2.4.2  thorpej 
     26  1.2.4.2  thorpej attach	com at mainbus with com_mainbus
     27  1.2.4.2  thorpej file	arch/evbmips/mipssim/com_mainbus.c	com_mainbus
     28  1.2.4.2  thorpej 
     29  1.2.4.2  thorpej device	mipsnet: ether, ifnet, arp, mii
     30  1.2.4.2  thorpej attach	mipsnet at mainbus
     31  1.2.4.2  thorpej file	arch/evbmips/mipssim/if_mipsnet.c	mipsnet
     32  1.2.4.2  thorpej defparam opt_mipsnet.h				MIPSSIM_ETH_MACADDR
     33  1.2.4.2  thorpej 
     34  1.2.4.2  thorpej attach	virtio at mainbus with virtio_mainbus:	virtio_mmio
     35  1.2.4.2  thorpej file	arch/evbmips/mipssim/virtio_mainbus.c	virtio_mainbus
     36  1.2.4.2  thorpej 
     37  1.2.4.2  thorpej # Memory Disk
     38  1.2.4.2  thorpej file	dev/md_root.c				memory_disk_hooks
     39  1.2.4.2  thorpej 
     40  1.2.4.2  thorpej # SCSI support
     41  1.2.4.2  thorpej include "dev/scsipi/files.scsipi"
     42  1.2.4.2  thorpej 
     43