Home | History | Annotate | Line # | Download | only in conf
files.tsarm revision 1.6
      1  1.6  joff #	$NetBSD: files.tsarm,v 1.6 2005/01/31 06:12:35 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  1.5  joff 
     38  1.6  joff device  tskp: matrixkp, wskbddev
     39  1.6  joff attach	tskp at tspldbus
     40  1.6  joff file	arch/evbarm/tsarm/tskp.c		tskp
     41  1.6  joff 
     42  1.5  joff # XXXX pcic here because it needs to be late.  The catch: pcic needs
     43  1.5  joff # to be late, so devices which attach to it are attached late.  But it
     44  1.5  joff # needs to be before its isa and pci attachments.  This answer is
     45  1.5  joff # non-optimal, but I don't have a better answer right now.
     46  1.5  joff 
     47  1.5  joff # PCIC pcmcia controller
     48  1.5  joff # XXX this needs to be done very late, so it's done here.  This feels
     49  1.5  joff # like a kludge, but it might be for the best.
     50  1.5  joff 
     51  1.5  joff defparam		PCIC_ISA_ALLOC_IOBASE
     52  1.5  joff defparam		PCIC_ISA_ALLOC_IOSIZE
     53  1.5  joff defparam		PCIC_ISA_INTR_ALLOC_MASK
     54  1.5  joff 
     55  1.5  joff device	pcic: pcmciabus
     56  1.5  joff file	dev/ic/i82365.c			pcic
     57  1.5  joff 
     58  1.5  joff # PCIC pcmcia controller on ISA bus.
     59  1.5  joff attach	pcic at isa with pcic_isa
     60  1.5  joff file	dev/isa/i82365_isa.c		pcic_isa
     61  1.5  joff 
     62  1.5  joff # Code common to ISA and ISAPnP attachments
     63  1.5  joff file	dev/isa/i82365_isasubr.c	pcic_isa
     64  1.5  joff 
     65  1.5  joff # this wants to be probed as late as possible.
     66  1.5  joff #
     67  1.5  joff # Machine-independent PCMCIA drivers
     68  1.5  joff #
     69  1.5  joff include	"dev/pcmcia/files.pcmcia"
     70