files.vax revision 1.10
11.10Smellon#       $NetBSD: files.vax,v 1.10 1995/04/11 10:04:37 mellon Exp $
21.1Sragge#
31.1Sragge# new style config file for vax architecture
41.1Sragge#
51.6Scgd
61.6Scgd# maxpartitions must be first item in files.${ARCH}.newconf
71.8Sragge#maxpartitions 8
81.1Sragge
91.1Sraggemaxusers 8 32 64
101.1Sragge
111.7Sraggedevice	backplane at root { }
121.7Sraggedevice	sbi at backplane { tr=-1 }
131.7Sraggedevice	bi at backplane { node=-1 }
141.1Sragge
151.7Sraggedevice	cpu at backplane, bi, sbi
161.7Sraggedevice	mem at backplane, bi, sbi
171.1Sragge
181.7Sraggefile	arch/vax/vax/sbi.c		sbi needs-flag
191.7Sraggefile	arch/vax/vax/bi.c		bi needs-flag
201.7Sragge
211.7Sraggedevice	mba at sbi { drive = -1 }
221.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
231.1Sragge
241.1Sraggedevice  hp at mba
251.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
261.9Sraggemajor	{hp = 0}
271.1Sragge
281.7Sraggedevice	uba at sbi, bi { csr }
291.1Sraggefile	arch/vax/uba/uba.c		uba needs-count
301.1Sragge
311.1Sraggedevice	uda at uba { drive=-1 }
321.1Sraggefile    arch/vax/uba/uda.c		uda needs-count
331.1Sragge
341.1Sraggedevice	de at uba:ifnet, ether
351.1Sraggefile	arch/vax/if/if_de.c		de needs-count
361.1Sragge
371.7Sraggedevice	ra at uda	
381.7Sraggefile	arch/vax/vax/mscp.c		ra needs-count
391.9Sraggemajor	{ra = 9}
401.7Sragge
411.8Sragge# TK50/TU81 at UBA
421.8Sraggedevice	tmscp at uba {drive = -1}
431.8Sraggedevice	tms at tmscp
441.8Sraggefile	arch/vax/uba/tmscp.c		tmscp needs-count
451.8Sragge
461.9Sragge# DEQNA/DELQA used on Qbus
471.9Sraggedevice	qe at uba:ifnet, ether
481.9Sraggefile	arch/vax/if/if_qe.c		qe needs-count
491.9Sragge
501.1Sragge# These devices aren't tested (or even compiled!)
511.1Sragge# They are just included here to make some files happy ;)
521.1Sragge#
531.1Sragge
541.1Sragge# Ikonas framebuffer
551.1Sraggedevice	ik at uba
561.1Sraggefile	arch/vax/uba/ik.c		ik needs-count
571.1Sragge
581.1Sraggedevice	vs at uba
591.1Sraggefile	arch/vax/uba/vs.c		vs needs-count
601.1Sragge
611.1Sragge# TU58 on 750/730
621.1Sraggedevice	tu at root
631.1Sraggefile	arch/vax/vax/tu.c		tu needs-count
641.1Sragge
651.1Sragge# RK06/07 on UBA
661.1Sraggedevice	rk at uba
671.1Sraggefile	arch/vax/uba/rk.c		rk needs-count
681.1Sragge
691.1Sragge# TM11/TE10 at UBA
701.1Sraggedevice	te at uba
711.1Sraggefile	arch/vax/uba/tm.c		te needs-count
721.1Sragge
731.1Sragge# TS11 at UBA
741.1Sraggedevice	ts at uba
751.1Sraggefile	arch/vax/uba/ts.c		ts needs-count
761.1Sragge
771.1Sragge# TU78 at MBA
781.1Sraggedevice	mu at mba
791.1Sraggefile	arch/vax/mba/mt.c		mu needs-count
801.1Sragge
811.7Sragge# KDB50 on BI
821.7Sraggedevice	kdb at bi { drive=-1 }
831.7Sraggefile	arch/vax/bi/kdb.c		kdb needs-count
841.1Sragge
851.1Sragge
861.1Sragge# DMF32 on UBA
871.1Sraggedevice	dmf at uba
881.1Sraggefile	arch/vax/uba/dmf.c		dmf needs-count
891.1Sraggefile	arch/vax/uba/dmz.c		dmf needs-count
901.1Sragge
911.1Sragge# DMZ32 on UBA
921.1Sraggedevice	dmz at uba
931.1Sraggefile	arch/vax/uba/dmx.c		dmz needs-count
941.1Sragge
951.1Sragge# DN-11 on UBA
961.1Sraggedevice	dn at uba
971.1Sraggefile	arch/vax/uba/dn.c		dn needs-count
981.1Sragge
991.1Sragge# DZ11 at UBA
1001.1Sraggedevice	dz at uba
1011.1Sraggefile	arch/vax/uba/dz.c		dz needs-count
1021.1Sragge
1031.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1041.1Sraggedevice	idc at uba { drive=-1 }
1051.1Sraggedevice	rb at idc
1061.1Sraggefile	arch/vax/uba/idc.c		rb needs-count
1071.1Sragge
1081.1Sragge# LP-11 at UBA
1091.1Sraggedevice	lp at uba
1101.1Sraggefile	arch/vax/uba/lp.c		lp needs-count
1111.1Sragge
1121.1Sragge# ???? at UBA
1131.1Sraggedevice	lpa at uba
1141.1Sraggefile	arch/vax/uba/lpa.c		lpa needs-count
1151.1Sragge
1161.1Sragge# PS2 at UBA
1171.1Sraggedevice	ps at uba
1181.1Sraggefile	arch/vax/uba/ps.c		ps needs-count
1191.1Sragge
1201.1Sragge# RL02/RL11 at UBA
1211.1Sraggedevice	hl at uba { drive=-1 }
1221.1Sraggedevice	rl at hl
1231.1Sraggefile	arch/vax/uba/rl.c		rl needs-count
1241.1Sragge
1251.1Sragge# RX211/RX02 at UBA
1261.1Sraggedevice	fx at uba { drive=-1 }
1271.1Sraggedevice	rx at fx
1281.1Sraggefile	arch/vax/uba/rx.c		rx needs-count
1291.1Sragge
1301.1Sragge# SC-21/SC-31 at UBA
1311.1Sraggedevice	sc at uba { drive=-1 }
1321.1Sraggedevice	up at sc
1331.1Sraggefile	arch/vax/uba/up.c		up needs-count
1341.1Sragge
1351.1Sragge# TU45 at UBA
1361.1Sraggedevice	ut at uba { drive=-1}
1371.1Sraggedevice	tj at ut
1381.1Sraggefile	arch/vax/uba/ut.c		tj needs-count
1391.1Sragge
1401.1Sragge# TU58/DECtape II
1411.1Sraggedevice	uu at uba
1421.1Sraggefile	arch/vax/uba/uu.c		uu needs-count
1431.1Sragge
1441.1Sragge# Benson-Varian plotter at UBA
1451.1Sraggedevice	va at uba { drive=-1}
1461.1Sraggedevice	vz at va
1471.1Sraggefile	arch/vax/uba/va.c		va needs-count
1481.1Sragge
1491.1Sragge# Versatec plotter at UBA
1501.1Sraggedevice	vp at uba
1511.1Sraggefile	arch/vax/uba/vp.c		vp needs-count
1521.1Sragge
1531.1Sragge# QVSS at UBA
1541.1Sraggedevice	qv at uba
1551.1Sraggefile	arch/vax/uba/qv.c		qv needs-count
1561.1Sraggefile	arch/vax/uba/qfont.c		qv needs-count
1571.1Sragge
1581.1Sragge# QDSS at UBA
1591.1Sraggedevice	qd at uba
1601.1Sraggefile	arch/vax/uba/qd.c		qd needs-count
1611.1Sragge
1621.1Sragge# Interlan NP100 at UBA
1631.1Sraggedevice	np at uba
1641.1Sraggefile	arch/vax/if/if_ix.c		np needs-count
1651.1Sraggefile	arch/vax/uba/np.c		np needs-count
1661.1Sragge
1671.1Sragge# ACC LH/DH IMP on UBA
1681.1Sraggedevice	acc at uba
1691.1Sraggefile	arch/vax/if/if_acc.c		acc needs-count
1701.1Sragge
1711.1Sragge# DR11C at UBA
1721.1Sraggedevice	ct at uba
1731.1Sraggefile	arch/vax/uba/ct.c		ct needs-count
1741.1Sragge
1751.1Sragge# A/D-converter on UBA
1761.1Sraggedevice	ad at uba
1771.1Sraggefile	arch/vax/uba/ad.c		ad needs-count
1781.1Sragge
1791.1Sragge# DH-11/DM-11 on UBA
1801.1Sraggedevice	dh at uba
1811.1Sraggefile	arch/vax/uba/dh.c		dh needs-count
1821.1Sragge
1831.1Sragge# DHU-11 at UBA
1841.1Sraggedevice	dhu at uba
1851.1Sraggefile	arch/vax/uba/dhu.c		dhu needs-count
1861.1Sragge
1871.1Sragge# These are general files needed for compilation.
1881.2Sraggefile	dev/cons.c
1891.10Smellonfile	dev/cninit.c
1901.5Sraggefile	arch/vax/vax/locore.c
1911.3Sraggefile	arch/vax/vax/mem.c
1921.3Sraggefile	arch/vax/vax/clock.c
1931.2Sraggefile	arch/vax/vax/gencons.c
1941.1Sraggefile	arch/vax/vax/pmap.c
1951.1Sraggefile	arch/vax/vax/machdep.c
1961.8Sraggefile	arch/vax/vax/ka750.c		vax750
1971.8Sraggefile	arch/vax/vax/uvaxII.c		vax630
1981.8Sraggefile	arch/vax/vax/emulate.s		vax630
1991.1Sraggefile	arch/vax/vax/conf.c
2001.1Sraggefile	arch/vax/vax/urem.s
2011.1Sraggefile	arch/vax/vax/udiv.s
2021.1Sraggefile	arch/vax/vax/rootfil.c
2031.1Sraggefile	arch/vax/vax/trap.c
2041.2Sragge
2051.1Sraggefile	arch/vax/vax/vm_machdep.c
2061.7Sraggefile	arch/vax/vax/autoconf.c
2071.7Sragge#file	arch/vax/vax/cpu_machdep.c
2081.7Sragge#file	arch/vax/vax/in_cksum.c		inet
2091.7Sraggefile	netinet/in_cksum.c		inet
2101.7Sraggefile	arch/vax/vax/random.s		inet
2111.1Sraggefile	arch/vax/vax/disksubr.c		ffs
2121.9Sraggefile	arch/vax/if/if_uba.c		de qe
2131.1Sragge
2141.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
2151.1Sragge#arch/vax/vax/crl.c           standard
2161.1Sragge#arch/vax/vax/dkbad.c         standard
2171.1Sragge#arch/vax/vax/flp.c           standard
2181.1Sragge#arch/vax/vax/ka650.c         standard
2191.1Sragge#arch/vax/vax/ka630.c         standard
2201.1Sragge#arch/vax/vax/ka730.c         standard
2211.1Sragge#arch/vax/vax/ka750.c         standard
2221.1Sragge#arch/vax/vax/ka780.c         standard
2231.1Sragge#arch/vax/vax/ka820.c         standard
2241.1Sragge#arch/vax/vax/ka860.c         standard
2251.1Sragge#arch/vax/vax/kdb_machdep.c   optional kadb
2261.1Sragge#arch/vax/vax/kdb_opset.c     optional kadb
2271.1Sragge#arch/vax/vax/ns_cksum.c      optional ns
2281.1Sragge#arch/vax/vax/rx50.c          standard
2291.1Sragge#arch/vax/vax/sys_machdep.c   standard
2301.1Sragge#arch/vax/vax/iidr.o          optional ii
2311.1Sragge#arch/vax/vax/iidrsys.o       optional ii
2321.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
2331.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
2341.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
2351.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
2361.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
2371.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
2381.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
2391.1Sragge#arch/vax/if/if_en.c          optional en device-driver
2401.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
2411.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
2421.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
2431.1Sragge#arch/vax/if/if_il.c          optional il device-driver
2441.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
2451.1Sragge##arch/vax/if/if_uba.c         optional ns device-driver
2461.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
2471.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
248