files.pmax revision 1.33
11.33Sjonathan#	$NetBSD: files.pmax,v 1.33 1996/09/30 08:11:23 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.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.33Sjonathanattach asc at ioasic with asc_ioasic
771.33Sjonathanfile	dev/tc/asc_ioasic.c		asc_ioasic
781.33Sjonathanattach asc at tc with asc_tc
791.33Sjonathanfile	dev/tc/asc_tc.c			asc_tc
801.33Sjonathan
811.33Sjonathan
821.25Sjonathanfile	dev/tc/asc.c			asc needs-flag
831.16Scgd
841.17Sjonathan# sii:  kn01 SCSI interface 
851.27Sthorpejdevice sii: oldscsi,scsi
861.21Sjonathanfile	arch/pmax/dev/sii.c		sii needs-flag
871.33Sjonathanattach sii at mainbus with sii_ds
881.33Sjonathanfile	arch/pmax/dev/sii_ds.c		sii_ds
891.16Scgd
901.16Scgd
911.27Sthorpejdevice	tz: tape
921.27Sthorpejattach	tz at oldscsibus
931.16Scgdfile	arch/pmax/dev/tz.c		tz needs-count
941.16Scgd
951.27Sthorpejdevice	rz: disk
961.27Sthorpejattach	rz at oldscsibus
971.16Scgdfile	arch/pmax/dev/rz.c		rz needs-count
981.16Scgd
991.17Sjonathan#
1001.17Sjonathan# Optional device-drivers
1011.17Sjonathan#
1021.17Sjonathan
1031.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
1041.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an  ASIC.
1051.27Sthorpejdevice dc
1061.33Sjonathanfile	arch/pmax/dev/dc.c		dc
1071.33Sjonathanattach dc at ioasic with dc_ioasic
1081.33Sjonathanfile	arch/pmax/dev/dc_ioasic.c	dc_ioasic
1091.33Sjonathanattach dc at mainbus with dc_ds
1101.33Sjonathanfile	arch/pmax/dev/dc_ds.c		dc_ds
1111.33Sjonathan
1121.16Scgd
1131.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
1141.27Sthorpejdevice dtop
1151.27Sthorpejattach dtop at ioasic
1161.26Sjonathanfile	arch/pmax/dev/dtop.c		dtop needs-flag
1171.16Scgd
1181.17Sjonathan# LANCE ethernet driver.
1191.17Sjonathan#  XXX Should use new machine-independent one instead.
1201.31Sthorpej# device defined in sys/conf/files
1211.32Smhitchattach le at ioasic with le_ioasic
1221.32Smhitchattach le at tc with le_tc
1231.31Sthorpejattach le at mainbus with le_pmax
1241.32Smhitch#file	arch/pmax/tc/if_le.c		(le_pmax|le_tc|le_ioasic) needs-flag
1251.32Smhitch
1261.32Smhitch
1271.32Smhitchfile	dev/tc/if_le_dec.c		(le_ioasic | le_tc | le_pmax)
1281.32Smhitchfile	dev/tc/if_le_ioasic.c		le_ioasic	needs-flag #for le_iomem
1291.32Smhitchfile	dev/tc/if_le_tc.c		le_tc
1301.32Smhitchfile	dev/tc/if_le_ibus.c		le_pmax		needs-flag #for kn01_intr
1311.16Scgd
1321.17Sjonathan# 3100 (pmax) onboard framebuffer
1331.27Sthorpejdevice pm
1341.26Sjonathanfile	arch/pmax/dev/pm.c		pm needs-flag
1351.26Sjonathanfile	arch/pmax/dev/bt478.c		pm
1361.33Sjonathanattach pm at mainbus with pm_ds
1371.33Sjonathanfile	arch/pmax/dev/pm_ds.c		dc_ds
1381.16Scgd
1391.17Sjonathan########################################################################
1401.17Sjonathan# Turbochannel options.
1411.17Sjonathan########################################################################
1421.17Sjonathan
1431.27Sthorpejdevice cfb
1441.27Sthorpejattach cfb at tc
1451.26Sjonathanfile	arch/pmax/dev/cfb.c		cfb needs-flag
1461.16Scgd
1471.27Sthorpejdevice sfb
1481.27Sthorpejattach sfb at tc
1491.26Sjonathanfile	arch/pmax/dev/sfb.c		sfb needs-flag
1501.17Sjonathan
1511.27Sthorpejdevice mfb
1521.27Sthorpejattach mfb at tc
1531.26Sjonathanfile	arch/pmax/dev/mfb.c		mfb needs-flag
1541.16Scgd
1551.20Sjonathan#  Zilog 8350/Intel 82350(?) SCC UART.
1561.27Sthorpejdevice scc
1571.27Sthorpejattach scc at ioasic
1581.26Sjonathanfile	arch/pmax/tc/scc.c		scc needs-count
1591.16Scgd
1601.17Sjonathan# MAXINE onboard framebuffer
1611.27Sthorpejdevice	xcfb
1621.27Sthorpejattach	xcfb at tc
1631.26Sjonathanfile	arch/pmax/dev/xcfb.c 		xcfb needs-flag
1641.22Sjonathanfile	arch/pmax/dev/ims332.c		xcfb
1651.16Scgd
1661.17Sjonathan# DECWRL 45Mbit T3 interface
1671.27Sthorpejdevice	tt
1681.27Sthorpejattach	tt at tc
1691.16Scgdfile	arch/pmax/dev/if_tt.c		tt needs-count
1701.16Scgd
1711.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done.
1721.16Scgdfile	arch/pmax/dev/scsi.c
1731.16Scgd
1741.16Scgdfile	arch/pmax/pmax/autoconf.c
1751.16Scgdfile	arch/pmax/pmax/conf.c
1761.16Scgd#file	arch/pmax/pmax/kadb.c			optional kadb
1771.16Scgd#file	arch/pmax/pmax/machdep.c		standard config-dependent
1781.16Scgdfile	arch/pmax/pmax/machdep.c
1791.16Scgdfile	arch/pmax/pmax/pmap.c
1801.16Scgdfile	arch/pmax/pmax/sys_machdep.c
1811.16Scgdfile	arch/pmax/pmax/trap.c
1821.30Sjonathanfile	arch/pmax/pmax/pmax_trap.c
1831.16Scgdfile	arch/pmax/pmax/vm_machdep.c
1841.16Scgdfile	arch/pmax/pmax/disksubr.c
1851.16Scgdfile	arch/pmax/stand/libsa/callvec.c
1861.17Sjonathanfile	arch/pmax/pmax/mainbus.c
1871.17Sjonathan
1881.24Sjonathan# Console autoconfiguration code: selects between a framebuffers
1891.22Sjonathanfile	arch/pmax/pmax/cpu_cons.c
1901.22Sjonathanfile	dev/cons.c
1911.16Scgd
1921.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device.
1931.24Sjonathan
1941.24Sjonathaninclude "../../../dev/rcons/files.rcons"
1951.24Sjonathan
1961.24Sjonathanpseudo-device	rasterconsole
1971.24Sjonathanfile	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
1981.24Sjonathanfile	arch/pmax/dev/font.c			rasterconsole	# rcons fontdef
1991.24Sjonathan
2001.16Scgdfile	netinet/in_cksum.c
2011.16Scgdfile	netns/ns_cksum.c			ns
2021.16Scgd
2031.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers
2041.29Scgdfile	arch/pmax/dev/lk201.c		pm | cfb | sfb | mfb | xcfb
2051.22Sjonathanfile	arch/pmax/dev/qvss_compat.c	fb
2061.22Sjonathan
2071.22Sjonathan
2081.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other  devices supported by
2091.22Sjonathan# NetBSD  may use the same chips, too.
2101.29Scgdfile	arch/pmax/dev/bt459.c			cfb | sfb
2111.22Sjonathan
2121.22Sjonathan#
2131.22Sjonathan# Pseudo-device driver for framebuffers.  All user-level requests,
2141.22Sjonathan# including open(), go through the fb driver, which presents a consistent
2151.22Sjonathan# interface to all framebuffers.  Configure as many units as you
2161.22Sjonathan# have framebuffers.  Provides qvss-style interface compatible with
2171.22Sjonathan# X11R5 servers.
2181.22Sjonathan#
2191.22Sjonathanpseudo-device	fb
2201.22Sjonathanfile	arch/pmax/dev/fb.c		fb needs-count
2211.22Sjonathan
2221.17Sjonathan# Glue for old-style config
2231.17Sjonathanfile	arch/pmax/pmax/conf-glue.c
2241.23Sthorpej
2251.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX)
2261.23Sthorpejinclude "../../../compat/ultrix/files.ultrix"
2271.16Scgd
2281.16Scgd# Configs
229