NetBSD/sys/arch/evbarm/conf/files.ixm1200
ad 4b293a84e1 Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.
2007-12-03 15:33:00 +00:00

31 lines
835 B
Plaintext

# $NetBSD: files.ixm1200,v 1.5 2007/12/03 15:33:31 ad Exp $
#
# Intel IXM1200 evaluation board configuration info
#
file arch/evbarm/ixm1200/ixm1200_machdep.c
file arch/evbarm/ixm1200/ixm1200_pci.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