xref: /netbsd-src/sys/arch/evbarm/conf/files.ixm1200 (revision 23c8222edbfb0f0932d88a8351d3a0cf817dfb9e)
1#	$NetBSD: files.ixm1200,v 1.4 2003/05/05 04:34:48 igy Exp $
2#
3# Intel IXM1200 evaluation board configuration info
4#
5
6file	arch/arm/arm/softintr.c
7file	arch/evbarm/ixm1200/ixm1200_machdep.c
8file	arch/evbarm/ixm1200/ixm1200_pci.c
9
10# IXP12x0 Network Processor CPU support
11include "arch/arm/ixp12x0/files.ixp12x0"
12
13# IXP12x0 IX,PCI,SRAM bus support
14attach	ixpio at mainbus with ixpio_mainbus
15file	arch/evbarm/ixm1200/ixp12x0_mainbus.c	ixpio_mainbus
16
17# IXP12x0 slow peripheral bus support
18attach	ixpsip at mainbus
19
20device	nappinr
21attach	nappinr at ixpsip
22file	arch/evbarm/ixm1200/nappi_nr.c		nappinr needs-flag
23
24device	nppb: pcibus
25attach	nppb at pci
26file	arch/evbarm/ixm1200/nappi_nppb.c	nppb
27
28# IXM1200 serial port
29# "device" declaration in files.evbarm (because of needs-flag)
30attach	ixpcom at ixpsip with ixpcom_ixm
31file	arch/evbarm/ixm1200/ixpcom_ixm.c	ixpcom_ixm
32