files.ixdp425 revision 1.1
11.1Sichiro# $NetBSD: files.ixdp425,v 1.1 2003/05/23 00:57:26 ichiro Exp $ 21.1Sichiro# 31.1Sichiro# Intel IXP425 networkproccesor board configuration info 41.1Sichiro# 51.1Sichiro 61.1Sichiro# Use the generic ARM soft interrupt code. 71.1Sichirofile arch/arm/arm/softintr.c 81.1Sichiro 91.1Sichiro# IXP425 Network Processor CPU support 101.1Sichiroinclude "arch/arm/xscale/files.ixp425" 111.1Sichiro 121.1Sichiro# Use the shared initarm_common() code. 131.1Sichiro# XXX: Not yet ready for prime-time 141.1Sichiro#file arch/evbarm/evbarm/initarm_common.c 151.1Sichirofile arch/evbarm/ixdp425/ixdp425_machdep.c 161.1Sichiro 171.1Sichiro# IXP425 PCI bus support 181.1Sichiroattach ixpio at mainbus with ixpio_mainbus 191.1Sichirofile arch/evbarm/ixdp425/ixdp425_mainbus.c ixpio_mainbus 201.1Sichiro 211.1Sichiro 221.1Sichiro# IXP425 slow peripheral bus support 231.1Sichiroattach ixpsip at mainbus 241.1Sichiro 251.1Sichiro# LED 261.1Sichiro#device ixdpled 271.1Sichiro#attach ixdpled at ixpsip 281.1Sichiro#file arch/evbarm/ixdp425/ixdp425_led.c ixdpled needs-flag 291.1Sichiro 301.1Sichiro# IXDP425 serial port 311.1Sichiro# "device" declaration in files.evbarm (because of needs-flag) 321.1Sichiroattach ixpcom at ixpsip with ixpcom_ixdp 331.1Sichirofile arch/evbarm/ixdp425/ixpcom_ixdp425.c ixpcom_ixdp 34