1998-05-28 11:56:42 +04:00
|
|
|
# $NetBSD: files.ofppc,v 1.8 1998/05/28 08:12:13 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
|
|
|
|
file arch/ofppc/ofppc/ofw_machdep.c
|
|
|
|
file arch/ofppc/ofppc/ofwmagic.S
|
|
|
|
file arch/ofppc/ofppc/openfirm.c
|
1998-02-23 04:54:26 +03:00
|
|
|
|
1996-09-30 20:34:14 +04:00
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
|
|
|
|
1998-02-23 04:54:26 +03:00
|
|
|
# Firmworks OpenFirmware Bug Workarounds
|
1998-05-28 11:56:42 +04:00
|
|
|
file arch/ofppc/ofppc/ofwreal.S firmworksbugs
|
1998-02-23 04:54:26 +03:00
|
|
|
|
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
|