files.vax revision 1.58
11.58Sragge#       $NetBSD: files.vax,v 1.58 1999/08/08 11:45:01 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.41Smattdevice	mainbus { }
121.41Smattattach	mainbus at root
131.1Sragge
141.57Sragge# Define a bunch of devices, needed in more than one place.
151.57Sraggedevice	cpu
161.57Sraggedevice	mem
171.57Sraggedevice	mba { drive = -1 }
181.57Sragge
191.57Sragge# SBI and related devices
201.32Sthorpejdevice	sbi { tr=-1 }
211.57Sraggeattach	sbi at mainbus with sbi_mainbus
221.57Sraggefile	arch/vax/vax/sbi.c		sbi
231.20Sragge
241.57Sraggeattach	mem at sbi with mem_sbi
251.57Sraggefile	arch/vax/vax/ka780.c		vax780 | mem_sbi
261.57Sraggefile	arch/vax/vax/cfl.c		vax780 | mem_sbi
271.57Sragge
281.57Sragge# Abus and related devices
291.57Sraggedevice	abus { }
301.57Sraggeattach	abus at mainbus
311.57Sraggeattach	sbi at abus with sbi_abus
321.57Sraggefile	arch/vax/vax/ka860.c		abus
331.57Sraggefile	arch/vax/vax/crl.c		abus
341.57Sragge
351.57Sragge# CMI and related devices
361.32Sthorpejdevice	cmi { tr=-1 }
371.41Smattattach	cmi at mainbus
381.57Sraggefile	arch/vax/vax/cmi.c		cmi
391.57Sragge
401.57Sraggeattach	mem at cmi with mem_cmi
411.57Sraggefile	arch/vax/vax/ka750.c		vax750 | mem_cmi
421.57Sraggefile	arch/vax/vax/ctu.c		vax750 | mem_cmi
431.22Sragge
441.47Sraggedevice	vsbus { csr }
451.41Smattattach	vsbus at mainbus
461.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
471.18Sragge
481.57Sraggedevice	ibus { }
491.57Sraggeattach	ibus at mainbus
501.57Sraggefile	arch/vax/vax/ibus.c		ibus
511.58Sragge
521.58Sraggedevice	ze: sgec, arp, ether, ifnet
531.58Sraggeattach	ze at ibus
541.58Sraggefile	arch/vax/if/if_ze.c		ze
551.20Sragge
561.22Sraggeattach	mba at sbi with mba_sbi
571.22Sraggeattach	mba at cmi with mba_cmi
581.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
591.1Sragge
601.32Sthorpejdevice  hp: disk
611.18Sraggeattach  hp at mba
621.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
631.9Sraggemajor	{hp = 0}
641.1Sragge
651.32Sthorpejdevice	ht: tape
661.18Sraggeattach	ht at mba
671.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
681.11Sragge
691.37Sragge# wscons files.
701.37Sraggeinclude "dev/wscons/files.wscons"
711.37Sragge
721.44Sragge# Memory Disk for install floppy
731.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
741.44Sraggemajor	{md = 23}
751.44Sragge
761.20Sragge# MSCP device drivers
771.53Sraggeinclude "dev/mscp/files.mscp"
781.20Sraggemajor	{ra = 9}
791.20Sragge
801.51Sragge# Unibus/Q22 bus definitions
811.53Sraggeinclude "dev/qbus/files.uba"
821.51Sragge
831.57Sraggeattach	uba at ibus with uba_ibus
841.57Sraggefile	arch/vax/uba/uba_ibus.c		uba_ibus
851.22Sraggeattach	uba at sbi with uba_sbi
861.55Sraggefile	arch/vax/uba/uba_sbi.c		uba_sbi
871.22Sraggeattach	uba at cmi with uba_cmi
881.55Sraggefile	arch/vax/uba/uba_cmi.c		uba_cmi
891.55Sragge
901.55Sragge# BI bus definitions
911.55Sraggeinclude "dev/bi/files.bi"
921.14Sragge
931.55Sraggeattach	bi at mainbus with bi_mainbus
941.55Sraggefile	arch/vax/bi/bi_mainbus.c	bi_mainbus
951.55Sragge
961.55Sragge# VAX CPUs at BI, do not belong in MI code.
971.55Sraggeattach	cpu at bi with cpu_bi
981.55Sraggeattach	mem at bi with mem_bi
991.22Sragge
1001.14Sragge# TS11 at UBA
1011.32Sthorpejdevice	ts: tape
1021.18Sraggeattach	ts at uba
1031.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
1041.9Sragge
1051.35Sraggeattach	dz at vsbus with dz_vsbus
1061.57Sraggefile	arch/vax/vsa/dz_ibus.c		dz_vsbus
1071.35Sragge
1081.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1091.32Sthorpejdevice	hdc { drive = -1 }
1101.21Sraggeattach	hdc at vsbus
1111.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
1121.21Sragge
1131.32Sthorpejdevice	rd: disk
1141.21Sraggeattach	rd at hdc
1151.21Sraggemajor	{rd = 19}
1161.21Sragge
1171.40Sraggedevice	ry: disk
1181.40Sraggeattach	ry at hdc
1191.40Sraggemajor	{ry = 24}
1201.40Sragge
1211.21Sragge#
1221.21Sragge# Machine-independent SCSI driver.
1231.21Sragge#
1241.54Sthorpejinclude "dev/scsipi/files.scsipi"
1251.23Sraggemajor	{ sd = 20 }
1261.23Sraggemajor	{ cd = 22 }
1271.21Sragge
1281.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1291.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1301.21Sraggeattach	ncr at vsbus
1311.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1321.21Sragge
1331.21Sragge# LANCE ethernet controller on VAXstation
1341.40Sraggedevice	ln: ifnet, ether, arp
1351.34Sraggeattach	ln at vsbus
1361.35Sraggefile	arch/vax/vsa/if_ln.c		ln
1371.21Sragge
1381.37Sragge# Monochrome framebuffer on VS3100.
1391.56Sraggedevice	smg: wsemuldisplaydev, qfont
1401.37Sraggeattach	smg at vsbus
1411.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1421.37Sragge
1431.56Sraggedevice	lkc: qfont
1441.37Sraggeattach	lkc at dz
1451.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1461.34Sragge
1471.1Sragge# These devices aren't tested (or even compiled!)
1481.1Sragge# They are just included here to make some files happy ;)
1491.1Sragge#
1501.1Sragge
1511.1Sragge# Ikonas framebuffer
1521.32Sthorpejdevice	ik
1531.18Sraggeattach	ik at uba
1541.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1551.1Sragge
1561.32Sthorpejdevice	vs
1571.18Sraggeattach	vs at uba
1581.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1591.1Sragge
1601.1Sragge# RK06/07 on UBA
1611.32Sthorpejdevice	rk: disk
1621.18Sraggeattach	rk at uba
1631.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1641.1Sragge
1651.1Sragge# TM11/TE10 at UBA
1661.32Sthorpejdevice	te: tape
1671.18Sraggeattach	te at uba
1681.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
1691.1Sragge
1701.1Sragge# TU78 at MBA
1711.32Sthorpejdevice	mu: tape
1721.18Sraggeattach	mu at mba
1731.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
1741.1Sragge
1751.1Sragge# DMF32 on UBA
1761.32Sthorpejdevice	dmf # XXX?
1771.18Sraggeattach	dmf at uba
1781.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
1791.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
1801.1Sragge
1811.1Sragge# DMZ32 on UBA
1821.32Sthorpejdevice	dmz # XXX?
1831.18Sraggeattach	dmz at uba
1841.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
1851.1Sragge
1861.1Sragge# DN-11 on UBA
1871.32Sthorpejdevice	dn # XXX?
1881.18Sraggeattach	dn at uba
1891.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
1901.1Sragge
1911.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1921.32Sthorpejdevice	idc { drive=-1 }
1931.18Sraggeattach	idc at uba
1941.32Sthorpejdevice	rb: disk
1951.18Sraggeattach	rb at idc
1961.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
1971.1Sragge
1981.1Sragge# LP-11 at UBA
1991.32Sthorpejdevice	lp
2001.18Sraggeattach	lp at uba
2011.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
2021.1Sragge
2031.1Sragge# ???? at UBA
2041.32Sthorpejdevice	lpa
2051.18Sraggeattach	lpa at uba
2061.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
2071.1Sragge
2081.1Sragge# PS2 at UBA
2091.32Sthorpejdevice	ps
2101.18Sraggeattach	ps at uba
2111.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2121.1Sragge
2131.1Sragge# RL02/RL11 at UBA
2141.32Sthorpejdevice	hl { drive=-1 }
2151.18Sraggeattach	hl at uba
2161.32Sthorpejdevice	rl: disk
2171.18Sraggeattach	rl at hl
2181.39Sjonathanfile	arch/vax/uba/rl.c		rl needs-flag
2191.1Sragge
2201.1Sragge# SC-21/SC-31 at UBA
2211.32Sthorpejdevice	sc { drive=-1 }
2221.18Sraggeattach	sc at uba
2231.32Sthorpejdevice	up: disk
2241.18Sraggeattach	up at sc
2251.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2261.1Sragge
2271.1Sragge# TU45 at UBA
2281.32Sthorpejdevice	ut { drive=-1}
2291.18Sraggeattach	ut at uba
2301.32Sthorpejdevice	tj: tape
2311.18Sraggeattach	tj at ut
2321.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2331.1Sragge
2341.1Sragge# TU58/DECtape II
2351.32Sthorpejdevice	uu: tape
2361.18Sraggeattach	uu at uba
2371.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2381.1Sragge
2391.1Sragge# Benson-Varian plotter at UBA
2401.32Sthorpejdevice	va { drive=-1}
2411.18Sraggeattach	va at uba
2421.32Sthorpejdevice	vz
2431.18Sraggeattach	vz at va
2441.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2451.1Sragge
2461.1Sragge# Versatec plotter at UBA
2471.32Sthorpejdevice	vp
2481.18Sraggeattach	vp at uba
2491.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2501.1Sragge
2511.1Sragge# QVSS at UBA
2521.32Sthorpejdevice	qv
2531.18Sraggeattach	qv at uba
2541.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2551.1Sragge
2561.1Sragge# Interlan NP100 at UBA
2571.32Sthorpejdevice	np: ifnet
2581.18Sraggeattach	np at uba
2591.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2601.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2611.1Sragge
2621.1Sragge# ACC LH/DH IMP on UBA
2631.32Sthorpejdevice	acc: ifnet
2641.18Sraggeattach	acc at uba
2651.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2661.1Sragge
2671.1Sragge# DR11C at UBA
2681.32Sthorpejdevice	ct # XXX
2691.18Sraggeattach	ct at uba
2701.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2711.1Sragge
2721.1Sragge# A/D-converter on UBA
2731.32Sthorpejdevice	ad
2741.18Sraggeattach	ad at uba
2751.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
2761.1Sragge
2771.1Sragge# DH-11/DM-11 on UBA
2781.32Sthorpejdevice	dh # XXX?
2791.18Sraggeattach	dh at uba
2801.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
2811.1Sragge
2821.1Sragge# These are general files needed for compilation.
2831.2Sraggefile	dev/cons.c
2841.10Smellonfile	dev/cninit.c
2851.53Sraggefile	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
2861.5Sraggefile	arch/vax/vax/locore.c
2871.3Sraggefile	arch/vax/vax/mem.c
2881.3Sraggefile	arch/vax/vax/clock.c
2891.48Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
2901.1Sraggefile	arch/vax/vax/pmap.c
2911.1Sraggefile	arch/vax/vax/machdep.c
2921.21Sraggefile	arch/vax/vax/ka820.c		vax8200
2931.43Sraggefile	arch/vax/vax/crx.c		vax8200
2941.21Sraggefile	arch/vax/vax/ka630.c		vax630
2951.21Sraggefile	arch/vax/vax/ka410.c		vax410
2961.21Sraggefile	arch/vax/vax/ka43.c		vax43
2971.40Sraggefile	arch/vax/vax/ka46.c		vax46
2981.46Sraggefile	arch/vax/vax/ka48.c		vax48
2991.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
3001.53Sraggefile	arch/vax/vax/ka650.c		vax650
3011.53Sraggefile	arch/vax/vax/ka670.c		vax670
3021.45Sraggefile	arch/vax/vax/scb.c
3031.1Sraggefile	arch/vax/vax/conf.c
3041.1Sraggefile	arch/vax/vax/urem.s
3051.1Sraggefile	arch/vax/vax/udiv.s
3061.1Sraggefile	arch/vax/vax/trap.c
3071.49Sraggefile	arch/vax/vax/bus_dma.c
3081.51Sraggefile	arch/vax/vax/bus_mem.c
3091.53Sraggefile	arch/vax/vax/sgmap.c
3101.1Sraggefile	arch/vax/vax/vm_machdep.c
3111.50Sraggefile	arch/vax/vax/findcpu.c
3121.7Sraggefile	arch/vax/vax/autoconf.c
3131.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3141.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3151.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3161.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3171.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3181.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3191.14Sragge
3201.54Sthorpejinclude "compat/ultrix/files.ultrix"
3211.54Sthorpejinclude "compat/vax1k/files.vax1k"
3221.1Sragge
3231.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3241.1Sragge#arch/vax/vax/dkbad.c         standard
3251.1Sragge#arch/vax/vax/ka730.c         standard
3261.1Sragge#arch/vax/vax/iidr.o          optional ii
3271.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3281.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3291.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3301.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3311.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3321.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3331.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3341.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3351.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3361.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3371.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3381.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3391.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3401.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3411.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3421.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
343