files.pmax revision 1.53
11.53Sjonathan#	$NetBSD: files.pmax,v 1.53 1998/04/19 08:39:43 jonathan 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.51Sjonathan# CPU support option headers
201.51Sjonathandefopt	DEC_3100	# "kn01":	3100, 2100 (kn01)
211.51Sjonathandefopt	DEC_3MAX	# "kn02":	Decstation 5000/200
221.51Sjonathandefopt	DEC_3MIN	# "kn02ba":	Decstation 5000/{20,25,33,50}
231.51Sjonathandefopt	DEC_MAXINE	# "kn02ca":	Decstation 5000/{20,25,33,50}
241.51Sjonathandefopt	DEC_3MAXPLUS	# "kn03":	Decstation 5000/240, 5000/260
251.51Sjonathan
261.51Sjonathandefopt	DEC_5800	# "kn??":	Decstation 5800 isis (XMI)
271.51Sjonathandefopt	DEC_5400	# "kn210":	Decstation 5400 mipsfair
281.51Sjonathandefopt	DEC_5500	# "kn220":	Decstation 5500 mipsfair2
291.51Sjonathandefopt	DEC_5100	# "kn230":	Decstation 5100 mipsmate
301.51Sjonathan
311.26Sjonathan#
321.26Sjonathan# CPU-dependent files
331.26Sjonathan#
341.51Sjonathanfile	arch/pmax/pmax/dec_3100.c	dec_3100	# DS3100, pmax
351.51Sjonathanfile	arch/pmax/pmax/dec_3max.c	dec_3max	# DS5000/200, 3max
361.51Sjonathanfile	arch/pmax/pmax/dec_3maxplus.c	dec_3maxplus	# DS5000/240, 3maxplus
371.51Sjonathanfile	arch/pmax/pmax/dec_3min.c	dec_3min	# DS5000/1xx, 3min
381.51Sjonathanfile	arch/pmax/pmax/dec_maxine.c	dec_maxine	# DS5000/1xx, maxine
391.53Sjonathanfile	arch/pmax/pmax/dec_5100.c	dec_5100	# kn230, mipsmate
401.51Sjonathan#file	arch/pmax/pmax/dec_5400.c	dec_5400	# DS5400, mipsfair
411.51Sjonathan#file	arch/pmax/pmax/dec_5500.c	dec_5500	# kn220, mipsfair2
421.51Sjonathan#file	arch/pmax/pmax/dec_5800.c	dec_5800	# 5800, isis
431.51Sjonathan
441.52Sjonathan# handlers for memory subsystems shared across models..
451.51Sjonathanfile	arch/pmax/pmax/dec_kn02_subr.c	dec_3min|dec_maxine
461.52Sjonathanfile	arch/pmax/pmax/dec_3max_subr.c	dec_3max|dec_3maxplus
471.46Sjonathan
481.46Sjonathan#
491.46Sjonathan# Bus-independent support for DEC devices
501.46Sjonathan#
511.46Sjonathaninclude "dev/dec/files.dec"
521.46Sjonathan
531.53Sjonathan# 3100 and 5100 ibus
541.53Sjonathandefine baseboard {}
551.53Sjonathandevice kn01bus {}: baseboard
561.53Sjonathanattach  kn01bus at mainbus
571.53Sjonathan
581.53Sjonathandevice kn230bus {}: baseboard
591.53Sjonathanattach  kn230bus at mainbus
601.53Sjonathan
611.53Sjonathandevice ibus {}
621.53Sjonathanattach  ibus at baseboard
631.53Sjonathan
641.53Sjonathanfile	arch/pmax/ibus/ibus.c		ibus
651.53Sjonathanfile	arch/pmax/ibus/ibus_3100.c	ibus & dec_3100
661.53Sjonathanfile	arch/pmax/ibus/ibus_5100.c	ibus & dec_5100
671.53Sjonathan
681.53Sjonathan
691.17Sjonathan#
701.46Sjonathan# TurboChannel Devices
711.17Sjonathan#
721.53Sjonathandevice tcasic {}
731.53Sjonathanattach tcasic	at mainbus
741.46Sjonathaninclude	"dev/tc/files.tc"
751.53Sjonathan#attach tc	at tcasic
761.53Sjonathanattach tc	at mainbus
771.26Sjonathan
781.17Sjonathan
791.53Sjonathanfile	arch/pmax/tc/tcasic.c		tcasic
801.53Sjonathanfile	arch/pmax/tc/tc_conf.c		tcasic
811.53Sjonathanfile	arch/pmax/tc/tc_subr.c		tc	needs-flag
821.53Sjonathanfile	arch/pmax/tc/tc_3max.c		tc & dec_3max
831.53Sjonathanfile	arch/pmax/tc/tc_3min.c		tc & dec_3min
841.53Sjonathanfile	arch/pmax/tc/tc_3maxplus.c	tc & dec_3maxplus
851.53Sjonathanfile	arch/pmax/tc/tc_maxine.c	tc & dec_maxine
861.17Sjonathan
871.17Sjonathan#
881.17Sjonathan# The TurboChannel IOCTL ASIC. Present on IOASIC machines,
891.17Sjonathan# which is all turbochannel machines ever built except the 3MAX (5000/200).
901.17Sjonathan#
911.46Sjonathan# device defined in files.tc:
921.46Sjonathan# device ioasic { offset = -1 }
931.46Sjonathan# attach ioasic at tc
941.20Sjonathanfile	arch/pmax/tc/asic.c		ioasic
951.16Scgd
961.18Sjonathan
971.18Sjonathan# Real-time clock (not optional)
981.53Sjonathandevice	mcclock
991.53Sjonathanattach	mcclock at ioasic with mcclock_ioasic
1001.53Sjonathanattach	mcclock at ibus with mcclock_ibus
1011.44Sjonathanfile	arch/pmax/pmax/clock.c
1021.53Sjonathanfile	arch/pmax/pmax/mcclock.c	mcclock
1031.53Sjonathanfile	dev/dec/mcclock.c		mcclock
1041.53Sjonathanfile	dev/dec/mcclock_pad32.c		mcclock
1051.44Sjonathanfile	arch/pmax/tc/mcclock_ioasic.c	mcclock_ioasic
1061.53Sjonathanfile	arch/pmax/ibus/mcclock_ibus.c	mcclock_ibus
1071.18Sjonathan
1081.18Sjonathan#
1091.18Sjonathan# Machine-independent SCSI driver.
1101.18Sjonathan#
1111.18Sjonathan
1121.47Sbouyerinclude "dev/scsipi/files.scsipi"
1131.18Sjonathan#major { st = 10 }
1141.18Sjonathan#major { cd = 3 }
1151.18Sjonathan#major { sd = 21 }
1161.18Sjonathanmajor { tz = 10 }
1171.18Sjonathanmajor { rz = 21 }
1181.16Scgd
1191.17Sjonathan#
1201.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated).
1211.17Sjonathan#
1221.17Sjonathandefine	oldscsi {}
1231.49Sthorpejdevice oldscsibus {target = -1, drive = -1}
1241.27Sthorpejattach oldscsibus at oldscsi
1251.17Sjonathan
1261.17Sjonathan# asc:  system-slot or turbochannel-option SCSI interface
1271.35Sjonathan#device asc: oldscsi,scsi
1281.49Sthorpejdevice asc: oldscsi
1291.33Sjonathanattach asc at ioasic with asc_ioasic
1301.33Sjonathanfile	dev/tc/asc_ioasic.c		asc_ioasic
1311.33Sjonathanattach asc at tc with asc_tc
1321.33Sjonathanfile	dev/tc/asc_tc.c			asc_tc
1331.33Sjonathan
1341.25Sjonathanfile	dev/tc/asc.c			asc needs-flag
1351.16Scgd
1361.17Sjonathan# sii:  kn01 SCSI interface 
1371.35Sjonathan#device sii: scsi,oldscsi
1381.49Sthorpejdevice sii: oldscsi
1391.21Sjonathanfile	arch/pmax/dev/sii.c		sii needs-flag
1401.53Sjonathanattach sii at ibus with sii_ds
1411.33Sjonathanfile	arch/pmax/dev/sii_ds.c		sii_ds
1421.16Scgd
1431.16Scgd
1441.49Sthorpejdevice	tz: tape
1451.27Sthorpejattach	tz at oldscsibus
1461.16Scgdfile	arch/pmax/dev/tz.c		tz needs-count
1471.16Scgd
1481.49Sthorpejdevice	rz: disk
1491.27Sthorpejattach	rz at oldscsibus
1501.16Scgdfile	arch/pmax/dev/rz.c		rz needs-count
1511.16Scgd
1521.17Sjonathan#
1531.17Sjonathan# Optional device-drivers
1541.17Sjonathan#
1551.17Sjonathan
1561.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
1571.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an  ASIC.
1581.49Sthorpejdevice dc: tty
1591.40Sjonathanfile	arch/pmax/dev/dc.c		dc
1601.33Sjonathanattach dc at ioasic with dc_ioasic
1611.40Sjonathanfile	arch/pmax/dev/dc_ioasic.c	dc_ioasic	needs-flag
1621.53Sjonathanattach dc at ibus with dc_ds
1631.40Sjonathanfile	arch/pmax/dev/dc_ds.c		dc_ds	needs-flag
1641.33Sjonathan
1651.16Scgd
1661.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
1671.49Sthorpejdevice dtop
1681.27Sthorpejattach dtop at ioasic
1691.26Sjonathanfile	arch/pmax/dev/dtop.c		dtop needs-flag
1701.16Scgd
1711.17Sjonathan# LANCE ethernet driver.
1721.46Sjonathan#   device defined in sys/conf/files.
1731.46Sjonathan#   TC and ioasic attachment and files in sys/dev/tc/files.tc
1741.32Smhitch
1751.53Sjonathanattach le at ibus with le_pmax:		le_dec_subr
1761.46Sjonathanfile	dev/tc/if_le_ibus.c		le_pmax		needs-flag #for kn01_intr
1771.32Smhitch
1781.16Scgd
1791.17Sjonathan# 3100 (pmax) onboard framebuffer
1801.49Sthorpejdevice pm
1811.26Sjonathanfile	arch/pmax/dev/pm.c		pm needs-flag
1821.26Sjonathanfile	arch/pmax/dev/bt478.c		pm
1831.53Sjonathanattach pm at ibus with pm_ds
1841.41Smhitchfile	arch/pmax/dev/pm_ds.c		pm_ds
1851.16Scgd
1861.17Sjonathan########################################################################
1871.17Sjonathan# Turbochannel options.
1881.17Sjonathan########################################################################
1891.17Sjonathan
1901.49Sthorpejdevice cfb
1911.27Sthorpejattach cfb at tc
1921.26Sjonathanfile	arch/pmax/dev/cfb.c		cfb needs-flag
1931.16Scgd
1941.49Sthorpejdevice sfb
1951.27Sthorpejattach sfb at tc
1961.26Sjonathanfile	arch/pmax/dev/sfb.c		sfb needs-flag
1971.17Sjonathan
1981.49Sthorpejdevice mfb
1991.27Sthorpejattach mfb at tc
2001.26Sjonathanfile	arch/pmax/dev/mfb.c		mfb needs-flag
2011.16Scgd
2021.20Sjonathan#  Zilog 8350/Intel 82350(?) SCC UART.
2031.49Sthorpejdevice scc: tty
2041.27Sthorpejattach scc at ioasic
2051.39Sjonathanfile	arch/pmax/tc/scc.c		scc needs-flag
2061.16Scgd
2071.17Sjonathan# MAXINE onboard framebuffer
2081.49Sthorpejdevice	xcfb
2091.27Sthorpejattach	xcfb at tc
2101.26Sjonathanfile	arch/pmax/dev/xcfb.c 		xcfb needs-flag
2111.22Sjonathanfile	arch/pmax/dev/ims332.c		xcfb
2121.16Scgd
2131.17Sjonathan# DECWRL 45Mbit T3 interface
2141.49Sthorpejdevice	tt: tty
2151.27Sthorpejattach	tt at tc
2161.16Scgdfile	arch/pmax/dev/if_tt.c		tt needs-count
2171.16Scgd
2181.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done.
2191.16Scgdfile	arch/pmax/dev/scsi.c
2201.16Scgd
2211.16Scgdfile	arch/pmax/pmax/autoconf.c
2221.16Scgdfile	arch/pmax/pmax/conf.c
2231.16Scgd#file	arch/pmax/pmax/kadb.c			optional kadb
2241.16Scgd#file	arch/pmax/pmax/machdep.c		standard config-dependent
2251.16Scgdfile	arch/pmax/pmax/machdep.c
2261.16Scgdfile	arch/pmax/pmax/disksubr.c
2271.16Scgdfile	arch/pmax/stand/libsa/callvec.c
2281.17Sjonathanfile	arch/pmax/pmax/mainbus.c
2291.51Sjonathanfile	arch/pmax/pmax/sysconf.c
2301.51Sjonathan
2311.17Sjonathan
2321.51Sjonathan# Console code.
2331.22Sjonathanfile	dev/cons.c
2341.50Sjonathanfile	arch/pmax/dev/promio.c			# default console
2351.51Sjonathanfile	arch/pmax/dev/findcons.c		# find and set up console.
2361.16Scgd
2371.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device.
2381.24Sjonathan
2391.37Scgdinclude "dev/rcons/files.rcons"
2401.24Sjonathan
2411.24Sjonathanpseudo-device	rasterconsole
2421.24Sjonathanfile	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
2431.24Sjonathanfile	arch/pmax/dev/font.c			rasterconsole	# rcons fontdef
2441.16Scgd
2451.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers
2461.29Scgdfile	arch/pmax/dev/lk201.c		pm | cfb | sfb | mfb | xcfb
2471.22Sjonathanfile	arch/pmax/dev/qvss_compat.c	fb
2481.22Sjonathan
2491.22Sjonathan
2501.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other  devices supported by
2511.22Sjonathan# NetBSD  may use the same chips, too.
2521.29Scgdfile	arch/pmax/dev/bt459.c			cfb | sfb
2531.22Sjonathan
2541.22Sjonathan#
2551.22Sjonathan# Pseudo-device driver for framebuffers.  All user-level requests,
2561.22Sjonathan# including open(), go through the fb driver, which presents a consistent
2571.22Sjonathan# interface to all framebuffers.  Configure as many units as you
2581.22Sjonathan# have framebuffers.  Provides qvss-style interface compatible with
2591.22Sjonathan# X11R5 servers.
2601.22Sjonathan#
2611.22Sjonathanpseudo-device	fb
2621.22Sjonathanfile	arch/pmax/dev/fb.c		fb needs-count
2631.22Sjonathan
2641.17Sjonathan# Glue for old-style config
2651.17Sjonathanfile	arch/pmax/pmax/conf-glue.c
2661.23Sthorpej
2671.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX)
2681.37Scgdinclude "compat/ultrix/files.ultrix"
2691.16Scgd
2701.16Scgd# Configs
271