1 # $NetBSD: files.gumstix,v 1.3 2007/02/20 17:23:09 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/bluetooth/files.bluetooth" 12 13 include "dev/pcmcia/files.pcmcia" 14 15 # gumstix devices 16 device gxio {[addr = -1], [gpirq = -1]} 17 attach gxio at pxaip 18 defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART 19 file arch/evbarm/gumstix/gxio.c gxio 20 21 # SMSC LAN91C111 22 attach sm at gxio with sm_gxio 23 file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio 24 25 device gxpcic: pcmciabus 26 attach gxpcic at gxio 27 file arch/arm/sa11x0/sa11xx_pcic.c gxpcic 28 file arch/evbarm/gumstix/gxpcic.c gxpcic 29