1998-02-24 08:45:51 +03:00
|
|
|
# $NetBSD: files.powerpc,v 1.7 1998/02/24 05:45:51 mycroft Exp $
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
|
|
|
# First try for powerpc-specific configuration info
|
|
|
|
#
|
|
|
|
maxpartitions 16
|
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
|
|
|
file arch/powerpc/powerpc/autoconf.c
|
|
|
|
file arch/powerpc/powerpc/clock.c
|
|
|
|
file arch/powerpc/powerpc/conf.c
|
1998-02-23 04:54:26 +03:00
|
|
|
file arch/powerpc/powerpc/disksubr.c disk
|
|
|
|
file arch/powerpc/powerpc/machdep.c
|
|
|
|
file arch/powerpc/powerpc/vm_machdep.c
|
|
|
|
|
|
|
|
file arch/powerpc/powerpc/Locore.c
|
|
|
|
file arch/powerpc/powerpc/bcopy.c
|
1996-09-30 20:34:14 +04:00
|
|
|
file arch/powerpc/powerpc/copyinstr.c
|
|
|
|
file arch/powerpc/powerpc/copyoutstr.c
|
|
|
|
file arch/powerpc/powerpc/copystr.c
|
|
|
|
file arch/powerpc/powerpc/fpu.c
|
|
|
|
file arch/powerpc/powerpc/fubyte.c
|
|
|
|
file arch/powerpc/powerpc/fuswintr.c
|
|
|
|
file arch/powerpc/powerpc/in_cksum.c
|
1996-10-16 23:32:08 +04:00
|
|
|
file arch/powerpc/powerpc/ipkdb_glue.c ipkdb
|
1996-09-30 20:34:14 +04:00
|
|
|
file arch/powerpc/powerpc/mem.c
|
|
|
|
file arch/powerpc/powerpc/ofw_machdep.c
|
1997-04-17 03:27:05 +04:00
|
|
|
file arch/powerpc/powerpc/ofwmagic.S
|
1996-09-30 20:34:14 +04:00
|
|
|
file arch/powerpc/powerpc/openfirm.c
|
|
|
|
file arch/powerpc/powerpc/pmap.c
|
|
|
|
file arch/powerpc/powerpc/process_machdep.c
|
|
|
|
file arch/powerpc/powerpc/subyte.c
|
|
|
|
file arch/powerpc/powerpc/suword.c
|
|
|
|
file arch/powerpc/powerpc/suswintr.c
|
|
|
|
file arch/powerpc/powerpc/sys_machdep.c
|
|
|
|
file arch/powerpc/powerpc/trap.c
|
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
1998-01-27 12:15:58 +03:00
|
|
|
file arch/powerpc/powerpc/setjmp.S ddb
|
|
|
|
file arch/powerpc/powerpc/db_memrw.c ddb
|
|
|
|
file arch/powerpc/powerpc/db_disasm.c ddb
|
|
|
|
file arch/powerpc/powerpc/db_interface.c ddb
|
|
|
|
file arch/powerpc/powerpc/db_trace.c ddb
|
1996-09-30 20:34:14 +04:00
|
|
|
|
1998-02-23 04:54:26 +03:00
|
|
|
# Firmworks OpenFirmware Bug Workarounds
|
|
|
|
file arch/powerpc/powerpc/ofwreal.S firmworksbugs
|
|
|
|
|
1998-02-24 08:45:51 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Generic OpenFirmware device support
|
|
|
|
#
|
|
|
|
include "dev/ofw/files.ofw"
|
|
|
|
major {ofdisk = 0}
|
|
|
|
|
|
|
|
|
1997-04-17 03:27:05 +04:00
|
|
|
# For now, hardwire soft interrupt handling
|
|
|
|
file arch/powerpc/powerpc/soft_spl.c
|
|
|
|
|
1996-09-30 20:34:14 +04:00
|
|
|
# FirePower specific code
|
1998-02-24 08:45:51 +03:00
|
|
|
#device firepower: ofbus
|
1996-09-30 20:34:14 +04:00
|
|
|
#attach firepower at root
|
|
|
|
|
|
|
|
#file arch/powerpc/firepower/firedep.c firepower needs-flag
|
|
|
|
#file arch/powerpc/firepower/fireirq.c firepower
|
1998-02-24 08:45:51 +03:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# System bus types
|
|
|
|
#
|
|
|
|
define mainbus {}
|
|
|
|
device mainbus: mainbus, ofbus
|
|
|
|
attach mainbus at root
|
|
|
|
file arch/powerpc/powerpc/mainbus.c mainbus
|