1 # $NetBSD: files.gumstix,v 1.2 2007/01/18 10:15:20 kiyohara Exp $ 2 # 3 # Genetec corp. G4255EB evaluation board configuration info 4 # 5 6 file arch/evbarm/gumstix/gumstix_machdep.c 7 8 # CPU support and integrated peripherals 9 include "arch/arm/xscale/files.pxa2x0" 10 11 include "dev/pcmcia/files.pcmcia" 12 13 # gumstix devices 14 device gxio {[addr = -1], [gpirq = -1]} 15 attach gxio at pxaip 16 defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 17 file arch/evbarm/gumstix/gxio.c gxio 18 19 # SMSC LAN91C111 20 attach sm at gxio with sm_gxio 21 file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 22 23 device gxpcic: pcmciabus 24 attach gxpcic at gxio 25 file arch/arm/sa11x0/sa11xx_pcic.c gxpcic 26 file arch/evbarm/gumstix/gxpcic.c gxpcic 27