0f380fac15
send the appropriate signal depending on the trap type.
63 lines
1.3 KiB
Plaintext
63 lines
1.3 KiB
Plaintext
# $NetBSD: files.ofppc,v 1.13 2001/06/18 02:00:50 christos Exp $
|
|
#
|
|
# First try for ofppc-specific configuration info
|
|
#
|
|
maxpartitions 16
|
|
|
|
maxusers 2 8 64
|
|
|
|
file arch/ofppc/ofppc/autoconf.c
|
|
file arch/ofppc/ofppc/clock.c
|
|
file arch/ofppc/ofppc/conf.c
|
|
file arch/ofppc/ofppc/disksubr.c disk
|
|
file arch/ofppc/ofppc/machdep.c
|
|
file arch/ofppc/ofppc/procfs_machdep.c procfs
|
|
file dev/cons.c
|
|
file dev/cninit.c
|
|
|
|
#
|
|
# CPU specific OpenFirmware code
|
|
#
|
|
include "arch/powerpc/conf/files.ofw"
|
|
|
|
#
|
|
# Compatibility modules
|
|
#
|
|
|
|
# OSS audio driver compatibility
|
|
include "compat/ossaudio/files.ossaudio"
|
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
|
include "compat/linux/files.linux"
|
|
include "compat/linux/arch/powerpc/files.linux_powerpc"
|
|
file arch/powerpc/powerpc/linux_sigcode.S compat_linux
|
|
file arch/powerpc/powerpc/linux_trap.c compat_linux
|
|
|
|
#
|
|
# Generic OpenFirmware device support
|
|
#
|
|
include "dev/ofw/files.ofw"
|
|
major {ofdisk = 0}
|
|
|
|
# For now, hardwire soft interrupt handling
|
|
file arch/ofppc/ofppc/soft_spl.c
|
|
|
|
# FirePower specific code
|
|
#device firepower: ofbus
|
|
#attach firepower at root
|
|
|
|
#file arch/ofppc/firepower/firedep.c firepower needs-flag
|
|
#file arch/ofppc/firepower/fireirq.c firepower
|
|
|
|
|
|
#
|
|
# System bus types
|
|
#
|
|
define mainbus {}
|
|
device mainbus: mainbus, ofbus
|
|
attach mainbus at root
|
|
file arch/ofppc/ofppc/mainbus.c mainbus
|
|
|
|
# RAIDframe
|
|
major {raid = 12}
|