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