Home | History | Annotate | Line # | Download | only in conf
files.tsarm revision 1.4
      1  1.4  joff #	$NetBSD: files.tsarm,v 1.4 2005/01/08 20:39:18 joff Exp $
      2  1.1  joff #
      3  1.1  joff # First try for arm-specific configuration info
      4  1.1  joff #
      5  1.1  joff 
      6  1.1  joff # Use the generic ARM soft interrupt code.
      7  1.1  joff file	arch/arm/arm/softintr.c
      8  1.1  joff file	arch/evbarm/tsarm/tsarm_machdep.c
      9  1.1  joff 
     10  1.1  joff # EP93xx Processor CPU support
     11  1.1  joff include "arch/arm/ep93xx/files.ep93xx"
     12  1.1  joff 
     13  1.1  joff attach epsoc at mainbus
     14  1.1  joff 
     15  1.1  joff attach epcom at epsoc with epcom_ts
     16  1.1  joff file	arch/evbarm/tsarm/epcom_ts.c
     17  1.1  joff 
     18  1.1  joff define  tspldbus {}
     19  1.2  joff device	tspld: isabus, tspldbus, sysmon_wdog
     20  1.1  joff attach tspld at mainbus
     21  1.1  joff file	arch/evbarm/tsarm/tspld.c	tspld
     22  1.1  joff 
     23  1.1  joff file	arch/evbarm/tsarm/isa/isa_machdep.c	isa
     24  1.1  joff file	arch/evbarm/tsarm/isa/isa_io.c		isa
     25  1.1  joff file	arch/evbarm/tsarm/isa/isa_io_asm.S	isa
     26  1.1  joff 
     27  1.1  joff attach wdc at tspldbus with wdc_ts
     28  1.1  joff file 	arch/evbarm/tsarm/wdc_ts.c		wdc_ts
     29  1.3  joff 
     30  1.3  joff device tsrtc: mc146818
     31  1.3  joff attach tsrtc at tspldbus
     32  1.3  joff file	arch/evbarm/tsarm/tsrtc.c		tsrtc
     33  1.4  joff 
     34  1.4  joff device	tslcd: hd44780
     35  1.4  joff attach	tslcd at tspldbus
     36  1.4  joff file	arch/evbarm/tsarm/tslcd.c		tslcd
     37