files.ofppc revision 1.11
1#	$NetBSD: files.ofppc,v 1.11 2001/01/17 00:07:32 fvdl 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	arch/ofppc/ofppc/procfs_machdep.c	procfs
15file	dev/cons.c
16file	dev/cninit.c
17
18#
19# CPU specific OpenFirmware code
20#
21include "arch/powerpc/conf/files.ofw"
22
23#
24# Generic OpenFirmware device support
25#
26include "dev/ofw/files.ofw"
27major	{ofdisk = 0}
28
29
30# For now, hardwire soft interrupt handling
31file	arch/ofppc/ofppc/soft_spl.c
32
33# FirePower specific code
34#device firepower: ofbus
35#attach firepower at root
36
37#file	arch/ofppc/firepower/firedep.c	firepower needs-flag
38#file	arch/ofppc/firepower/fireirq.c	firepower
39
40
41#
42# System bus types
43#
44define	mainbus {}
45device	mainbus: mainbus, ofbus
46attach	mainbus at root
47file	arch/ofppc/ofppc/mainbus.c		mainbus
48
49# RAIDframe
50major	{raid = 12}
51