xref: /netbsd/sys/arch/ofppc/conf/files.ofppc (revision c4a72b64)
1#	$NetBSD: files.ofppc,v 1.21 2002/10/30 06:26:43 manu Exp $
2#
3# NetBSD/ofppc configuration info
4#
5
6# maxpartitions must be the first thing in files.${MACHINE}
7maxpartitions 16
8
9maxusers 8 16 64
10
11# Platform support option headers
12defflag	FIREPOWER_ES			# Firepower ES
13defflag	FIREPOWER_MX			# Firepower MX
14defflag	FIREPOWER_LX			# Firepower LX
15defflag	TOTALIMPACT_BRIQ		# Total Impact briQ
16
17file	arch/ofppc/ofppc/autoconf.c
18file	arch/ofppc/ofppc/clock.c
19file	arch/ofppc/ofppc/conf.c
20file	arch/ofppc/ofppc/disksubr.c		disk
21file	arch/ofppc/ofppc/machdep.c
22file	arch/ofppc/ofppc/platform.c
23file	arch/ofppc/ofppc/procfs_machdep.c	procfs
24file	dev/cons.c
25file	dev/cninit.c
26
27#
28# CPU specific OpenFirmware code
29#
30include "arch/powerpc/conf/files.ofw"
31
32#
33# Generic OpenFirmware device support
34#
35include "dev/ofw/files.ofw"
36
37#
38# I2O device support
39#
40include "dev/i2o/files.i2o"
41
42#
43# SCSI support
44#
45include "dev/scsipi/files.scsipi"
46
47#
48# ATA/IDE support
49#
50include "dev/ata/files.ata"
51
52# Memory Disk
53file	dev/md_root.c				memory_disk_hooks
54
55# Raster operations
56include "dev/rasops/files.rasops"
57include "dev/wsfont/files.wsfont"
58
59#
60# Workstation Console support
61#
62include "dev/wscons/files.wscons"
63
64#
65# PCI bus support
66#
67include "dev/pci/files.pci"
68
69#
70# ISA bus support
71#
72include "dev/isa/files.isa"
73
74#
75# Main system bus and devices.
76#
77device	mainbus {}: ofbus
78attach	mainbus at root
79file	arch/ofppc/ofppc/mainbus.c		mainbus
80
81device	cpu
82attach	cpu at mainbus
83file	arch/ofppc/ofppc/cpu.c			cpu
84
85#
86# Support for generic OpenFirmware driver configurations.  This is
87# always included in the kernel.
88#
89file	arch/ofppc/ofwgen/ofwgen.c
90file	arch/ofppc/ofwgen/ofwgen_intr.c
91
92# DMA support routines that are common to more than one system type.
93file	arch/powerpc/powerpc/bus_dma.c		firepower_es | firepower_mx |
94						firepower_lx
95
96#
97# Support for Firepower EX, MS, and LX systems.
98#
99device	firepower: pcibus
100attach	firepower at mainbus
101file	arch/ofppc/firepower/firepower.c	firepower_es | firepower_mx |
102						firepower_lx
103file	arch/ofppc/firepower/firepower_bus_io.c	firepower_es | firepower_mx |
104						firepower_lx
105file	arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx |
106						firepower_lx
107file	arch/ofppc/firepower/firepower_dma.c	firepower_es | firepower_mx |
108						firepower_lx
109file	arch/ofppc/firepower/firepower_intr.c	firepower_es | firepower_mx |
110						firepower_lx
111file	arch/ofppc/firepower/firepower_pci.c	firepower_es | firepower_mx |
112						firepower_lx
113
114include "arch/ofppc/conf/majors.ofppc"
115