Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: files.ingenic,v 1.7 2017/05/19 07:30:24 skrll Exp $
      2 
      3 
      4 file	kern/subr_disk_mbr.c
      5 file	arch/evbmips/evbmips/interrupt.c
      6 
      7 defflag	opt_ingenic.h	INGENIC_DEBUG INGENIC_CLOCK_DEBUG
      8 defflag	opt_ingenic.h	INGENIC_INTR_DEBUG
      9 
     10 file	arch/evbmips/ingenic/autoconf.c
     11 file	arch/evbmips/ingenic/machdep.c
     12 file	arch/evbmips/ingenic/intr.c
     13 file	arch/evbmips/ingenic/clock.c
     14 file	arch/evbmips/ingenic/cpu_startup.S
     15 
     16 # System bus
     17 device	mainbus { }
     18 attach	mainbus at root
     19 file	arch/evbmips/ingenic/mainbus.c		mainbus
     20 
     21 device	cpu
     22 attach	cpu at mainbus
     23 file	arch/evbmips/ingenic/cpu.c		cpu
     24 
     25 # Memory Disk
     26 file	dev/md_root.c				memory_disk_hooks
     27