files.ofppc revision 1.9
1#	$NetBSD: files.ofppc,v 1.9 1998/05/29 08:38:26 sakamoto Exp $
2#
3# First try for ofppc-specific configuration info
4#
5maxpartitions 16
6
7maxusers 2 8 64
8
9file	arch/ofppc/ofppc/autoconf.c
10file	arch/ofppc/ofppc/clock.c
11file	arch/ofppc/ofppc/conf.c
12file	arch/ofppc/ofppc/disksubr.c		disk
13file	arch/ofppc/ofppc/machdep.c
14file	dev/cons.c
15file	dev/cninit.c
16
17#
18# CPU specific OpenFirmware code
19#
20include "arch/powerpc/conf/files.ofw"
21
22#
23# Generic OpenFirmware device support
24#
25include "dev/ofw/files.ofw"
26major	{ofdisk = 0}
27
28
29# For now, hardwire soft interrupt handling
30file	arch/ofppc/ofppc/soft_spl.c
31
32# FirePower specific code
33#device firepower: ofbus
34#attach firepower at root
35
36#file	arch/ofppc/firepower/firedep.c	firepower needs-flag
37#file	arch/ofppc/firepower/fireirq.c	firepower
38
39
40#
41# System bus types
42#
43define	mainbus {}
44device	mainbus: mainbus, ofbus
45attach	mainbus at root
46file	arch/ofppc/ofppc/mainbus.c		mainbus
47