files.pmax revision 1.70
11.70Snisimura#	$NetBSD: files.pmax,v 1.70 1999/11/15 09:50:48 nisimura 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.65Snisimura# Model support option headers
201.65Snisimuradefopt 	DEC_3100	# DECstation 2100, 3100 (kn01)
211.65Snisimuradefopt 	DEC_5100	# DECsystem 5100 (kn230)
221.65Snisimuradefopt 	DEC_3MAX	# DECstation 5000/200 (kn02)
231.65Snisimuradefopt 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
241.65Snisimuradefopt 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
251.65Snisimuradefopt 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
261.65Snisimuradefopt	DEC_5800	# DECsystem 5800 isis (kn5800) XMI
271.65Snisimuradefopt	DEC_5400	# DECsystem 5400 mipsfair (kn210) Qbus
281.65Snisimuradefopt	DEC_5500	# DECsystem 5500 mipsfair2 (kn220) Qbus
291.51Sjonathan
301.65Snisimura# Model dependent files
311.51Sjonathanfile	arch/pmax/pmax/dec_3100.c	dec_3100	# DS3100, pmax
321.51Sjonathanfile	arch/pmax/pmax/dec_3max.c	dec_3max	# DS5000/200, 3max
331.51Sjonathanfile	arch/pmax/pmax/dec_3maxplus.c	dec_3maxplus	# DS5000/240, 3maxplus
341.51Sjonathanfile	arch/pmax/pmax/dec_3min.c	dec_3min	# DS5000/1xx, 3min
351.51Sjonathanfile	arch/pmax/pmax/dec_maxine.c	dec_maxine	# DS5000/1xx, maxine
361.53Sjonathanfile	arch/pmax/pmax/dec_5100.c	dec_5100	# kn230, mipsmate
371.51Sjonathan#file	arch/pmax/pmax/dec_5400.c	dec_5400	# DS5400, mipsfair
381.51Sjonathan#file	arch/pmax/pmax/dec_5500.c	dec_5500	# kn220, mipsfair2
391.51Sjonathan#file	arch/pmax/pmax/dec_5800.c	dec_5800	# 5800, isis
401.51Sjonathan
411.52Sjonathan# handlers for memory subsystems shared across models..
421.66Snisimurafile	arch/pmax/pmax/memc_3max.c	dec_3max|dec_3maxplus
431.66Snisimurafile	arch/pmax/pmax/memc_3min.c	dec_3min|dec_maxine
441.46Sjonathan
451.46Sjonathan#
461.46Sjonathan# Bus-independent support for DEC devices
471.46Sjonathan#
481.46Sjonathaninclude "dev/dec/files.dec"
491.46Sjonathan
501.70Snisimura# 3100 and 5100 ibus under mainbus
511.53Sjonathandevice ibus {}
521.70Snisimuraattach ibus at mainbus with ibus_pmax
531.53Sjonathanfile	arch/pmax/ibus/ibus.c		ibus
541.70Snisimurafile	arch/pmax/ibus/ibus_pmax.c	ibus & (dec_3100|dec_5100)
551.53Sjonathan
561.17Sjonathan#
571.70Snisimura# TURBOchannel Devices
581.17Sjonathan#
591.46Sjonathaninclude	"dev/tc/files.tc"
601.70Snisimuraattach	tc at mainbus with tcbus
611.70Snisimurafile	arch/pmax/tc/tcbus.c		tc
621.53Sjonathanfile	arch/pmax/tc/tc_3max.c		tc & dec_3max
631.53Sjonathanfile	arch/pmax/tc/tc_3min.c		tc & dec_3min
641.53Sjonathanfile	arch/pmax/tc/tc_3maxplus.c	tc & dec_3maxplus
651.53Sjonathanfile	arch/pmax/tc/tc_maxine.c	tc & dec_maxine
661.17Sjonathan
671.70Snisimura# 3MAX system slot as a TURBOchannel device
681.70Snisimuraattach	ibus at tc with kn02sys
691.70Snisimurafile	arch/pmax/ibus/ibus_3max.c	ibus & dec_3max
701.70Snisimura
711.70Snisimura# IOCTL ASIC as a TURBOchannel device
721.17Sjonathan#
731.46Sjonathan# device defined in files.tc:
741.46Sjonathan# device ioasic { offset = -1 }
751.46Sjonathan# attach ioasic at tc
761.20Sjonathanfile	arch/pmax/tc/asic.c		ioasic
771.16Scgd
781.18Sjonathan
791.18Sjonathan# Real-time clock (not optional)
801.53Sjonathandevice	mcclock
811.53Sjonathanattach	mcclock at ioasic with mcclock_ioasic
821.53Sjonathanattach	mcclock at ibus with mcclock_ibus
831.44Sjonathanfile	arch/pmax/pmax/clock.c
841.56Sdrochnerfile	dev/clock_subr.c
851.53Sjonathanfile	arch/pmax/pmax/mcclock.c	mcclock
861.53Sjonathanfile	dev/dec/mcclock.c		mcclock
871.53Sjonathanfile	dev/dec/mcclock_pad32.c		mcclock
881.44Sjonathanfile	arch/pmax/tc/mcclock_ioasic.c	mcclock_ioasic
891.53Sjonathanfile	arch/pmax/ibus/mcclock_ibus.c	mcclock_ibus
901.18Sjonathan
911.18Sjonathan#
921.18Sjonathan# Machine-independent SCSI driver.
931.18Sjonathan#
941.18Sjonathan
951.47Sbouyerinclude "dev/scsipi/files.scsipi"
961.18Sjonathan#major { cd = 3 }
971.18Sjonathan#major { sd = 21 }
981.18Sjonathanmajor { tz = 10 }
991.18Sjonathanmajor { rz = 21 }
1001.57Sjonathan
1011.57Sjonathan# Memory Disk
1021.57Sjonathanfile	arch/pmax/pmax/md_root.c	memory_disk_hooks
1031.57Sjonathanmajor { md = 17 }
1041.16Scgd
1051.17Sjonathan#
1061.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated).
1071.17Sjonathan#
1081.17Sjonathandefine	oldscsi {}
1091.49Sthorpejdevice oldscsibus {target = -1, drive = -1}
1101.27Sthorpejattach oldscsibus at oldscsi
1111.17Sjonathan
1121.58Ssimonb# asc: system-slot or turbochannel-option SCSI interface
1131.35Sjonathan#device asc: oldscsi,scsi
1141.49Sthorpejdevice asc: oldscsi
1151.33Sjonathanattach asc at ioasic with asc_ioasic
1161.33Sjonathanfile	dev/tc/asc_ioasic.c		asc_ioasic
1171.33Sjonathanattach asc at tc with asc_tc
1181.33Sjonathanfile	dev/tc/asc_tc.c			asc_tc
1191.33Sjonathan
1201.25Sjonathanfile	dev/tc/asc.c			asc needs-flag
1211.16Scgd
1221.61Ssimonb# sii: kn01 SCSI interface
1231.35Sjonathan#device sii: scsi,oldscsi
1241.49Sthorpejdevice sii: oldscsi
1251.21Sjonathanfile	arch/pmax/dev/sii.c		sii needs-flag
1261.53Sjonathanattach sii at ibus with sii_ds
1271.33Sjonathanfile	arch/pmax/dev/sii_ds.c		sii_ds
1281.16Scgd
1291.16Scgd
1301.49Sthorpejdevice	tz: tape
1311.27Sthorpejattach	tz at oldscsibus
1321.16Scgdfile	arch/pmax/dev/tz.c		tz needs-count
1331.16Scgd
1341.49Sthorpejdevice	rz: disk
1351.27Sthorpejattach	rz at oldscsibus
1361.16Scgdfile	arch/pmax/dev/rz.c		rz needs-count
1371.16Scgd
1381.17Sjonathan#
1391.17Sjonathan# Optional device-drivers
1401.17Sjonathan#
1411.17Sjonathan
1421.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
1431.58Ssimonb# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC.
1441.49Sthorpejdevice dc: tty
1451.40Sjonathanfile	arch/pmax/dev/dc.c		dc
1461.33Sjonathanattach dc at ioasic with dc_ioasic
1471.40Sjonathanfile	arch/pmax/dev/dc_ioasic.c	dc_ioasic	needs-flag
1481.53Sjonathanattach dc at ibus with dc_ds
1491.40Sjonathanfile	arch/pmax/dev/dc_ds.c		dc_ds	needs-flag
1501.33Sjonathan
1511.16Scgd
1521.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
1531.49Sthorpejdevice dtop
1541.27Sthorpejattach dtop at ioasic
1551.26Sjonathanfile	arch/pmax/dev/dtop.c		dtop needs-flag
1561.16Scgd
1571.17Sjonathan# LANCE ethernet driver.
1581.46Sjonathan#   device defined in sys/conf/files.
1591.46Sjonathan#   TC and ioasic attachment and files in sys/dev/tc/files.tc
1601.32Smhitch
1611.55Sdrochnerattach le at ibus with le_pmax:		le24, le_dec_subr
1621.46Sjonathanfile	dev/tc/if_le_ibus.c		le_pmax		needs-flag #for kn01_intr
1631.32Smhitch
1641.63Sad# Raster operations for rcons. This isn't in the rcons section, since
1651.63Sad# it depends on fb devices for configuration glue. 
1661.63Sadinclude "dev/rasops/files.rasops"
1671.16Scgd
1681.17Sjonathan# 3100 (pmax) onboard framebuffer
1691.64Saddevice pm: rasops1, rasops8
1701.26Sjonathanfile	arch/pmax/dev/pm.c		pm needs-flag
1711.26Sjonathanfile	arch/pmax/dev/bt478.c		pm
1721.53Sjonathanattach pm at ibus with pm_ds
1731.41Smhitchfile	arch/pmax/dev/pm_ds.c		pm_ds
1741.16Scgd
1751.58Ssimonb#########################################################################
1761.58Ssimonb# Turbochannel options.							#
1771.58Ssimonb#########################################################################
1781.17Sjonathan
1791.63Saddevice cfb: rasops8
1801.27Sthorpejattach cfb at tc
1811.26Sjonathanfile	arch/pmax/dev/cfb.c		cfb needs-flag
1821.16Scgd
1831.63Saddevice sfb: rasops8
1841.27Sthorpejattach sfb at tc
1851.26Sjonathanfile	arch/pmax/dev/sfb.c		sfb needs-flag
1861.17Sjonathan
1871.63Saddevice mfb: rasops8
1881.27Sthorpejattach mfb at tc
1891.26Sjonathanfile	arch/pmax/dev/mfb.c		mfb needs-flag
1901.16Scgd
1911.58Ssimonb# Zilog 8350/Intel 82350(?) SCC UART.
1921.49Sthorpejdevice scc: tty
1931.27Sthorpejattach scc at ioasic
1941.39Sjonathanfile	arch/pmax/tc/scc.c		scc needs-flag
1951.16Scgd
1961.17Sjonathan# MAXINE onboard framebuffer
1971.63Saddevice	xcfb: rasops8
1981.27Sthorpejattach	xcfb at tc
1991.26Sjonathanfile	arch/pmax/dev/xcfb.c 		xcfb needs-flag
2001.22Sjonathanfile	arch/pmax/dev/ims332.c		xcfb
2011.16Scgd
2021.62Sad#  PixelStamp graphics boards
2031.62Saddevice	px
2041.62Sadattach	px at tc
2051.62Sadfile	arch/pmax/dev/px.c 		px needs-flag
2061.62Sad
2071.17Sjonathan# DECWRL 45Mbit T3 interface
2081.49Sthorpejdevice	tt: tty
2091.27Sthorpejattach	tt at tc
2101.16Scgdfile	arch/pmax/dev/if_tt.c		tt needs-count
2111.16Scgd
2121.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done.
2131.16Scgdfile	arch/pmax/dev/scsi.c
2141.16Scgd
2151.16Scgdfile	arch/pmax/pmax/autoconf.c
2161.54Sthorpejfile	arch/pmax/pmax/bus_dma.c
2171.54Sthorpejfile	arch/pmax/pmax/bus_space.c
2181.16Scgdfile	arch/pmax/pmax/conf.c
2191.65Snisimurafile	arch/pmax/pmax/disksubr.c
2201.16Scgdfile	arch/pmax/pmax/machdep.c
2211.17Sjonathanfile	arch/pmax/pmax/mainbus.c
2221.65Snisimurafile	arch/pmax/pmax/promcall.c
2231.51Sjonathanfile	arch/pmax/pmax/sysconf.c
2241.65Snisimurafile	arch/pmax/stand/lib/callvec.c
2251.22Sjonathanfile	dev/cons.c
2261.65Snisimurafile	arch/pmax/dev/findcons.c	# find and set up console.
2271.65Snisimura#file	arch/pmax/pmax/kadb.c		# obsolute kadb
2281.16Scgd
2291.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device.
2301.24Sjonathan
2311.37Scgdinclude "dev/rcons/files.rcons"
2321.62Sadinclude "dev/wsfont/files.wsfont"
2331.24Sjonathan
2341.69Sthorpejdefpseudo	rasterconsole
2351.24Sjonathanfile	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
2361.16Scgd
2371.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers
2381.62Sadfile	arch/pmax/dev/lk201.c		pm | cfb | sfb | mfb | xcfb | px
2391.68Sadfile	arch/pmax/dev/qvss_compat.c	fb | px
2401.22Sjonathan
2411.22Sjonathan
2421.58Ssimonb# VDAC/RAMDAC support for framebuffers. Other devices supported by
2431.58Ssimonb# NetBSD may use the same chips, too.
2441.29Scgdfile	arch/pmax/dev/bt459.c			cfb | sfb
2451.22Sjonathan
2461.22Sjonathan#
2471.22Sjonathan# Pseudo-device driver for framebuffers.  All user-level requests,
2481.22Sjonathan# including open(), go through the fb driver, which presents a consistent
2491.22Sjonathan# interface to all framebuffers.  Configure as many units as you
2501.22Sjonathan# have framebuffers.  Provides qvss-style interface compatible with
2511.22Sjonathan# X11R5 servers.
2521.22Sjonathan#
2531.69Sthorpejdefpseudo	fb
2541.22Sjonathanfile	arch/pmax/dev/fb.c		fb needs-count
2551.22Sjonathan
2561.17Sjonathan# Glue for old-style config
2571.17Sjonathanfile	arch/pmax/pmax/conf-glue.c
2581.23Sthorpej
2591.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX)
2601.37Scgdinclude "compat/ultrix/files.ultrix"
2611.16Scgd
2621.16Scgd# Configs
263