files.ixdp425 revision 1.1
1# $NetBSD: files.ixdp425,v 1.1 2003/05/23 00:57:26 ichiro Exp $ 2# 3# Intel IXP425 networkproccesor board configuration info 4# 5 6# Use the generic ARM soft interrupt code. 7file arch/arm/arm/softintr.c 8 9# IXP425 Network Processor CPU support 10include "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 15file arch/evbarm/ixdp425/ixdp425_machdep.c 16 17# IXP425 PCI bus support 18attach ixpio at mainbus with ixpio_mainbus 19file arch/evbarm/ixdp425/ixdp425_mainbus.c ixpio_mainbus 20 21 22# IXP425 slow peripheral bus support 23attach ixpsip at mainbus 24 25# LED 26#device ixdpled 27#attach ixdpled at ixpsip 28#file arch/evbarm/ixdp425/ixdp425_led.c ixdpled needs-flag 29 30# IXDP425 serial port 31# "device" declaration in files.evbarm (because of needs-flag) 32attach ixpcom at ixpsip with ixpcom_ixdp 33file arch/evbarm/ixdp425/ixpcom_ixdp425.c ixpcom_ixdp 34