1 # $NetBSD: files.tsarm,v 1.2 2004/12/26 22:02:10 joff Exp $ 2 # 3 # First try for arm-specific configuration info 4 # 5 6 # Use the generic ARM soft interrupt code. 7 file arch/arm/arm/softintr.c 8 file arch/evbarm/tsarm/tsarm_machdep.c 9 10 # EP93xx Processor CPU support 11 include "arch/arm/ep93xx/files.ep93xx" 12 13 attach epsoc at mainbus 14 15 attach epcom at epsoc with epcom_ts 16 file arch/evbarm/tsarm/epcom_ts.c 17 18 define tspldbus {} 19 device tspld: isabus, tspldbus, sysmon_wdog 20 attach tspld at mainbus 21 file arch/evbarm/tsarm/tspld.c tspld 22 23 file arch/evbarm/tsarm/isa/isa_machdep.c isa 24 file arch/evbarm/tsarm/isa/isa_io.c isa 25 file arch/evbarm/tsarm/isa/isa_io_asm.S isa 26 27 attach wdc at tspldbus with wdc_ts 28 file arch/evbarm/tsarm/wdc_ts.c wdc_ts 29