1998-11-27 03:09:33 +03:00
|
|
|
# $NetBSD: files.pmax,v 1.58 1998/11/27 00:09:33 simonb 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
|
|
|
|
#
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus { } # no locators
|
1996-03-17 04:38:52 +03:00
|
|
|
attach mainbus at root
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cpu # not optional
|
1996-03-17 04:38:52 +03:00
|
|
|
attach cpu at mainbus
|
1995-08-10 09:22:26 +04:00
|
|
|
file arch/pmax/pmax/cpu.c cpu
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-03-25 07:17:08 +03:00
|
|
|
# CPU support option headers
|
|
|
|
defopt DEC_3100 # "kn01": 3100, 2100 (kn01)
|
|
|
|
defopt DEC_3MAX # "kn02": Decstation 5000/200
|
|
|
|
defopt DEC_3MIN # "kn02ba": Decstation 5000/{20,25,33,50}
|
|
|
|
defopt DEC_MAXINE # "kn02ca": Decstation 5000/{20,25,33,50}
|
|
|
|
defopt DEC_3MAXPLUS # "kn03": Decstation 5000/240, 5000/260
|
|
|
|
|
|
|
|
defopt DEC_5800 # "kn??": Decstation 5800 isis (XMI)
|
|
|
|
defopt DEC_5400 # "kn210": Decstation 5400 mipsfair
|
|
|
|
defopt DEC_5500 # "kn220": Decstation 5500 mipsfair2
|
|
|
|
defopt DEC_5100 # "kn230": Decstation 5100 mipsmate
|
|
|
|
|
1996-02-15 22:13:08 +03:00
|
|
|
#
|
|
|
|
# CPU-dependent files
|
|
|
|
#
|
1998-03-25 07:17:08 +03:00
|
|
|
file arch/pmax/pmax/dec_3100.c dec_3100 # DS3100, pmax
|
|
|
|
file arch/pmax/pmax/dec_3max.c dec_3max # DS5000/200, 3max
|
|
|
|
file arch/pmax/pmax/dec_3maxplus.c dec_3maxplus # DS5000/240, 3maxplus
|
|
|
|
file arch/pmax/pmax/dec_3min.c dec_3min # DS5000/1xx, 3min
|
|
|
|
file arch/pmax/pmax/dec_maxine.c dec_maxine # DS5000/1xx, maxine
|
1998-04-19 12:39:42 +04:00
|
|
|
file arch/pmax/pmax/dec_5100.c dec_5100 # kn230, mipsmate
|
1998-03-25 07:17:08 +03:00
|
|
|
#file arch/pmax/pmax/dec_5400.c dec_5400 # DS5400, mipsfair
|
|
|
|
#file arch/pmax/pmax/dec_5500.c dec_5500 # kn220, mipsfair2
|
|
|
|
#file arch/pmax/pmax/dec_5800.c dec_5800 # 5800, isis
|
|
|
|
|
1998-03-29 05:12:14 +04:00
|
|
|
# handlers for memory subsystems shared across models..
|
1998-03-25 07:17:08 +03:00
|
|
|
file arch/pmax/pmax/dec_kn02_subr.c dec_3min|dec_maxine
|
1998-03-29 05:12:14 +04:00
|
|
|
file arch/pmax/pmax/dec_3max_subr.c dec_3max|dec_3maxplus
|
1997-07-22 08:32:13 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Bus-independent support for DEC devices
|
|
|
|
#
|
|
|
|
include "dev/dec/files.dec"
|
|
|
|
|
1998-04-19 12:39:42 +04:00
|
|
|
# 3100 and 5100 ibus
|
|
|
|
define baseboard {}
|
|
|
|
device kn01bus {}: baseboard
|
1998-11-27 03:09:33 +03:00
|
|
|
attach kn01bus at mainbus
|
1998-04-19 12:39:42 +04:00
|
|
|
|
|
|
|
device kn230bus {}: baseboard
|
1998-11-27 03:09:33 +03:00
|
|
|
attach kn230bus at mainbus
|
1998-04-19 12:39:42 +04:00
|
|
|
|
|
|
|
device ibus {}
|
1998-11-27 03:09:33 +03:00
|
|
|
attach ibus at baseboard
|
1998-04-19 12:39:42 +04:00
|
|
|
|
|
|
|
file arch/pmax/ibus/ibus.c ibus
|
|
|
|
file arch/pmax/ibus/ibus_3100.c ibus & dec_3100
|
|
|
|
file arch/pmax/ibus/ibus_5100.c ibus & dec_5100
|
|
|
|
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
1997-07-22 08:32:13 +04:00
|
|
|
# TurboChannel Devices
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
1998-04-19 12:39:42 +04:00
|
|
|
device tcasic {}
|
|
|
|
attach tcasic at mainbus
|
1997-07-22 08:32:13 +04:00
|
|
|
include "dev/tc/files.tc"
|
1998-04-19 12:39:42 +04:00
|
|
|
#attach tc at tcasic
|
|
|
|
attach tc at mainbus
|
1996-02-15 22:13:08 +03:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1998-04-19 12:39:42 +04:00
|
|
|
file arch/pmax/tc/tcasic.c tcasic
|
|
|
|
file arch/pmax/tc/tc_conf.c tcasic
|
|
|
|
file arch/pmax/tc/tc_subr.c tc needs-flag
|
|
|
|
file arch/pmax/tc/tc_3max.c tc & dec_3max
|
|
|
|
file arch/pmax/tc/tc_3min.c tc & dec_3min
|
|
|
|
file arch/pmax/tc/tc_3maxplus.c tc & dec_3maxplus
|
|
|
|
file arch/pmax/tc/tc_maxine.c tc & dec_maxine
|
1995-08-04 05:24:39 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# The TurboChannel IOCTL ASIC. Present on IOASIC machines,
|
|
|
|
# which is all turbochannel machines ever built except the 3MAX (5000/200).
|
|
|
|
#
|
1997-07-22 08:32:13 +04:00
|
|
|
# device defined in files.tc:
|
|
|
|
# device ioasic { offset = -1 }
|
|
|
|
# attach ioasic at tc
|
1995-08-18 14:09:20 +04:00
|
|
|
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)
|
1998-04-19 12:39:42 +04:00
|
|
|
device mcclock
|
|
|
|
attach mcclock at ioasic with mcclock_ioasic
|
|
|
|
attach mcclock at ibus with mcclock_ibus
|
1997-06-22 13:34:34 +04:00
|
|
|
file arch/pmax/pmax/clock.c
|
1998-09-27 01:02:56 +04:00
|
|
|
file dev/clock_subr.c
|
1998-04-19 12:39:42 +04:00
|
|
|
file arch/pmax/pmax/mcclock.c mcclock
|
|
|
|
file dev/dec/mcclock.c mcclock
|
|
|
|
file dev/dec/mcclock_pad32.c mcclock
|
1997-06-22 13:34:34 +04:00
|
|
|
file arch/pmax/tc/mcclock_ioasic.c mcclock_ioasic
|
1998-04-19 12:39:42 +04:00
|
|
|
file arch/pmax/ibus/mcclock_ibus.c mcclock_ibus
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:47:37 +04:00
|
|
|
#
|
|
|
|
# Machine-independent SCSI driver.
|
|
|
|
#
|
|
|
|
|
1997-08-27 15:22:52 +04:00
|
|
|
include "dev/scsipi/files.scsipi"
|
1995-08-04 05:47:37 +04:00
|
|
|
#major { st = 10 }
|
|
|
|
#major { cd = 3 }
|
|
|
|
#major { sd = 21 }
|
|
|
|
major { tz = 10 }
|
|
|
|
major { rz = 21 }
|
|
|
|
|
1998-11-18 01:41:05 +03:00
|
|
|
# Memory Disk
|
|
|
|
file arch/pmax/pmax/md_root.c memory_disk_hooks
|
|
|
|
major { md = 17 }
|
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
#
|
|
|
|
# Old 4.4bsd pmax-specific scsi driver (deprecated).
|
|
|
|
#
|
|
|
|
define oldscsi {}
|
1998-02-17 01:12:45 +03:00
|
|
|
device oldscsibus {target = -1, drive = -1}
|
1996-03-17 04:38:52 +03:00
|
|
|
attach oldscsibus at oldscsi
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
# asc: system-slot or turbochannel-option SCSI interface
|
1996-10-13 09:21:17 +04:00
|
|
|
#device asc: oldscsi,scsi
|
1998-02-17 01:12:45 +03:00
|
|
|
device asc: oldscsi
|
1996-09-30 12:11:23 +04:00
|
|
|
attach asc at ioasic with asc_ioasic
|
|
|
|
file dev/tc/asc_ioasic.c asc_ioasic
|
|
|
|
attach asc at tc with asc_tc
|
|
|
|
file dev/tc/asc_tc.c asc_tc
|
|
|
|
|
1996-01-03 23:33:25 +03:00
|
|
|
file dev/tc/asc.c asc needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
# sii: kn01 SCSI interface
|
1996-10-13 09:21:17 +04:00
|
|
|
#device sii: scsi,oldscsi
|
1998-02-17 01:12:45 +03:00
|
|
|
device sii: oldscsi
|
1995-08-29 14:12:48 +04:00
|
|
|
file arch/pmax/dev/sii.c sii needs-flag
|
1998-04-19 12:39:42 +04:00
|
|
|
attach sii at ibus with sii_ds
|
1996-09-30 12:11:23 +04:00
|
|
|
file arch/pmax/dev/sii_ds.c sii_ds
|
1995-04-29 03:34:39 +04:00
|
|
|
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device tz: tape
|
1996-03-17 04:38:52 +03:00
|
|
|
attach tz at oldscsibus
|
1995-04-29 03:34:39 +04:00
|
|
|
file arch/pmax/dev/tz.c tz needs-count
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device rz: disk
|
1996-03-17 04:38:52 +03:00
|
|
|
attach rz at oldscsibus
|
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.
|
1998-11-27 03:09:33 +03:00
|
|
|
# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC.
|
1998-02-17 01:12:45 +03:00
|
|
|
device dc: tty
|
1997-05-24 12:19:44 +04:00
|
|
|
file arch/pmax/dev/dc.c dc
|
1996-09-30 12:11:23 +04:00
|
|
|
attach dc at ioasic with dc_ioasic
|
1997-05-24 12:19:44 +04:00
|
|
|
file arch/pmax/dev/dc_ioasic.c dc_ioasic needs-flag
|
1998-04-19 12:39:42 +04:00
|
|
|
attach dc at ibus with dc_ds
|
1997-05-24 12:19:44 +04:00
|
|
|
file arch/pmax/dev/dc_ds.c dc_ds needs-flag
|
1996-09-30 12:11:23 +04:00
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
|
1998-02-17 01:12:45 +03:00
|
|
|
device dtop
|
1996-03-17 04:38:52 +03:00
|
|
|
attach dtop at ioasic
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/dtop.c dtop needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# LANCE ethernet driver.
|
1997-07-22 08:32:13 +04:00
|
|
|
# device defined in sys/conf/files.
|
|
|
|
# TC and ioasic attachment and files in sys/dev/tc/files.tc
|
1996-05-29 10:05:05 +04:00
|
|
|
|
1998-07-21 21:36:01 +04:00
|
|
|
attach le at ibus with le_pmax: le24, le_dec_subr
|
1996-05-29 10:05:05 +04:00
|
|
|
file dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1997-07-22 08:32:13 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# 3100 (pmax) onboard framebuffer
|
1998-02-17 01:12:45 +03:00
|
|
|
device pm
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/pm.c pm needs-flag
|
|
|
|
file arch/pmax/dev/bt478.c pm
|
1998-04-19 12:39:42 +04:00
|
|
|
attach pm at ibus with pm_ds
|
1997-05-29 07:08:40 +04:00
|
|
|
file arch/pmax/dev/pm_ds.c pm_ds
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
#########################################################################
|
|
|
|
# Turbochannel options. #
|
|
|
|
#########################################################################
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cfb
|
1996-03-17 04:38:52 +03:00
|
|
|
attach cfb at tc
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/cfb.c cfb needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device sfb
|
1996-03-17 04:38:52 +03:00
|
|
|
attach sfb at tc
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/sfb.c sfb needs-flag
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mfb
|
1996-03-17 04:38:52 +03:00
|
|
|
attach mfb at tc
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/mfb.c mfb needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
# Zilog 8350/Intel 82350(?) SCC UART.
|
1998-02-17 01:12:45 +03:00
|
|
|
device scc: tty
|
1996-03-17 04:38:52 +03:00
|
|
|
attach scc at ioasic
|
1997-05-15 08:42:12 +04:00
|
|
|
file arch/pmax/tc/scc.c scc needs-flag
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# MAXINE onboard framebuffer
|
1998-02-17 01:12:45 +03:00
|
|
|
device xcfb
|
1996-03-17 04:38:52 +03:00
|
|
|
attach xcfb at tc
|
1996-02-15 22:13:08 +03:00
|
|
|
file arch/pmax/dev/xcfb.c xcfb needs-flag
|
1995-09-18 07:09:03 +04:00
|
|
|
file arch/pmax/dev/ims332.c xcfb
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1995-08-04 05:24:39 +04:00
|
|
|
# DECWRL 45Mbit T3 interface
|
1998-02-17 01:12:45 +03:00
|
|
|
device tt: tty
|
1996-03-17 04:38:52 +03:00
|
|
|
attach tt at tc
|
1995-04-29 03:34:39 +04:00
|
|
|
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
|
1998-05-23 01:14:04 +04:00
|
|
|
file arch/pmax/pmax/bus_dma.c
|
|
|
|
file arch/pmax/pmax/bus_space.c
|
1995-04-29 03:34:39 +04:00
|
|
|
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/disksubr.c
|
|
|
|
file arch/pmax/stand/libsa/callvec.c
|
1995-08-04 05:24:39 +04:00
|
|
|
file arch/pmax/pmax/mainbus.c
|
1998-03-25 07:17:08 +03:00
|
|
|
file arch/pmax/pmax/sysconf.c
|
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
|
1998-03-25 07:17:08 +03:00
|
|
|
# Console code.
|
1995-09-18 07:09:03 +04:00
|
|
|
file dev/cons.c
|
1998-03-25 07:05:35 +03:00
|
|
|
file arch/pmax/dev/promio.c # default console
|
1998-03-25 07:17:08 +03:00
|
|
|
file arch/pmax/dev/findcons.c # find and set up console.
|
1995-08-04 05:24:39 +04:00
|
|
|
|
1995-10-05 04:52:44 +03:00
|
|
|
# pmax configuration glue for rconsole. Requires fb pseudo-device.
|
|
|
|
|
1996-12-03 04:18:17 +03:00
|
|
|
include "dev/rcons/files.rcons"
|
1995-10-05 04:52:44 +03:00
|
|
|
|
|
|
|
pseudo-device rasterconsole
|
|
|
|
file arch/pmax/dev/rcons.c rasterconsole needs-flag
|
|
|
|
file arch/pmax/dev/font.c rasterconsole # rcons fontdef
|
|
|
|
|
1995-09-18 07:09:03 +04:00
|
|
|
## Support code for LK-201 keyboards, mice, and qvss ring buffers
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/pmax/dev/lk201.c pm | cfb | sfb | mfb | xcfb
|
1995-09-18 07:09:03 +04:00
|
|
|
file arch/pmax/dev/qvss_compat.c fb
|
|
|
|
|
|
|
|
|
1998-11-27 03:09:33 +03:00
|
|
|
# VDAC/RAMDAC support for framebuffers. Other devices supported by
|
|
|
|
# NetBSD may use the same chips, too.
|
1996-03-17 16:21:09 +03:00
|
|
|
file arch/pmax/dev/bt459.c cfb | sfb
|
1995-09-18 07:09:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Pseudo-device driver for framebuffers. All user-level requests,
|
|
|
|
# including open(), go through the fb driver, which presents a consistent
|
|
|
|
# interface to all framebuffers. Configure as many units as you
|
|
|
|
# have framebuffers. Provides qvss-style interface compatible with
|
|
|
|
# X11R5 servers.
|
|
|
|
#
|
|
|
|
pseudo-device fb
|
|
|
|
file arch/pmax/dev/fb.c fb needs-count
|
|
|
|
|
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
|
|
|
|
1995-09-20 04:25:44 +04:00
|
|
|
# Ultrix Binary Compatibility (COMPAT_ULTRIX)
|
1996-12-03 04:18:17 +03:00
|
|
|
include "compat/ultrix/files.ultrix"
|
1995-09-20 04:25:44 +04:00
|
|
|
|
1995-04-29 03:34:39 +04:00
|
|
|
# Configs
|