1 # $NetBSD: files.armadillo9,v 1.4 2008/03/17 09:30:02 kiyohara Exp $ 2 # 3 # First try for arm-specific configuration info 4 # 5 6 file arch/evbarm/armadillo/armadillo9_machdep.c 7 8 # EP93xx Processor CPU support 9 include "arch/arm/ep93xx/files.ep93xx" 10 11 attach epsoc at mainbus 12 13 attach epcom at epsoc with armadillo9com 14 file arch/evbarm/armadillo/armadillo9_com.c armadillo9com 15 16 device armadillo9iic: i2cbus, i2c_bitbang 17 attach armadillo9iic at epgpio 18 file arch/evbarm/armadillo/armadillo9_iic.c armadillo9iic 19 20 attach eppcic at epsoc with armadillo9pcic 21 file arch/evbarm/armadillo/armadillo9_pcic.c armadillo9pcic 22