1 # $NetBSD: files.armadillo9,v 1.2.12.2 2006/06/21 14:50:33 yamt 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/armadillo/armadillo9_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 armadillo9com 16 file arch/evbarm/armadillo/armadillo9_com.c armadillo9com 17 18 device armadillo9iic: i2cbus, i2c_bitbang 19 attach armadillo9iic at epgpio 20 file arch/evbarm/armadillo/armadillo9_iic.c armadillo9iic 21 22 attach eppcic at epsoc with armadillo9pcic 23 file arch/evbarm/armadillo/armadillo9_pcic.c armadillo9pcic 24 25 include "dev/pcmcia/files.pcmcia" 26