ecb81c3f6d
not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups
142 lines
3.0 KiB
Plaintext
142 lines
3.0 KiB
Plaintext
# $NetBSD: files.ofppc,v 1.18 2001/11/28 10:21:18 lukem Exp $
|
|
#
|
|
# NetBSD/ofppc configuration info
|
|
#
|
|
|
|
# maxpartitions must be the first thing in files.${MACHINE}
|
|
maxpartitions 16
|
|
|
|
maxusers 8 16 64
|
|
|
|
# Platform support option headers
|
|
defflag FIREPOWER_ES # Firepower ES
|
|
defflag FIREPOWER_MX # Firepower MX
|
|
defflag FIREPOWER_LX # Firepower LX
|
|
defflag TOTALIMPACT_BRIQ # Total Impact briQ
|
|
|
|
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/platform.c
|
|
file arch/ofppc/ofppc/procfs_machdep.c procfs
|
|
file dev/cons.c
|
|
file dev/cninit.c
|
|
|
|
#
|
|
# CPU specific OpenFirmware code
|
|
#
|
|
include "arch/powerpc/conf/files.ofw"
|
|
|
|
#
|
|
# Compatibility modules
|
|
#
|
|
|
|
# OSS audio driver compatibility
|
|
include "compat/ossaudio/files.ossaudio"
|
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
|
include "compat/linux/files.linux"
|
|
include "compat/linux/arch/powerpc/files.linux_powerpc"
|
|
file arch/powerpc/powerpc/linux_sigcode.S compat_linux
|
|
file arch/powerpc/powerpc/linux_trap.c compat_linux
|
|
|
|
#
|
|
# Generic OpenFirmware device support
|
|
#
|
|
include "dev/ofw/files.ofw"
|
|
major {ofdisk = 0}
|
|
|
|
#
|
|
# MII/PHY support
|
|
#
|
|
include "dev/mii/files.mii"
|
|
|
|
#
|
|
# I2O device support
|
|
#
|
|
include "dev/i2o/files.i2o"
|
|
|
|
#
|
|
# SCSI support
|
|
#
|
|
include "dev/scsipi/files.scsipi"
|
|
major { cd = 3 }
|
|
major { sd = 4 }
|
|
|
|
#
|
|
# ATA/IDE support
|
|
#
|
|
include "dev/ata/files.ata"
|
|
major { wd = 5 }
|
|
|
|
# Memory Disk
|
|
file dev/md_root.c memory_disk_hooks
|
|
major { md = 6 }
|
|
|
|
# RAIDframe
|
|
major { raid = 2 }
|
|
|
|
# Logical disks
|
|
major { ld = 17 }
|
|
|
|
# Raster operations
|
|
include "dev/rasops/files.rasops"
|
|
include "dev/wsfont/files.wsfont"
|
|
|
|
#
|
|
# Workstation Console support
|
|
#
|
|
include "dev/wscons/files.wscons"
|
|
|
|
#
|
|
# PCI bus support
|
|
#
|
|
include "dev/pci/files.pci"
|
|
|
|
#
|
|
# ISA bus support
|
|
#
|
|
include "dev/isa/files.isa"
|
|
|
|
#
|
|
# Main system bus and devices.
|
|
#
|
|
device mainbus {}: ofbus
|
|
attach mainbus at root
|
|
file arch/ofppc/ofppc/mainbus.c mainbus
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/ofppc/ofppc/cpu.c cpu
|
|
|
|
#
|
|
# Support for generic OpenFirmware driver configurations. This is
|
|
# always included in the kernel.
|
|
#
|
|
file arch/ofppc/ofwgen/ofwgen.c
|
|
file arch/ofppc/ofwgen/ofwgen_intr.c
|
|
|
|
# DMA support routines that are common to more than one system type.
|
|
file arch/powerpc/powerpc/bus_dma.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
|
|
#
|
|
# Support for Firepower EX, MS, and LX systems.
|
|
#
|
|
device firepower: pcibus
|
|
attach firepower at mainbus
|
|
file arch/ofppc/firepower/firepower.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
file arch/ofppc/firepower/firepower_bus_io.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
file arch/ofppc/firepower/firepower_bus_mem.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
file arch/ofppc/firepower/firepower_dma.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
file arch/ofppc/firepower/firepower_intr.c firepower_es | firepower_mx |
|
|
firepower_lx
|
|
file arch/ofppc/firepower/firepower_pci.c firepower_es | firepower_mx |
|
|
firepower_lx
|