2003-10-08 18:55:04 +04:00
|
|
|
# $NetBSD: files.ixdp425,v 1.5 2003/10/08 14:55:04 scw Exp $
|
2003-05-23 04:57:23 +04:00
|
|
|
#
|
|
|
|
# Intel IXP425 networkproccesor board configuration info
|
|
|
|
#
|
|
|
|
|
|
|
|
# Use the generic ARM soft interrupt code.
|
|
|
|
file arch/arm/arm/softintr.c
|
|
|
|
|
|
|
|
# IXP425 Network Processor CPU support
|
|
|
|
include "arch/arm/xscale/files.ixp425"
|
|
|
|
|
|
|
|
# Use the shared initarm_common() code.
|
|
|
|
# XXX: Not yet ready for prime-time
|
|
|
|
#file arch/evbarm/evbarm/initarm_common.c
|
|
|
|
file arch/evbarm/ixdp425/ixdp425_machdep.c
|
|
|
|
|
2003-05-24 05:59:32 +04:00
|
|
|
file arch/evbarm/ixdp425/ixdp425_pci.c
|
|
|
|
|
2003-05-23 04:57:23 +04:00
|
|
|
# IXP425 PCI bus support
|
|
|
|
attach ixpio at mainbus with ixpio_mainbus
|
|
|
|
file arch/evbarm/ixdp425/ixdp425_mainbus.c ixpio_mainbus
|
|
|
|
|
|
|
|
|
|
|
|
# IXP425 slow peripheral bus support
|
|
|
|
attach ixpsip at mainbus
|
|
|
|
|
|
|
|
# LED
|
2003-05-31 05:16:31 +04:00
|
|
|
device ixdpled
|
|
|
|
attach ixdpled at ixpsip
|
|
|
|
file arch/evbarm/ixdp425/ixdp425_led.c ixdpled needs-flag
|
2003-05-23 04:57:23 +04:00
|
|
|
|
2003-09-25 18:11:18 +04:00
|
|
|
#
|
|
|
|
# Machine-independent CardBus drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
# XXX dev/pcmcia needs fdc
|
|
|
|
#device fdc {drive = -1}
|
|
|
|
|
|
|
|
#include "dev/pcmcia/files.pcmcia"
|
|
|
|
|
2003-10-08 18:55:04 +04:00
|
|
|
#file arch/evbarm/ixdp425/rbus_machdep.c cardbus
|