1995-08-29 14:12:48 +04:00
|
|
|
# $NetBSD: files.pmax,v 1.21 1995/08/29 10:12:48 jonathan Exp $
|
1995-08-04 05:24:39 +04:00
|
|
|
# DECstation-specific configuration info
|
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.
|
1995-04-29 03:34:39 +04:00
|
|
|
maxpartitions 8
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
maxusers 2 8 64
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
|
|
|
# Bus-independent devices
|
|
|
|
#
|
1995-04-29 03:34:39 +04:00
|
|
|
device mainbus at root { } # no locators
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
device cpu at mainbus # not optional
|
1995-08-10 09:22:26 +04:00
|
|
|
file arch/pmax/pmax/cpu.c cpu
|
1995-04-29 03:34:39 +04:00
|
|
|
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
|
|
|
# Auto-configuration driver for the turbochannel bus itself.
|
|
|
|
#
|
|
|
|
device tc at mainbus { } #{ slot = -1, offset = -1 }
|
|
|
|
file arch/pmax/tc/tc.c tc needs-flag
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# The TurboChannel IOCTL ASIC. Present on IOASIC machines,
|
|
|
|
# which is all turbochannel machines ever built except the 3MAX (5000/200).
|
|
|
|
#
|
1995-08-18 14:09:20 +04:00
|
|
|
device ioasic at tc { } #{ } # not really optional
|
|
|
|
file arch/pmax/tc/asic.c ioasic
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1995-08-04 05:47:37 +04:00
|
|
|
|
|
|
|
# Real-time clock (not optional)
|
1995-08-18 14:09:20 +04:00
|
|
|
device clock at ioasic,tc,mainbus
|
1995-08-04 05:47:37 +04:00
|
|
|
file arch/pmax/pmax/clock.c clock
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# Config for Ted Lemon's changes to console driver:
|
1995-04-29 03:34:39 +04:00
|
|
|
# use some bogus device till changes to framebuffer code are committed.
|
|
|
|
device fb at mainbus
|
|
|
|
file arch/pmax/dev/foo.c fb needs-count
|
|
|
|
|
|
|
|
|
1995-08-04 05:47:37 +04:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI driver.
|
|
|
|
#
|
|
|
|
|
|
|
|
include "../../../scsi/files.scsi"
|
|
|
|
#major { st = 10 }
|
|
|
|
#major { cd = 3 }
|
|
|
|
#major { sd = 21 }
|
|
|
|
major { tz = 10 }
|
|
|
|
major { rz = 21 }
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
|
|
|
# Old 4.4bsd pmax-specific scsi driver (deprecated).
|
|
|
|
#
|
|
|
|
define oldscsi {}
|
|
|
|
device oldscsibus at oldscsi {target = -1, drive = -1}
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# asc: system-slot or turbochannel-option SCSI interface
|
1995-08-18 14:09:20 +04:00
|
|
|
device asc at ioasic,tc: oldscsi,scsi
|
1995-08-29 14:12:48 +04:00
|
|
|
file arch/pmax/dev/asc.c asc needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# sii: kn01 SCSI interface
|
|
|
|
device sii at mainbus: oldscsi,scsi
|
1995-08-29 14:12:48 +04:00
|
|
|
file arch/pmax/dev/sii.c sii needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
device tz at oldscsibus: tape
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/tz.c tz needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
device rz at oldscsibus: disk
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/rz.c rz needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
|
|
|
# Optional device-drivers
|
|
|
|
#
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
|
|
|
|
# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC.
|
1995-08-18 14:09:20 +04:00
|
|
|
device dc at mainbus,ioasic
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/dc.c dc needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
|
1995-08-18 14:09:20 +04:00
|
|
|
device dtop at ioasic
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/dtop.c dtop needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# LANCE ethernet driver.
|
|
|
|
# XXX Should use new machine-independent one instead.
|
1995-08-18 14:09:20 +04:00
|
|
|
device le at ioasic,tc,mainbus: ifnet, ether
|
|
|
|
file arch/pmax/tc/if_le.c le needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# 3100 (pmax) onboard framebuffer
|
|
|
|
device pm at mainbus
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/pm.c pm needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
########################################################################
|
|
|
|
# Turbochannel options.
|
|
|
|
########################################################################
|
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
device cfb at tc
|
|
|
|
file arch/pmax/dev/cfb.c cfb needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
device sfb at tc
|
|
|
|
file arch/pmax/dev/sfb.c sfb needs-count
|
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
device mfb at tc
|
|
|
|
file arch/pmax/dev/mfb.c mfb needs-count
|
|
|
|
|
1995-08-18 14:09:20 +04:00
|
|
|
# Zilog 8350/Intel 82350(?) SCC UART.
|
|
|
|
device scc at ioasic
|
|
|
|
file arch/pmax/tc/scc.c scc needs-count
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# MAXINE onboard framebuffer
|
|
|
|
device xcfb at tc
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/xcfb.c xcfb needs-count
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# DECWRL 45Mbit T3 interface
|
1995-04-29 03:34:39 +04:00
|
|
|
device tt at tc
|
|
|
|
file arch/pmax/dev/if_tt.c tt needs-count
|
|
|
|
|
|
|
|
## bogus pmax-specific SCSI code. Leave in until new-style config done.
|
|
|
|
file arch/pmax/dev/scsi.c
|
|
|
|
|
|
|
|
file arch/pmax/pmax/autoconf.c
|
|
|
|
file arch/pmax/pmax/conf.c
|
|
|
|
#file arch/pmax/pmax/kadb.c optional kadb
|
|
|
|
#file arch/pmax/pmax/machdep.c standard config-dependent
|
|
|
|
file arch/pmax/pmax/machdep.c
|
|
|
|
file arch/pmax/pmax/cpu_exec.c
|
|
|
|
file arch/pmax/pmax/mem.c
|
|
|
|
file arch/pmax/pmax/pmap.c
|
|
|
|
file arch/pmax/pmax/process_machdep.c
|
|
|
|
file arch/pmax/pmax/sys_machdep.c
|
|
|
|
file arch/pmax/pmax/trap.c
|
|
|
|
file arch/pmax/pmax/vm_machdep.c
|
|
|
|
file arch/pmax/pmax/disksubr.c
|
|
|
|
file arch/pmax/stand/libsa/callvec.c
|
|
|
|
file arch/pmax/pmax/elf.c
|
1995-08-04 05:24:39 +04:00
|
|
|
file arch/pmax/pmax/mainbus.c
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# fb.c is standard for now, until the redirectable FB console is finished.
|
|
|
|
file arch/pmax/dev/fb.c
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/pmax/cons.c
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
file netinet/in_cksum.c
|
|
|
|
file netns/ns_cksum.c ns
|
|
|
|
|
|
|
|
file compat/ultrix/ultrix_misc.c compat_ultrix
|
|
|
|
file compat/ultrix/ultrix_syscalls.c compat_ultrix
|
|
|
|
file compat/ultrix/ultrix_sysent.c compat_ultrix
|
|
|
|
|
1995-08-29 14:12:48 +04:00
|
|
|
# Ted Lemon's not-quite-finished-as-yet redirectabe FB console driver.
|
|
|
|
# Don't configure one until the rcons code is merged!
|
|
|
|
device rcons at mainbus
|
|
|
|
file arch/pmax/dev/rcons.c rcons needs-count
|
|
|
|
file arch/pmax/pmax/cpu_cons.c rcons
|
1995-08-04 05:24:39 +04:00
|
|
|
|
|
|
|
# Glue for old-style config
|
|
|
|
file arch/pmax/pmax/conf-glue.c
|
1995-04-29 03:34:39 +04:00
|
|
|
|
|
|
|
# Configs
|