xref: /netbsd/sys/arch/evbarm/conf/files.ixm1200 (revision c4a72b64)
1#	$NetBSD: files.ixm1200,v 1.3 2002/07/20 03:09:04 ichiro 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
10file	dev/cninit.c
11
12# IXP12x0 Network Processor CPU support
13include "arch/arm/ixp12x0/files.ixp12x0"
14
15# IXP12x0 IX,PCI,SRAM bus support
16attach	ixpio at mainbus with ixpio_mainbus
17file	arch/evbarm/ixm1200/ixp12x0_mainbus.c	ixpio_mainbus
18
19# IXP12x0 slow peripheral bus support
20attach	ixpsip at mainbus
21
22device	nappinr
23attach	nappinr at ixpsip
24file	arch/evbarm/ixm1200/nappi_nr.c		nappinr needs-flag
25
26device	nppb: pcibus
27attach	nppb at pci
28file	arch/evbarm/ixm1200/nappi_nppb.c	nppb
29
30# IXM1200 serial port
31# "device" declaration in files.evbarm (because of needs-flag)
32attach	ixpcom at ixpsip with ixpcom_ixm
33file	arch/evbarm/ixm1200/ixpcom_ixm.c	ixpcom_ixm
34