1#         $NetBSD: files.ixdp425,v 1.10 2022/08/07 09:51:00 andvar Exp $
2#
3# Intel IXP425 network processor board configuration info
4#
5
6# IXP425 Network Processor CPU support
7include "arch/arm/xscale/files.ixp425"
8
9file      arch/evbarm/ixdp425/ixdp425_machdep.c
10
11file      arch/evbarm/ixdp425/ixdp425_pci.c
12
13# IXP425 PCI bus support
14attach    ixpio at mainbus with ixpio_mainbus
15file      arch/evbarm/ixdp425/ixdp425_mainbus.c             ixpio_mainbus
16
17
18# IXP425 slow peripheral bus support
19attach    ixpsip at mainbus
20
21# LED
22device    ixdpled
23attach    ixdpled at ixpsip
24file    arch/evbarm/ixdp425/ixdp425_led.c                   ixdpled needs-flag
25
26#
27# Machine-independent CardBus drivers
28#
29
30# XXX dev/pcmcia needs fdc
31#device fdc {drive = -1}
32
33#file     arch/evbarm/ixdp425/rbus_machdep.c                cardbus
34