files.vax revision 1.59
11.59Sragge#       $NetBSD: files.vax,v 1.59 1999/08/14 18:44:00 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.59Sraggeattach	le at ibus with le_ibus:	le24
571.59Sraggefile	arch/vax/if/if_le.c		le_ibus
581.59Sragge
591.22Sraggeattach	mba at sbi with mba_sbi
601.22Sraggeattach	mba at cmi with mba_cmi
611.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
621.1Sragge
631.32Sthorpejdevice  hp: disk
641.18Sraggeattach  hp at mba
651.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
661.9Sraggemajor	{hp = 0}
671.1Sragge
681.32Sthorpejdevice	ht: tape
691.18Sraggeattach	ht at mba
701.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
711.11Sragge
721.37Sragge# wscons files.
731.37Sraggeinclude "dev/wscons/files.wscons"
741.37Sragge
751.44Sragge# Memory Disk for install floppy
761.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
771.44Sraggemajor	{md = 23}
781.44Sragge
791.20Sragge# MSCP device drivers
801.53Sraggeinclude "dev/mscp/files.mscp"
811.20Sraggemajor	{ra = 9}
821.20Sragge
831.51Sragge# Unibus/Q22 bus definitions
841.53Sraggeinclude "dev/qbus/files.uba"
851.51Sragge
861.57Sraggeattach	uba at ibus with uba_ibus
871.57Sraggefile	arch/vax/uba/uba_ibus.c		uba_ibus
881.22Sraggeattach	uba at sbi with uba_sbi
891.55Sraggefile	arch/vax/uba/uba_sbi.c		uba_sbi
901.22Sraggeattach	uba at cmi with uba_cmi
911.55Sraggefile	arch/vax/uba/uba_cmi.c		uba_cmi
921.55Sragge
931.55Sragge# BI bus definitions
941.55Sraggeinclude "dev/bi/files.bi"
951.14Sragge
961.55Sraggeattach	bi at mainbus with bi_mainbus
971.55Sraggefile	arch/vax/bi/bi_mainbus.c	bi_mainbus
981.55Sragge
991.55Sragge# VAX CPUs at BI, do not belong in MI code.
1001.55Sraggeattach	cpu at bi with cpu_bi
1011.55Sraggeattach	mem at bi with mem_bi
1021.22Sragge
1031.14Sragge# TS11 at UBA
1041.32Sthorpejdevice	ts: tape
1051.18Sraggeattach	ts at uba
1061.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
1071.9Sragge
1081.35Sraggeattach	dz at vsbus with dz_vsbus
1091.57Sraggefile	arch/vax/vsa/dz_ibus.c		dz_vsbus
1101.35Sragge
1111.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1121.32Sthorpejdevice	hdc { drive = -1 }
1131.21Sraggeattach	hdc at vsbus
1141.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
1151.21Sragge
1161.32Sthorpejdevice	rd: disk
1171.21Sraggeattach	rd at hdc
1181.21Sraggemajor	{rd = 19}
1191.21Sragge
1201.40Sraggedevice	ry: disk
1211.40Sraggeattach	ry at hdc
1221.40Sraggemajor	{ry = 24}
1231.40Sragge
1241.21Sragge#
1251.21Sragge# Machine-independent SCSI driver.
1261.21Sragge#
1271.54Sthorpejinclude "dev/scsipi/files.scsipi"
1281.23Sraggemajor	{ sd = 20 }
1291.23Sraggemajor	{ cd = 22 }
1301.21Sragge
1311.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1321.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1331.21Sraggeattach	ncr at vsbus
1341.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1351.21Sragge
1361.21Sragge# LANCE ethernet controller on VAXstation
1371.59Sraggeattach	le at vsbus with le_vsbus:	le24
1381.59Sraggefile	arch/vax/if/if_le_vsbus.c	le_vsbus
1391.21Sragge
1401.37Sragge# Monochrome framebuffer on VS3100.
1411.56Sraggedevice	smg: wsemuldisplaydev, qfont
1421.37Sraggeattach	smg at vsbus
1431.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1441.37Sragge
1451.56Sraggedevice	lkc: qfont
1461.37Sraggeattach	lkc at dz
1471.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1481.34Sragge
1491.1Sragge# These devices aren't tested (or even compiled!)
1501.1Sragge# They are just included here to make some files happy ;)
1511.1Sragge#
1521.1Sragge
1531.1Sragge# Ikonas framebuffer
1541.32Sthorpejdevice	ik
1551.18Sraggeattach	ik at uba
1561.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1571.1Sragge
1581.32Sthorpejdevice	vs
1591.18Sraggeattach	vs at uba
1601.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1611.1Sragge
1621.1Sragge# RK06/07 on UBA
1631.32Sthorpejdevice	rk: disk
1641.18Sraggeattach	rk at uba
1651.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1661.1Sragge
1671.1Sragge# TM11/TE10 at UBA
1681.32Sthorpejdevice	te: tape
1691.18Sraggeattach	te at uba
1701.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
1711.1Sragge
1721.1Sragge# TU78 at MBA
1731.32Sthorpejdevice	mu: tape
1741.18Sraggeattach	mu at mba
1751.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
1761.1Sragge
1771.1Sragge# DMF32 on UBA
1781.32Sthorpejdevice	dmf # XXX?
1791.18Sraggeattach	dmf at uba
1801.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
1811.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
1821.1Sragge
1831.1Sragge# DMZ32 on UBA
1841.32Sthorpejdevice	dmz # XXX?
1851.18Sraggeattach	dmz at uba
1861.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
1871.1Sragge
1881.1Sragge# DN-11 on UBA
1891.32Sthorpejdevice	dn # XXX?
1901.18Sraggeattach	dn at uba
1911.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
1921.1Sragge
1931.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1941.32Sthorpejdevice	idc { drive=-1 }
1951.18Sraggeattach	idc at uba
1961.32Sthorpejdevice	rb: disk
1971.18Sraggeattach	rb at idc
1981.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
1991.1Sragge
2001.1Sragge# LP-11 at UBA
2011.32Sthorpejdevice	lp
2021.18Sraggeattach	lp at uba
2031.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
2041.1Sragge
2051.1Sragge# ???? at UBA
2061.32Sthorpejdevice	lpa
2071.18Sraggeattach	lpa at uba
2081.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
2091.1Sragge
2101.1Sragge# PS2 at UBA
2111.32Sthorpejdevice	ps
2121.18Sraggeattach	ps at uba
2131.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2141.1Sragge
2151.1Sragge# RL02/RL11 at UBA
2161.32Sthorpejdevice	hl { drive=-1 }
2171.18Sraggeattach	hl at uba
2181.32Sthorpejdevice	rl: disk
2191.18Sraggeattach	rl at hl
2201.39Sjonathanfile	arch/vax/uba/rl.c		rl needs-flag
2211.1Sragge
2221.1Sragge# SC-21/SC-31 at UBA
2231.32Sthorpejdevice	sc { drive=-1 }
2241.18Sraggeattach	sc at uba
2251.32Sthorpejdevice	up: disk
2261.18Sraggeattach	up at sc
2271.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2281.1Sragge
2291.1Sragge# TU45 at UBA
2301.32Sthorpejdevice	ut { drive=-1}
2311.18Sraggeattach	ut at uba
2321.32Sthorpejdevice	tj: tape
2331.18Sraggeattach	tj at ut
2341.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2351.1Sragge
2361.1Sragge# TU58/DECtape II
2371.32Sthorpejdevice	uu: tape
2381.18Sraggeattach	uu at uba
2391.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2401.1Sragge
2411.1Sragge# Benson-Varian plotter at UBA
2421.32Sthorpejdevice	va { drive=-1}
2431.18Sraggeattach	va at uba
2441.32Sthorpejdevice	vz
2451.18Sraggeattach	vz at va
2461.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2471.1Sragge
2481.1Sragge# Versatec plotter at UBA
2491.32Sthorpejdevice	vp
2501.18Sraggeattach	vp at uba
2511.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2521.1Sragge
2531.1Sragge# QVSS at UBA
2541.32Sthorpejdevice	qv
2551.18Sraggeattach	qv at uba
2561.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2571.1Sragge
2581.1Sragge# Interlan NP100 at UBA
2591.32Sthorpejdevice	np: ifnet
2601.18Sraggeattach	np at uba
2611.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2621.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2631.1Sragge
2641.1Sragge# ACC LH/DH IMP on UBA
2651.32Sthorpejdevice	acc: ifnet
2661.18Sraggeattach	acc at uba
2671.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2681.1Sragge
2691.1Sragge# DR11C at UBA
2701.32Sthorpejdevice	ct # XXX
2711.18Sraggeattach	ct at uba
2721.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2731.1Sragge
2741.1Sragge# A/D-converter on UBA
2751.32Sthorpejdevice	ad
2761.18Sraggeattach	ad at uba
2771.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
2781.1Sragge
2791.1Sragge# DH-11/DM-11 on UBA
2801.32Sthorpejdevice	dh # XXX?
2811.18Sraggeattach	dh at uba
2821.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
2831.1Sragge
2841.1Sragge# These are general files needed for compilation.
2851.2Sraggefile	dev/cons.c
2861.10Smellonfile	dev/cninit.c
2871.53Sraggefile	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
2881.5Sraggefile	arch/vax/vax/locore.c
2891.3Sraggefile	arch/vax/vax/mem.c
2901.3Sraggefile	arch/vax/vax/clock.c
2911.48Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
2921.1Sraggefile	arch/vax/vax/pmap.c
2931.1Sraggefile	arch/vax/vax/machdep.c
2941.21Sraggefile	arch/vax/vax/ka820.c		vax8200
2951.43Sraggefile	arch/vax/vax/crx.c		vax8200
2961.21Sraggefile	arch/vax/vax/ka630.c		vax630
2971.21Sraggefile	arch/vax/vax/ka410.c		vax410
2981.21Sraggefile	arch/vax/vax/ka43.c		vax43
2991.40Sraggefile	arch/vax/vax/ka46.c		vax46
3001.46Sraggefile	arch/vax/vax/ka48.c		vax48
3011.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
3021.53Sraggefile	arch/vax/vax/ka650.c		vax650
3031.53Sraggefile	arch/vax/vax/ka670.c		vax670
3041.45Sraggefile	arch/vax/vax/scb.c
3051.1Sraggefile	arch/vax/vax/conf.c
3061.1Sraggefile	arch/vax/vax/urem.s
3071.1Sraggefile	arch/vax/vax/udiv.s
3081.1Sraggefile	arch/vax/vax/trap.c
3091.49Sraggefile	arch/vax/vax/bus_dma.c
3101.51Sraggefile	arch/vax/vax/bus_mem.c
3111.53Sraggefile	arch/vax/vax/sgmap.c
3121.1Sraggefile	arch/vax/vax/vm_machdep.c
3131.50Sraggefile	arch/vax/vax/findcpu.c
3141.7Sraggefile	arch/vax/vax/autoconf.c
3151.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3161.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3171.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3181.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3191.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3201.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3211.14Sragge
3221.54Sthorpejinclude "compat/ultrix/files.ultrix"
3231.54Sthorpejinclude "compat/vax1k/files.vax1k"
3241.1Sragge
3251.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3261.1Sragge#arch/vax/vax/dkbad.c         standard
3271.1Sragge#arch/vax/vax/ka730.c         standard
3281.1Sragge#arch/vax/vax/iidr.o          optional ii
3291.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3301.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3311.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3321.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3331.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3341.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3351.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3361.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3371.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3381.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3391.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3401.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3411.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3421.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3431.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3441.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
345