1 # $NetBSD: files.ixdp425,v 1.2 2003/05/24 01:59:32 ichiro 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 # IXDP425 serial port 33 # "device" declaration in files.evbarm (because of needs-flag) 34 attach ixpcom at ixpsip with ixpcom_ixdp 35 file arch/evbarm/ixdp425/ixpcom_ixdp425.c ixpcom_ixdp 36