11.118Smacallan#	$NetBSD: files.pmax,v 1.118 2016/11/16 19:37:06 macallan Exp $
21.17Sjonathan# DECstation-specific configuration info
31.17Sjonathan
41.17Sjonathan# maxpartitions must be first item in files.${ARCH}.
51.16Scgdmaxpartitions 8
61.17Sjonathan
71.16Scgdmaxusers 2 8 64
81.16Scgd
91.17Sjonathan#
101.17Sjonathan# Bus-independent devices
111.17Sjonathan#
121.49Sthorpejdevice mainbus { }			# no locators
131.27Sthorpejattach mainbus at root
141.17Sjonathan
151.49Sthorpejdevice cpu				# not optional
161.27Sthorpejattach cpu at mainbus
171.19Sjonathanfile arch/pmax/pmax/cpu.c		cpu
181.16Scgd
191.118Smacallan#
201.118Smacallan# common mips stuff
211.118Smacallan#
221.118Smacallanfile arch/mips/mips/bus_dma.c
231.118Smacallan
241.118Smacallan
251.65Snisimura# Model support option headers
261.99Slukemdefflag	DEC_3100	# DECstation 2100, 3100 (kn01)
271.99Slukemdefflag	DEC_5100	# DECsystem 5100 (kn230)
281.99Slukemdefflag	DEC_3MAX	# DECstation 5000/200 (kn02)
291.99Slukemdefflag	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
301.99Slukemdefflag	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
311.99Slukemdefflag	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
321.99Slukemdefflag	DEC_5800	# DECsystem 5800 isis (kn5800) XMI
331.99Slukemdefflag	DEC_5400	# DECsystem 5400 mipsfair (kn210) Qbus
341.99Slukemdefflag	DEC_5500	# DECsystem 5500 mipsfair2 (kn220) Qbus
351.51Sjonathan
361.65Snisimura# Model dependent files
371.51Sjonathanfile	arch/pmax/pmax/dec_3100.c	dec_3100	# DS3100, pmax
381.51Sjonathanfile	arch/pmax/pmax/dec_3max.c	dec_3max	# DS5000/200, 3max
391.51Sjonathanfile	arch/pmax/pmax/dec_3maxplus.c	dec_3maxplus	# DS5000/240, 3maxplus
401.51Sjonathanfile	arch/pmax/pmax/dec_3min.c	dec_3min	# DS5000/1xx, 3min
411.51Sjonathanfile	arch/pmax/pmax/dec_maxine.c	dec_maxine	# DS5000/1xx, maxine
421.53Sjonathanfile	arch/pmax/pmax/dec_5100.c	dec_5100	# kn230, mipsmate
431.51Sjonathan#file	arch/pmax/pmax/dec_5400.c	dec_5400	# DS5400, mipsfair
441.77Ssimonb#file	arch/pmax/pmax/dec_5500.c	dec_5500	# kn220, mipsfair2
451.51Sjonathan#file	arch/pmax/pmax/dec_5800.c	dec_5800	# 5800, isis
461.51Sjonathan
471.52Sjonathan# handlers for memory subsystems shared across models..
481.66Snisimurafile	arch/pmax/pmax/memc_3max.c	dec_3max|dec_3maxplus
491.66Snisimurafile	arch/pmax/pmax/memc_3min.c	dec_3min|dec_maxine
501.46Sjonathan
511.46Sjonathan#
521.115Salnsn# Stack-less Just-In-Time compiler
531.115Salnsn#
541.115Salnsninclude	"external/bsd/sljit/conf/files.sljit"
551.115Salnsn
561.115Salnsn#
571.46Sjonathan# Bus-independent support for DEC devices
581.46Sjonathan#
591.46Sjonathaninclude "dev/dec/files.dec"
601.46Sjonathan
611.70Snisimura# 3100 and 5100 ibus under mainbus
621.72Sthorpejdevice ibus { [addr = -1] }
631.70Snisimuraattach ibus at mainbus with ibus_pmax
641.53Sjonathanfile	arch/pmax/ibus/ibus.c		ibus
651.77Ssimonbfile	arch/pmax/ibus/ibus_pmax.c	ibus & (dec_3100|dec_5100)
661.53Sjonathan
671.17Sjonathan#
681.82Snisimura# TURBOchannel devices
691.17Sjonathan#
701.46Sjonathaninclude	"dev/tc/files.tc"
711.70Snisimuraattach	tc at mainbus with tcbus
721.70Snisimurafile	arch/pmax/tc/tcbus.c		tc
731.53Sjonathanfile	arch/pmax/tc/tc_3max.c		tc & dec_3max
741.53Sjonathanfile	arch/pmax/tc/tc_3min.c		tc & dec_3min
751.53Sjonathanfile	arch/pmax/tc/tc_3maxplus.c	tc & dec_3maxplus
761.53Sjonathanfile	arch/pmax/tc/tc_maxine.c	tc & dec_maxine
771.17Sjonathan
781.70Snisimura# 3MAX system slot as a TURBOchannel device
791.70Snisimuraattach	ibus at tc with kn02sys
801.70Snisimurafile	arch/pmax/ibus/ibus_3max.c	ibus & dec_3max
811.70Snisimura
821.70Snisimura# IOCTL ASIC as a TURBOchannel device
831.17Sjonathan#
841.46Sjonathan# device defined in files.tc:
851.46Sjonathan# device ioasic { offset = -1 }
861.46Sjonathan# attach ioasic at tc
871.75Snisimurafile	arch/pmax/tc/ioasic.c		ioasic
881.16Scgd
891.18Sjonathan
901.18Sjonathan# Real-time clock (not optional)
911.53Sjonathandevice	mcclock
921.53Sjonathanattach	mcclock at ioasic with mcclock_ioasic
931.53Sjonathanattach	mcclock at ibus with mcclock_ibus
941.44Sjonathanfile	arch/pmax/pmax/clock.c
951.108Ssimonbfile	dev/dec/mcclock.c			mcclock
961.108Ssimonbfile	dev/dec/mcclock_pad32.c			mcclock
971.108Ssimonbfile	arch/pmax/tc/mcclock_ioasic.c		mcclock_ioasic
981.108Ssimonbfile	arch/pmax/ibus/mcclock_ibus.c		mcclock_ibus
991.108Ssimonbfile	arch/mips/mips/mips_mcclock.c		mcclock # CPU speed via mcclock
1001.108Ssimonbfile	arch/mips/mips/mips_mcclock_loop.S	mcclock # CPU speed via mcclock
1011.18Sjonathan
1021.81Snisimurainclude "dev/scsipi/files.scsipi"
1031.57Sjonathan
1041.116Sflxd#
1051.116Sflxd# Machine-independent ATA drivers
1061.116Sflxd#
1071.116Sflxdinclude "dev/ata/files.ata"
1081.116Sflxd
1091.116Sflxd
1101.57Sjonathan# Memory Disk
1111.88Sadfile	dev/md_root.c			memory_disk_hooks
1121.94Ssimonb
1131.96Ssimonb# asc attachment at ioasic?
1141.94Ssimonbattach	asc at ioasic with asc_ioasic
1151.94Ssimonbfile	arch/pmax/tc/asc_ioasic.c	asc_ioasic
1161.33Sjonathan
1171.61Ssimonb# sii: kn01 SCSI interface
1181.95Stsutsuidevice	sii: scsi
1191.110Sadfile	arch/pmax/ibus/sii.c		sii needs-flag
1201.94Ssimonbattach	sii at ibus with sii_ds
1211.110Sadfile	arch/pmax/ibus/sii_ds.c		sii_ds
1221.82Snisimura
1231.17Sjonathan# LANCE ethernet driver.
1241.46Sjonathan#   device defined in sys/conf/files.
1251.73Snisimura#   TC and IOASIC attachment and files in sys/dev/tc/files.tc
1261.32Smhitch
1271.55Sdrochnerattach le at ibus with le_pmax:		le24, le_dec_subr
1281.97Ssimonbfile	arch/pmax/ibus/if_le_ibus.c	le_pmax
1291.32Smhitch
1301.16Scgdfile	arch/pmax/pmax/autoconf.c
1311.118Smacallanfile	arch/pmax/pmax/bus.c
1321.65Snisimurafile	arch/pmax/pmax/disksubr.c
1331.16Scgdfile	arch/pmax/pmax/machdep.c
1341.17Sjonathanfile	arch/pmax/pmax/mainbus.c
1351.93Snisimurafile	arch/pmax/pmax/interrupt.c
1361.65Snisimurafile	arch/pmax/pmax/promcall.c
1371.51Sjonathanfile	arch/pmax/pmax/sysconf.c
1381.77Ssimonbfile	arch/pmax/stand/common/callvec.c
1391.22Sjonathanfile	dev/cons.c
1401.104Stsutsui
1411.112Sthorpej
1421.110Sad#
1431.110Sad# Workstation console devices
1441.110Sad#
1451.110Sad
1461.110Sad# DC7085 (DZ-11 like four-port serial device) on ibus
1471.110Sadattach dz at ibus with dz_ibus
1481.110Sadfile   arch/pmax/ibus/dz_ibus.c        dz_ibus
1491.110Sad
1501.110Sadattach lkkbd at dz with dzkbd
1511.110Sadfile   dev/dec/dzkbd.c                 dzkbd needs-flag
1521.110Sad
1531.110Sadattach vsms at dz with dzms
1541.110Sadfile   dev/dec/dzms.c                  dzms needs-flag
1551.110Sad
1561.110Sad# 3100 (pmax) onboard framebuffer
1571.110Saddevice pm: wsemuldisplaydev, rasops1, rasops8
1581.110Sadattach pm at ibus
1591.110Sadfile   arch/pmax/ibus/pm.c             pm needs-flag
1601.110Sad
1611.110Sad# The "desktop bus" on the MAXINE (5k/25).
1621.110Saddevice dt { addr = -1 }
1631.110Sadattach dt at ioasic
1641.110Sadfile   arch/pmax/tc/dt.c               dt needs-flag
1651.110Sad
1661.110Saddevice dtkbd: wskbddev, lkkbdmap
1671.110Sadattach dtkbd at dt
1681.110Sadfile   arch/pmax/tc/dtkbd.c            dtkbd needs-flag
1691.110Sad
1701.110Saddevice dtms: wsmousedev
1711.110Sadattach dtms at dt 
1721.110Sadfile   arch/pmax/tc/dtms.c             dtms needs-flag
1731.110Sad
1741.110Sad# DV MAXINE builtin
1751.110Saddevice xcfb: wsemuldisplaydev, rasops8
1761.110Sadattach xcfb at tc
1771.110Sadfile   dev/tc/xcfb.c                   xcfb needs-flag
1781.110Sad
1791.116Sflxd# this wants to be probed as late as possible.
1801.116Sflxd#
1811.116Sflxd# Machine-independent USB device support
1821.116Sflxd#
1831.116Sflxdinclude "dev/usb/files.usb"
1841.116Sflxd
1851.117Sflxdinclude "dev/bluetooth/files.bluetooth"
1861.117Sflxd
1871.102Sgehennainclude "arch/pmax/conf/majors.pmax"
188