Home | History | Annotate | Line # | Download | only in conf
files.tsarm revision 1.9.46.1
      1  1.9.46.1   rjs #	$NetBSD: files.tsarm,v 1.9.46.1 2007/12/26 22:24:47 rjs 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 file	arch/evbarm/tsarm/tsarm_machdep.c
      7       1.1  joff 
      8       1.1  joff # EP93xx Processor CPU support
      9       1.1  joff include "arch/arm/ep93xx/files.ep93xx"
     10       1.1  joff 
     11       1.1  joff attach epsoc at mainbus
     12       1.1  joff 
     13       1.1  joff attach epcom at epsoc with epcom_ts
     14       1.1  joff file	arch/evbarm/tsarm/epcom_ts.c
     15       1.1  joff 
     16       1.1  joff define  tspldbus {}
     17       1.2  joff device	tspld: isabus, tspldbus, sysmon_wdog
     18       1.1  joff attach tspld at mainbus
     19       1.1  joff file	arch/evbarm/tsarm/tspld.c	tspld
     20       1.1  joff 
     21       1.1  joff file	arch/evbarm/tsarm/isa/isa_machdep.c	isa
     22       1.1  joff file	arch/evbarm/tsarm/isa/isa_io.c		isa
     23       1.1  joff file	arch/evbarm/tsarm/isa/isa_io_asm.S	isa
     24       1.1  joff 
     25       1.1  joff attach wdc at tspldbus with wdc_ts
     26       1.1  joff file 	arch/evbarm/tsarm/wdc_ts.c		wdc_ts
     27       1.3  joff 
     28       1.3  joff device tsrtc: mc146818
     29       1.3  joff attach tsrtc at tspldbus
     30       1.3  joff file	arch/evbarm/tsarm/tsrtc.c		tsrtc
     31       1.4  joff 
     32       1.7  joff device	tslcd: hd44780, wsemuldisplaydev
     33       1.4  joff attach	tslcd at tspldbus
     34       1.4  joff file	arch/evbarm/tsarm/tslcd.c		tslcd
     35       1.5  joff 
     36       1.6  joff device  tskp: matrixkp, wskbddev
     37       1.6  joff attach	tskp at tspldbus
     38       1.6  joff file	arch/evbarm/tsarm/tskp.c		tskp
     39       1.6  joff 
     40       1.8  joff device  toastersensors: matrixkp, wskbddev
     41       1.8  joff attach	toastersensors at tspldbus
     42       1.8  joff file	arch/evbarm/tsarm/toastersensors.c		toastersensors
     43       1.8  joff 
     44       1.5  joff # XXXX pcic here because it needs to be late.  The catch: pcic needs
     45       1.5  joff # to be late, so devices which attach to it are attached late.  But it
     46       1.5  joff # needs to be before its isa and pci attachments.  This answer is
     47       1.5  joff # non-optimal, but I don't have a better answer right now.
     48       1.5  joff 
     49       1.5  joff # PCIC pcmcia controller
     50       1.5  joff # XXX this needs to be done very late, so it's done here.  This feels
     51       1.5  joff # like a kludge, but it might be for the best.
     52       1.5  joff 
     53       1.5  joff defparam		PCIC_ISA_ALLOC_IOBASE
     54       1.5  joff defparam		PCIC_ISA_ALLOC_IOSIZE
     55       1.5  joff defparam		PCIC_ISA_INTR_ALLOC_MASK
     56       1.5  joff 
     57       1.5  joff device	pcic: pcmciabus
     58       1.5  joff file	dev/ic/i82365.c			pcic
     59       1.5  joff 
     60       1.5  joff # PCIC pcmcia controller on ISA bus.
     61       1.5  joff attach	pcic at isa with pcic_isa
     62       1.5  joff file	dev/isa/i82365_isa.c		pcic_isa
     63       1.5  joff 
     64       1.5  joff # Code common to ISA and ISAPnP attachments
     65       1.5  joff file	dev/isa/i82365_isasubr.c	pcic_isa
     66       1.5  joff 
     67       1.5  joff # this wants to be probed as late as possible.
     68       1.5  joff #
     69       1.5  joff # Machine-independent PCMCIA drivers
     70       1.5  joff #
     71       1.5  joff include	"dev/pcmcia/files.pcmcia"
     72