NetBSD/sys/arch/evbarm/conf/files.adi_brh
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

27 lines
717 B
Plaintext

# $NetBSD: files.adi_brh,v 1.4 2007/12/03 15:33:29 ad Exp $
#
# ADI BRH evaluation board configuration info
#
file arch/evbarm/adi_brh/brh_7seg.c
file arch/evbarm/adi_brh/brh_machdep.c
# BRH on-board devices
device obio {addr, [size = -1], [width = -1], [irq = -1]}: bus_space_generic
attach obio at mainbus
file arch/evbarm/adi_brh/obio.c obio
file arch/evbarm/adi_brh/obio_space.c obio
# on-board 16550 UARTs
attach com at obio with com_obio
file arch/evbarm/adi_brh/com_obio.c com_obio
# i80200 CPU support
include "arch/arm/xscale/files.i80200"
# BECC Companion support
include "arch/arm/xscale/files.becc"
attach becc at mainbus with becc_mainbus
file arch/evbarm/adi_brh/becc_mainbus.c becc_mainbus