1998-05-29 12:38:25 +04:00
|
|
|
# $NetBSD: files.ofppc,v 1.9 1998/05/29 08:38:26 sakamoto Exp $
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
1998-05-28 11:56:42 +04:00
|
|
|
# First try for ofppc-specific configuration info
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
|
|
|
maxpartitions 16
|
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
1998-05-28 11:56:42 +04:00
|
|
|
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
|
1996-09-30 20:34:14 +04:00
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
|
|
|
|
1998-05-29 12:38:25 +04:00
|
|
|
#
|
|
|
|
# CPU specific OpenFirmware code
|
|
|
|
#
|
|
|
|
include "arch/powerpc/conf/files.ofw"
|
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
|
1998-05-28 11:56:42 +04:00
|
|
|
file arch/ofppc/ofppc/soft_spl.c
|
1997-04-17 03:27:05 +04:00
|
|
|
|
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
|
|
|
|
|
1998-05-28 11:56:42 +04:00
|
|
|
#file arch/ofppc/firepower/firedep.c firepower needs-flag
|
|
|
|
#file arch/ofppc/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
|
1998-05-28 11:56:42 +04:00
|
|
|
file arch/ofppc/ofppc/mainbus.c mainbus
|