files.pmax revision 1.28
11.28Scgd#	$NetBSD: files.pmax,v 1.28 1996/03/17 06:09:10 cgd 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.27Sthorpejdevice mainbus { }			# no locators
131.27Sthorpejattach mainbus at root
141.17Sjonathan
151.27Sthorpejdevice cpu				# not optional
161.27Sthorpejattach cpu at mainbus
171.19Sjonathanfile arch/pmax/pmax/cpu.c		cpu
181.16Scgd
191.26Sjonathan#
201.26Sjonathan# CPU-dependent files
211.26Sjonathan#
221.26Sjonathan#file	arch/pmax/pmax/kn01.c			kn01	# DS3100, pmax
231.26Sjonathan#file	arch/pmax/pmax/kn02.c			kn02	# DS5000/200, 3max
241.26Sjonathan#file	arch/pmax/pmax/kn03.c			kn03	# DS5000/240, 3maxplus
251.26Sjonathan#file	arch/pmax/pmax/kn02ba.c			kn02ba	# DS5000/1xx, 3min(kmin)
261.26Sjonathan#file	arch/pmax/pmax/kn02ca.c			kn02ca	# DS5000/1xx, maxine
271.26Sjonathan#file	arch/pmax/pmax/kn210.c				# DS5400, mipsfair
281.26Sjonathan#file	arch/pmax/pmax/kn220.c				# DS5500, mipsfair2
291.26Sjonathanfile	arch/pmax/pmax/kn230.c			kn230	# DS5100, mipsmate
301.17Sjonathan#
311.17Sjonathan# Auto-configuration driver for the turbochannel bus itself.
321.17Sjonathan#
331.26Sjonathan#define	tcbus { }
341.26Sjonathan
351.27Sthorpejdevice tc {[slot = -1], [offset = -1]} ##{ } 
361.27Sthorpejattach tc at mainbus
371.26Sjonathanfile	arch/pmax/tc/tc_subr.c		tc		needs-flag
381.26Sjonathanfile	dev/tc/tc.c			tc		needs-flag
391.17Sjonathan
401.17Sjonathan
411.17Sjonathan#
421.17Sjonathan# The TurboChannel IOCTL ASIC. Present on IOASIC machines,
431.17Sjonathan# which is all turbochannel machines ever built except the 3MAX (5000/200).
441.17Sjonathan#
451.27Sthorpejdevice ioasic { } 		#{ }	# not really optional
461.27Sthorpejattach ioasic at tc
471.20Sjonathanfile	arch/pmax/tc/asic.c		ioasic
481.16Scgd
491.18Sjonathan
501.18Sjonathan# Real-time clock (not optional)
511.27Sthorpejdevice	clock
521.27Sthorpejattach	clock at ioasic, tc, mainbus
531.18Sjonathanfile	arch/pmax/pmax/clock.c		clock
541.18Sjonathan
551.18Sjonathan
561.18Sjonathan#
571.18Sjonathan# Machine-independent SCSI driver.
581.18Sjonathan#
591.18Sjonathan
601.18Sjonathaninclude "../../../scsi/files.scsi"
611.18Sjonathan#major { st = 10 }
621.18Sjonathan#major { cd = 3 }
631.18Sjonathan#major { sd = 21 }
641.18Sjonathanmajor { tz = 10 }
651.18Sjonathanmajor { rz = 21 }
661.16Scgd
671.17Sjonathan#
681.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated).
691.17Sjonathan#
701.17Sjonathandefine	oldscsi {}
711.27Sthorpejdevice oldscsibus	{target = -1, drive = -1}
721.27Sthorpejattach oldscsibus at oldscsi
731.17Sjonathan
741.17Sjonathan# asc:  system-slot or turbochannel-option SCSI interface
751.27Sthorpejdevice asc: oldscsi,scsi
761.28Scgdattach asc at ioasic, tc
771.25Sjonathanfile	dev/tc/asc.c			asc needs-flag
781.16Scgd
791.17Sjonathan# sii:  kn01 SCSI interface 
801.27Sthorpejdevice sii: oldscsi,scsi
811.27Sthorpejattach sii at mainbus
821.21Sjonathanfile	arch/pmax/dev/sii.c		sii needs-flag
831.16Scgd
841.16Scgd
851.27Sthorpejdevice	tz: tape
861.27Sthorpejattach	tz at oldscsibus
871.16Scgdfile	arch/pmax/dev/tz.c		tz needs-count
881.16Scgd
891.27Sthorpejdevice	rz: disk
901.27Sthorpejattach	rz at oldscsibus
911.16Scgdfile	arch/pmax/dev/rz.c		rz needs-count
921.16Scgd
931.17Sjonathan#
941.17Sjonathan# Optional device-drivers
951.17Sjonathan#
961.17Sjonathan
971.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
981.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an  ASIC.
991.27Sthorpejdevice dc
1001.27Sthorpejattach dc at mainbus, ioasic
1011.26Sjonathanfile	arch/pmax/dev/dc.c		dc needs-count
1021.16Scgd
1031.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
1041.27Sthorpejdevice dtop
1051.27Sthorpejattach dtop at ioasic
1061.26Sjonathanfile	arch/pmax/dev/dtop.c		dtop needs-flag
1071.16Scgd
1081.17Sjonathan# LANCE ethernet driver.
1091.17Sjonathan#  XXX Should use new machine-independent one instead.
1101.27Sthorpejdevice le: ifnet, ether
1111.27Sthorpejattach le at ioasic, tc, mainbus
1121.20Sjonathanfile	arch/pmax/tc/if_le.c		le needs-flag
1131.16Scgd
1141.17Sjonathan# 3100 (pmax) onboard framebuffer
1151.27Sthorpejdevice pm
1161.27Sthorpejattach pm at mainbus
1171.26Sjonathanfile	arch/pmax/dev/pm.c		pm needs-flag
1181.26Sjonathanfile	arch/pmax/dev/bt478.c		pm
1191.16Scgd
1201.17Sjonathan########################################################################
1211.17Sjonathan# Turbochannel options.
1221.17Sjonathan########################################################################
1231.17Sjonathan
1241.27Sthorpejdevice cfb
1251.27Sthorpejattach cfb at tc
1261.26Sjonathanfile	arch/pmax/dev/cfb.c		cfb needs-flag
1271.16Scgd
1281.27Sthorpejdevice sfb
1291.27Sthorpejattach sfb at tc
1301.26Sjonathanfile	arch/pmax/dev/sfb.c		sfb needs-flag
1311.17Sjonathan
1321.27Sthorpejdevice mfb
1331.27Sthorpejattach mfb at tc
1341.26Sjonathanfile	arch/pmax/dev/mfb.c		mfb needs-flag
1351.16Scgd
1361.20Sjonathan#  Zilog 8350/Intel 82350(?) SCC UART.
1371.27Sthorpejdevice scc
1381.27Sthorpejattach scc at ioasic
1391.26Sjonathanfile	arch/pmax/tc/scc.c		scc needs-count
1401.16Scgd
1411.17Sjonathan# MAXINE onboard framebuffer
1421.27Sthorpejdevice	xcfb
1431.27Sthorpejattach	xcfb at tc
1441.26Sjonathanfile	arch/pmax/dev/xcfb.c 		xcfb needs-flag
1451.22Sjonathanfile	arch/pmax/dev/ims332.c		xcfb
1461.16Scgd
1471.17Sjonathan# DECWRL 45Mbit T3 interface
1481.27Sthorpejdevice	tt
1491.27Sthorpejattach	tt at tc
1501.16Scgdfile	arch/pmax/dev/if_tt.c		tt needs-count
1511.16Scgd
1521.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done.
1531.16Scgdfile	arch/pmax/dev/scsi.c
1541.16Scgd
1551.16Scgdfile	arch/pmax/pmax/autoconf.c
1561.16Scgdfile	arch/pmax/pmax/conf.c
1571.16Scgd#file	arch/pmax/pmax/kadb.c			optional kadb
1581.16Scgd#file	arch/pmax/pmax/machdep.c		standard config-dependent
1591.16Scgdfile	arch/pmax/pmax/machdep.c
1601.16Scgdfile	arch/pmax/pmax/cpu_exec.c
1611.16Scgdfile	arch/pmax/pmax/mem.c
1621.16Scgdfile	arch/pmax/pmax/pmap.c
1631.16Scgdfile	arch/pmax/pmax/process_machdep.c
1641.16Scgdfile	arch/pmax/pmax/sys_machdep.c
1651.16Scgdfile	arch/pmax/pmax/trap.c
1661.16Scgdfile	arch/pmax/pmax/vm_machdep.c
1671.16Scgdfile	arch/pmax/pmax/disksubr.c
1681.16Scgdfile	arch/pmax/stand/libsa/callvec.c
1691.16Scgdfile	arch/pmax/pmax/elf.c
1701.17Sjonathanfile	arch/pmax/pmax/mainbus.c
1711.17Sjonathan
1721.24Sjonathan# Console autoconfiguration code: selects between a framebuffers
1731.22Sjonathanfile	arch/pmax/pmax/cpu_cons.c
1741.22Sjonathanfile	dev/cons.c
1751.16Scgd
1761.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device.
1771.24Sjonathan
1781.24Sjonathaninclude "../../../dev/rcons/files.rcons"
1791.24Sjonathan
1801.24Sjonathanpseudo-device	rasterconsole
1811.24Sjonathanfile	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
1821.24Sjonathanfile	arch/pmax/dev/font.c			rasterconsole	# rcons fontdef
1831.24Sjonathan
1841.16Scgdfile	netinet/in_cksum.c
1851.16Scgdfile	netns/ns_cksum.c			ns
1861.16Scgd
1871.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers
1881.22Sjonathanfile	arch/pmax/dev/lk201.c		pm or cfb or sfb or mfb or xcfb
1891.22Sjonathanfile	arch/pmax/dev/qvss_compat.c	fb
1901.22Sjonathan
1911.22Sjonathan
1921.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other  devices supported by
1931.22Sjonathan# NetBSD  may use the same chips, too.
1941.22Sjonathanfile	arch/pmax/dev/bt459.c			cfb or sfb
1951.22Sjonathan
1961.22Sjonathan#
1971.22Sjonathan# Pseudo-device driver for framebuffers.  All user-level requests,
1981.22Sjonathan# including open(), go through the fb driver, which presents a consistent
1991.22Sjonathan# interface to all framebuffers.  Configure as many units as you
2001.22Sjonathan# have framebuffers.  Provides qvss-style interface compatible with
2011.22Sjonathan# X11R5 servers.
2021.22Sjonathan#
2031.22Sjonathanpseudo-device	fb
2041.22Sjonathanfile	arch/pmax/dev/fb.c		fb needs-count
2051.22Sjonathan
2061.17Sjonathan# Glue for old-style config
2071.17Sjonathanfile	arch/pmax/pmax/conf-glue.c
2081.23Sthorpej
2091.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX)
2101.23Sthorpejinclude "../../../compat/ultrix/files.ultrix"
2111.16Scgd
2121.16Scgd# Configs
213