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