142 lines
2.8 KiB
Plaintext
142 lines
2.8 KiB
Plaintext
|
# $NetBSD: files.algor,v 1.1 2001/05/28 16:22:16 thorpej Exp $
|
||
|
|
||
|
# Algorithmics evaluation board specific configuration info.
|
||
|
|
||
|
# maxpartitions must be the first item in files.${ARCH}
|
||
|
maxpartitions 8
|
||
|
|
||
|
maxusers 8 16 64
|
||
|
|
||
|
# Platform support option headers.
|
||
|
defopt ALGOR_P4032 # Algorithmics P-4032
|
||
|
defopt ALGOR_P5064 # Algorithmics P-5064
|
||
|
defopt ALGOR_P6032 # Algorithmics P-6032
|
||
|
|
||
|
# Platform support files
|
||
|
file arch/algor/algor/algor_p5064_bus_io.c algor_p5064
|
||
|
file arch/algor/algor/algor_p5064_bus_mem.c algor_p5064
|
||
|
file arch/algor/algor/algor_p5064_dma.c algor_p5064
|
||
|
file arch/algor/algor/algor_p5064_intr.c algor_p5064
|
||
|
|
||
|
file arch/algor/algor/autoconf.c
|
||
|
file arch/algor/algor/bus_dma.c
|
||
|
file arch/algor/algor/clock.c
|
||
|
file dev/clock_subr.c
|
||
|
file arch/algor/algor/conf.c
|
||
|
file arch/algor/algor/disksubr.c
|
||
|
file arch/algor/algor/interrupt.c
|
||
|
file arch/algor/algor/led.c
|
||
|
file arch/algor/algor/machdep.c
|
||
|
file arch/algor/algor/pmon.c
|
||
|
|
||
|
file arch/algor/algor/procfs_machdep.c procfs
|
||
|
|
||
|
#
|
||
|
# The autoconfiguration root.
|
||
|
#
|
||
|
device mainbus { [addr = -1] }
|
||
|
attach mainbus at root
|
||
|
file arch/algor/dev/mainbus.c mainbus
|
||
|
|
||
|
device cpu
|
||
|
attach cpu at mainbus
|
||
|
file arch/algor/algor/cpu.c cpu
|
||
|
|
||
|
device mcclock
|
||
|
file arch/algor/dev/mcclock.c mcclock
|
||
|
|
||
|
#
|
||
|
# Machine-independent MII/PHY drivers.
|
||
|
#
|
||
|
include "dev/mii/files.mii"
|
||
|
|
||
|
#
|
||
|
# Machine-independent I2O drivers.
|
||
|
#
|
||
|
include "dev/i2o/files.i2o"
|
||
|
|
||
|
#
|
||
|
# Machine-independent SCSI drivers
|
||
|
#
|
||
|
include "dev/scsipi/files.scsipi"
|
||
|
major { cd = 3 }
|
||
|
major { sd = 8 }
|
||
|
|
||
|
#
|
||
|
# Machine-independent ATA drivers
|
||
|
#
|
||
|
include "dev/ata/files.ata"
|
||
|
major { wd = 4 }
|
||
|
|
||
|
#
|
||
|
# Machine-independent WS console drivers
|
||
|
#
|
||
|
include "dev/wscons/files.wscons"
|
||
|
|
||
|
#
|
||
|
# Machine-independent PC-style keyboard controller drivers
|
||
|
#
|
||
|
include "dev/pckbc/files.pckbc"
|
||
|
|
||
|
#
|
||
|
# Machine-independent USB device support
|
||
|
#
|
||
|
include "dev/usb/files.usb"
|
||
|
|
||
|
# Memory Disk
|
||
|
file dev/md_root.c memory_disk_hooks
|
||
|
major { md = 6 }
|
||
|
|
||
|
# RAIDframe
|
||
|
major { raid = 16 }
|
||
|
|
||
|
# Logical disks
|
||
|
major { ld = 17 }
|
||
|
|
||
|
# Console glue.
|
||
|
file dev/cons.c
|
||
|
|
||
|
include "dev/pci/files.pci"
|
||
|
include "dev/isa/files.isa"
|
||
|
|
||
|
#
|
||
|
# PCI bus support.
|
||
|
#
|
||
|
device vtpbc: pcibus
|
||
|
file arch/algor/pci/vtpbc.c vtpbc
|
||
|
|
||
|
attach vtpbc at mainbus with vtpbc_mainbus
|
||
|
file arch/algor/dev/vtpbc_mainbus.c vtpbc_mainbus
|
||
|
|
||
|
device pcib: isabus
|
||
|
attach pcib at pci
|
||
|
file arch/algor/pci/pcib.c pcib
|
||
|
|
||
|
file arch/algor/pci/pciide_machdep.c pciide
|
||
|
|
||
|
#
|
||
|
# ISA bus support.
|
||
|
#
|
||
|
attach mcclock at isa with mcclock_isa
|
||
|
file arch/algor/isa/mcclock_isa.c mcclock_isa
|
||
|
|
||
|
file arch/algor/isa/isadma_bounce.c isa & algor_p5064
|
||
|
|
||
|
# ISA speaker generates keyboard beep
|
||
|
#device isabeep
|
||
|
#attach isabeep at pcppi
|
||
|
|
||
|
# Floppy disk controller
|
||
|
device fdc { drive = -1 }: isadma
|
||
|
file dev/isa/fd.c fdc needs-flag
|
||
|
|
||
|
attach fdc at isa with fdc_isa
|
||
|
file dev/isa/fdc_isa.c fdc_isa
|
||
|
|
||
|
device fd: disk
|
||
|
attach fd at fdc
|
||
|
major { fd = 0 }
|
||
|
|
||
|
# ISA Plug and Play devices
|
||
|
file arch/algor/isa/isapnp_machdep.c isapnp
|