NetBSD/sys/arch/evbarm/conf/files.ixm1200
ichiro 2556a42f35 attach/match separated from ixp12x0_com
Some bug of com driver have been improved.
2002-07-20 03:09:03 +00:00

34 lines
887 B
Plaintext

# $NetBSD: files.ixm1200,v 1.3 2002/07/20 03:09:04 ichiro Exp $
#
# Intel IXM1200 evaluation board configuration info
#
file arch/arm/arm/softintr.c
file arch/evbarm/ixm1200/ixm1200_machdep.c
file arch/evbarm/ixm1200/ixm1200_pci.c
file dev/cninit.c
# IXP12x0 Network Processor CPU support
include "arch/arm/ixp12x0/files.ixp12x0"
# IXP12x0 IX,PCI,SRAM bus support
attach ixpio at mainbus with ixpio_mainbus
file arch/evbarm/ixm1200/ixp12x0_mainbus.c ixpio_mainbus
# IXP12x0 slow peripheral bus support
attach ixpsip at mainbus
device nappinr
attach nappinr at ixpsip
file arch/evbarm/ixm1200/nappi_nr.c nappinr needs-flag
device nppb: pcibus
attach nppb at pci
file arch/evbarm/ixm1200/nappi_nppb.c nppb
# IXM1200 serial port
# "device" declaration in files.evbarm (because of needs-flag)
attach ixpcom at ixpsip with ixpcom_ixm
file arch/evbarm/ixm1200/ixpcom_ixm.c ixpcom_ixm