1 # $NetBSD: files.ixdp425,v 1.5 2003/10/08 14:55:04 scw Exp $ 2 # 3 # Intel IXP425 networkproccesor board configuration info 4 # 5 6 # Use the generic ARM soft interrupt code. 7 file arch/arm/arm/softintr.c 8 9 # IXP425 Network Processor CPU support 10 include "arch/arm/xscale/files.ixp425" 11 12 # Use the shared initarm_common() code. 13 # XXX: Not yet ready for prime-time 14 #file arch/evbarm/evbarm/initarm_common.c 15 file arch/evbarm/ixdp425/ixdp425_machdep.c 16 17 file arch/evbarm/ixdp425/ixdp425_pci.c 18 19 # IXP425 PCI bus support 20 attach ixpio at mainbus with ixpio_mainbus 21 file arch/evbarm/ixdp425/ixdp425_mainbus.c ixpio_mainbus 22 23 24 # IXP425 slow peripheral bus support 25 attach ixpsip at mainbus 26 27 # LED 28 device ixdpled 29 attach ixdpled at ixpsip 30 file arch/evbarm/ixdp425/ixdp425_led.c ixdpled needs-flag 31 32 # 33 # Machine-independent CardBus drivers 34 # 35 36 # XXX dev/pcmcia needs fdc 37 #device fdc {drive = -1} 38 39 #include "dev/pcmcia/files.pcmcia" 40 41 #file arch/evbarm/ixdp425/rbus_machdep.c cardbus 42