files.vax revision 1.20
11.20Sragge#       $NetBSD: files.vax,v 1.20 1996/07/01 21:07:26 ragge 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.13Sraggemaxpartitions 8
81.1Sragge
91.1Sraggemaxusers 8 32 64
101.1Sragge
111.18Sraggedevice	backplane { }
121.18Sraggeattach	backplane at root
131.1Sragge
141.18Sraggedevice	sbi { tr=-1 }
151.18Sraggeattach	sbi at backplane
161.20Sragge
171.18Sraggedevice	bi { node=-1 }
181.18Sraggeattach	bi at backplane
191.18Sragge
201.18Sraggedevice	cpu
211.18Sraggeattach	cpu at backplane with cpu_backplane
221.18Sraggeattach	cpu at bi with cpu_bi
231.20Sragge
241.18Sraggedevice	mem
251.18Sraggeattach	mem at backplane with mem_backplane
261.18Sraggeattach	mem at bi with mem_bi
271.18Sraggeattach	mem at sbi with mem_sbi
281.1Sragge
291.7Sraggefile	arch/vax/vax/sbi.c		sbi needs-flag
301.7Sraggefile	arch/vax/vax/bi.c		bi needs-flag
311.7Sragge
321.18Sraggedevice	mba { drive = -1 }
331.18Sraggeattach	mba at sbi
341.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
351.1Sragge
361.18Sraggedevice  hp: disk
371.18Sraggeattach  hp at mba
381.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
391.9Sraggemajor	{hp = 0}
401.1Sragge
411.18Sraggedevice	ht
421.18Sraggeattach	ht at mba
431.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
441.11Sragge
451.20Sragge# MSCP device drivers
461.20Sraggeinclude "../mscp/files.mscp"
471.20Sraggemajor	{ra = 9}
481.20Sraggemajor	{mt = 16}
491.20Sragge
501.18Sraggedevice	uba { csr }
511.18Sraggeattach	uba at sbi, bi
521.14Sraggefile	arch/vax/uba/uba.c		uba
531.1Sragge
541.20Sraggedevice	uda: mscp
551.18Sraggeattach	uda at uba
561.20Sraggefile    arch/vax/uba/uda.c		uda
571.20Sragge
581.20Sraggedevice	mtc: mscp
591.20Sraggeattach	mtc at uba
601.20Sraggefile	arch/vax/uba/mtc.c		mtc
611.1Sragge
621.18Sraggedevice	de:ifnet, ether
631.18Sraggeattach	de at uba
641.14Sraggefile	arch/vax/if/if_de.c		de
651.1Sragge
661.9Sragge# DEQNA/DELQA used on Qbus
671.18Sraggedevice	qe:ifnet, ether
681.18Sraggeattach	qe at uba
691.14Sraggefile	arch/vax/if/if_qe.c		qe
701.14Sragge
711.14Sragge# TS11 at UBA
721.18Sraggedevice	ts
731.18Sraggeattach	ts at uba
741.14Sraggefile	arch/vax/uba/ts.c		ts needs-count
751.9Sragge
761.15Sragge# DHU-11 at UBA
771.18Sraggedevice	dhu
781.18Sraggeattach	dhu at uba
791.15Sraggefile	arch/vax/uba/dhu.c		dhu needs-count
801.15Sragge
811.19Sragge# DZ11 at UBA
821.19Sraggedevice	dz
831.19Sraggeattach	dz at uba
841.19Sraggefile	arch/vax/uba/dz.c		dz needs-count
851.19Sragge
861.1Sragge# These devices aren't tested (or even compiled!)
871.1Sragge# They are just included here to make some files happy ;)
881.1Sragge#
891.1Sragge
901.20Sragge# KDB50 on BI
911.20Sraggedevice	kdb: mscp
921.20Sraggeattach	kdb at bi
931.20Sraggefile	arch/vax/bi/kdb.c		kdb
941.20Sragge
951.1Sragge# Ikonas framebuffer
961.18Sraggedevice	ik
971.18Sraggeattach	ik at uba
981.1Sraggefile	arch/vax/uba/ik.c		ik needs-count
991.1Sragge
1001.18Sraggedevice	vs
1011.18Sraggeattach	vs at uba
1021.1Sraggefile	arch/vax/uba/vs.c		vs needs-count
1031.1Sragge
1041.1Sragge# RK06/07 on UBA
1051.18Sraggedevice	rk
1061.18Sraggeattach	rk at uba
1071.1Sraggefile	arch/vax/uba/rk.c		rk needs-count
1081.1Sragge
1091.1Sragge# TM11/TE10 at UBA
1101.18Sraggedevice	te
1111.18Sraggeattach	te at uba
1121.1Sraggefile	arch/vax/uba/tm.c		te needs-count
1131.1Sragge
1141.1Sragge# TU78 at MBA
1151.18Sraggedevice	mu
1161.18Sraggeattach	mu at mba
1171.1Sraggefile	arch/vax/mba/mt.c		mu needs-count
1181.1Sragge
1191.1Sragge# DMF32 on UBA
1201.18Sraggedevice	dmf
1211.18Sraggeattach	dmf at uba
1221.1Sraggefile	arch/vax/uba/dmf.c		dmf needs-count
1231.1Sraggefile	arch/vax/uba/dmz.c		dmf needs-count
1241.1Sragge
1251.1Sragge# DMZ32 on UBA
1261.18Sraggedevice	dmz
1271.18Sraggeattach	dmz at uba
1281.1Sraggefile	arch/vax/uba/dmx.c		dmz needs-count
1291.1Sragge
1301.1Sragge# DN-11 on UBA
1311.18Sraggedevice	dn
1321.18Sraggeattach	dn at uba
1331.1Sraggefile	arch/vax/uba/dn.c		dn needs-count
1341.1Sragge
1351.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1361.18Sraggedevice	idc { drive=-1 }
1371.18Sraggeattach	idc at uba
1381.18Sraggedevice	rb
1391.18Sraggeattach	rb at idc
1401.1Sraggefile	arch/vax/uba/idc.c		rb needs-count
1411.1Sragge
1421.1Sragge# LP-11 at UBA
1431.18Sraggedevice	lp
1441.18Sraggeattach	lp at uba
1451.1Sraggefile	arch/vax/uba/lp.c		lp needs-count
1461.1Sragge
1471.1Sragge# ???? at UBA
1481.18Sraggedevice	lpa
1491.18Sraggeattach	lpa at uba
1501.1Sraggefile	arch/vax/uba/lpa.c		lpa needs-count
1511.1Sragge
1521.1Sragge# PS2 at UBA
1531.18Sraggedevice	ps
1541.18Sraggeattach	ps at uba
1551.1Sraggefile	arch/vax/uba/ps.c		ps needs-count
1561.1Sragge
1571.1Sragge# RL02/RL11 at UBA
1581.18Sraggedevice	hl { drive=-1 }
1591.18Sraggeattach	hl at uba
1601.18Sraggedevice	rl
1611.18Sraggeattach	rl at hl
1621.1Sraggefile	arch/vax/uba/rl.c		rl needs-count
1631.1Sragge
1641.1Sragge# RX211/RX02 at UBA
1651.18Sraggedevice	fx { drive=-1 }
1661.18Sraggeattach	fx at uba
1671.18Sraggedevice	rx
1681.18Sraggeattach	rx at fx
1691.1Sraggefile	arch/vax/uba/rx.c		rx needs-count
1701.1Sragge
1711.1Sragge# SC-21/SC-31 at UBA
1721.18Sraggedevice	sc { drive=-1 }
1731.18Sraggeattach	sc at uba
1741.18Sraggedevice	up
1751.18Sraggeattach	up at sc
1761.1Sraggefile	arch/vax/uba/up.c		up needs-count
1771.1Sragge
1781.1Sragge# TU45 at UBA
1791.18Sraggedevice	ut { drive=-1}
1801.18Sraggeattach	ut at uba
1811.18Sraggedevice	tj
1821.18Sraggeattach	tj at ut
1831.1Sraggefile	arch/vax/uba/ut.c		tj needs-count
1841.1Sragge
1851.1Sragge# TU58/DECtape II
1861.18Sraggedevice	uu
1871.18Sraggeattach	uu at uba
1881.1Sraggefile	arch/vax/uba/uu.c		uu needs-count
1891.1Sragge
1901.1Sragge# Benson-Varian plotter at UBA
1911.18Sraggedevice	va { drive=-1}
1921.18Sraggeattach	va at uba
1931.18Sraggedevice	vz
1941.18Sraggeattach	vz at va
1951.1Sraggefile	arch/vax/uba/va.c		va needs-count
1961.1Sragge
1971.1Sragge# Versatec plotter at UBA
1981.18Sraggedevice	vp
1991.18Sraggeattach	vp at uba
2001.1Sraggefile	arch/vax/uba/vp.c		vp needs-count
2011.1Sragge
2021.1Sragge# QVSS at UBA
2031.18Sraggedevice	qv
2041.18Sraggeattach	qv at uba
2051.1Sraggefile	arch/vax/uba/qv.c		qv needs-count
2061.1Sraggefile	arch/vax/uba/qfont.c		qv needs-count
2071.1Sragge
2081.1Sragge# QDSS at UBA
2091.18Sraggedevice	qd
2101.18Sraggeattach	qd at uba
2111.1Sraggefile	arch/vax/uba/qd.c		qd needs-count
2121.1Sragge
2131.1Sragge# Interlan NP100 at UBA
2141.18Sraggedevice	np
2151.18Sraggeattach	np at uba
2161.1Sraggefile	arch/vax/if/if_ix.c		np needs-count
2171.1Sraggefile	arch/vax/uba/np.c		np needs-count
2181.1Sragge
2191.1Sragge# ACC LH/DH IMP on UBA
2201.18Sraggedevice	acc
2211.18Sraggeattach	acc at uba
2221.1Sraggefile	arch/vax/if/if_acc.c		acc needs-count
2231.1Sragge
2241.1Sragge# DR11C at UBA
2251.18Sraggedevice	ct
2261.18Sraggeattach	ct at uba
2271.1Sraggefile	arch/vax/uba/ct.c		ct needs-count
2281.1Sragge
2291.1Sragge# A/D-converter on UBA
2301.18Sraggedevice	ad
2311.18Sraggeattach	ad at uba
2321.1Sraggefile	arch/vax/uba/ad.c		ad needs-count
2331.1Sragge
2341.1Sragge# DH-11/DM-11 on UBA
2351.18Sraggedevice	dh
2361.18Sraggeattach	dh at uba
2371.1Sraggefile	arch/vax/uba/dh.c		dh needs-count
2381.1Sragge
2391.1Sragge# These are general files needed for compilation.
2401.2Sraggefile	dev/cons.c
2411.10Smellonfile	dev/cninit.c
2421.5Sraggefile	arch/vax/vax/locore.c
2431.3Sraggefile	arch/vax/vax/mem.c
2441.3Sraggefile	arch/vax/vax/clock.c
2451.2Sraggefile	arch/vax/vax/gencons.c
2461.1Sraggefile	arch/vax/vax/pmap.c
2471.1Sraggefile	arch/vax/vax/machdep.c
2481.8Sraggefile	arch/vax/vax/ka750.c		vax750
2491.15Sraggefile	arch/vax/vax/ka780.c		vax780
2501.14Sraggefile	arch/vax/vax/ctu.c		vax750
2511.8Sraggefile	arch/vax/vax/uvaxII.c		vax630
2521.18Sraggefile	arch/vax/vax/emulate.s		vax630 | ka650
2531.14Sraggefile	arch/vax/vax/ka650.c		vax650
2541.17Sraggefile	arch/vax/vax/ka860.c		vax8600
2551.18Sraggefile	arch/vax/vax/crl.c		vax8600
2561.1Sraggefile	arch/vax/vax/conf.c
2571.1Sraggefile	arch/vax/vax/urem.s
2581.1Sraggefile	arch/vax/vax/udiv.s
2591.1Sraggefile	arch/vax/vax/rootfil.c
2601.1Sraggefile	arch/vax/vax/trap.c
2611.2Sragge
2621.1Sraggefile	arch/vax/vax/vm_machdep.c
2631.7Sraggefile	arch/vax/vax/autoconf.c
2641.16Sraggefile	arch/vax/vax/random.s		inet
2651.14Sraggefile	arch/vax/vax/in_cksum.c		inet
2661.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
2671.1Sraggefile	arch/vax/vax/disksubr.c		ffs
2681.18Sraggefile	arch/vax/if/if_uba.c		de | qe
2691.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
2701.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
2711.14Sragge
2721.18Sraggeinclude "../../../compat/ultrix/files.ultrix"
2731.1Sragge
2741.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
2751.1Sragge#arch/vax/vax/dkbad.c         standard
2761.1Sragge#arch/vax/vax/flp.c           standard
2771.1Sragge#arch/vax/vax/ka730.c         standard
2781.1Sragge#arch/vax/vax/ka820.c         standard
2791.1Sragge#arch/vax/vax/rx50.c          standard
2801.1Sragge#arch/vax/vax/iidr.o          optional ii
2811.1Sragge#arch/vax/vax/iidrsys.o       optional ii
2821.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
2831.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
2841.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
2851.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
2861.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
2871.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
2881.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
2891.1Sragge#arch/vax/if/if_en.c          optional en device-driver
2901.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
2911.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
2921.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
2931.1Sragge#arch/vax/if/if_il.c          optional il device-driver
2941.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
2951.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
2961.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
297