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

77 lines
1.7 KiB
Plaintext

# $NetBSD: files.cesfic,v 1.16 2007/12/03 15:33:25 ad Exp $
#
# cesfic-specific configuration info
# maxpartitions must be the first item in files.${ARCH}
maxpartitions 8
defflag PANICBUTTON
maxusers 2 8 64
# NOTE! The order of these lines is significant! Don't change them
# unless you absolutely know what you're doing!
#
# Mainbus
#
device mainbus { }
attach mainbus at root
file arch/cesfic/cesfic/sic6351.c
file arch/cesfic/cesfic/clk_dp8570a.c
file arch/cesfic/cesfic/eeprom.c
#
# devices
#
device zsc { channel = -1 }
file arch/cesfic/dev/zs.c zsc
file dev/ic/z8530sc.c zsc
attach zsc at mainbus with zsc_pcc
file arch/cesfic/dev/zs_pcc.c zsc_pcc needs-flag
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty needs-flag
# LANCE ethernet
#device lex: arp, ether, ifnet
#attach lex at mainbus
attach le at mainbus: le32
file arch/cesfic/dev/if_le.c le
#file arch/cesfic/dev/am79900.c lex
#
# Non-device files
#
file arch/cesfic/cesfic/autoconf.c
file arch/cesfic/cesfic/clock.c
file arch/cesfic/cesfic/machdep.c
file arch/cesfic/cesfic/isr.c
file arch/cesfic/cesfic/mem.c
file arch/cesfic/cesfic/pmap_bootstrap.c
file arch/cesfic/cesfic/trap.c
file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c ddb | kgdb
file arch/m68k/m68k/kgdb_machdep.c kgdb
file arch/m68k/m68k/pmap_motorola.c
file arch/m68k/m68k/procfs_machdep.c procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c
file dev/cons.c
# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
include "compat/aoutm68k/files.aoutm68k"
# SunOS Binary Compatibility (COMPAT_SUNOS)
include "compat/sunos/files.sunos"
file arch/m68k/m68k/sunos_machdep.c compat_sunos
include "arch/cesfic/conf/majors.cesfic"