mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
27 lines
628 B
Plaintext
27 lines
628 B
Plaintext
# $NetBSD: files.ingenic,v 1.5 2014/12/26 17:45:27 macallan Exp $
|
|
|
|
|
|
file arch/mips/mips/bus_dma.c
|
|
file kern/subr_disk_mbr.c
|
|
file arch/evbmips/evbmips/interrupt.c
|
|
|
|
defflag opt_ingenic.h INGENIC_DEBUG INGENIC_CLOCK_DEBUG
|
|
defflag opt_ingenic.h INGENIC_INTR_DEBUG
|
|
|
|
file arch/evbmips/ingenic/autoconf.c
|
|
file arch/evbmips/ingenic/machdep.c
|
|
file arch/evbmips/ingenic/intr.c
|
|
file arch/evbmips/ingenic/clock.c
|
|
|
|
# System bus
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
file arch/evbmips/ingenic/mainbus.c mainbus
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/evbmips/evbmips/cpu.c cpu
|
|
|
|
# Memory Disk
|
|
file dev/md_root.c memory_disk_hooks
|