files.vax revision 1.68
11.68Sragge#       $NetBSD: files.vax,v 1.68 2000/05/08 19:09:49 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.62Smatt
191.62Smattdefopt	VAX780				# VAX-11/780 & 785
201.62Smattdefopt	VAX750				# VAX-11/750
211.62Smattdefopt	VAX730				# VAX-11/730
221.62Smattdefopt	VAX8200				# VAX 8200|8300
231.62Smattdefopt	VAX8500				# VAX 8500|8800|8550
241.62Smattdefopt	VAX8600				# VAX 8600|8650
251.62Smattdefopt	VAX410				# VAXstation 2000, MicroVAX 200
261.62Smattdefopt	VAX43				# VAXstation 3100 / MicroVAX 3100
271.62Smattdefopt	VAX46				# VAXstation 4000/60
281.62Smattdefopt	VAX48				# VAXstation 4000/VLC
291.62Smattdefopt	VAX49				# VAXstation 4000/90 or 4000/96
301.68Sraggedefopt	VAX53				# VAX 4000/105A
311.62Smattdefopt	VAX630				# MicroVAX II or VAXstation II
321.62Smattdefopt	VAX650				# MicroVAX III or VAXstation III
331.62Smattdefopt	VAX660				# VAX 4000/200
341.62Smattdefopt	VAX670				# VAX 4000/300
351.68Sraggedefopt	VAX680				# VAX 4000/500
361.62Smatt
371.57Sragge# SBI and related devices
381.32Sthorpejdevice	sbi { tr=-1 }
391.57Sraggeattach	sbi at mainbus with sbi_mainbus
401.57Sraggefile	arch/vax/vax/sbi.c		sbi
411.20Sragge
421.57Sraggeattach	mem at sbi with mem_sbi
431.57Sraggefile	arch/vax/vax/ka780.c		vax780 | mem_sbi
441.57Sraggefile	arch/vax/vax/cfl.c		vax780 | mem_sbi
451.57Sragge
461.57Sragge# Abus and related devices
471.57Sraggedevice	abus { }
481.57Sraggeattach	abus at mainbus
491.57Sraggeattach	sbi at abus with sbi_abus
501.57Sraggefile	arch/vax/vax/ka860.c		abus
511.57Sraggefile	arch/vax/vax/crl.c		abus
521.57Sragge
531.57Sragge# CMI and related devices
541.32Sthorpejdevice	cmi { tr=-1 }
551.41Smattattach	cmi at mainbus
561.57Sraggefile	arch/vax/vax/cmi.c		cmi
571.57Sragge
581.57Sraggeattach	mem at cmi with mem_cmi
591.57Sraggefile	arch/vax/vax/ka750.c		vax750 | mem_cmi
601.57Sraggefile	arch/vax/vax/ctu.c		vax750 | mem_cmi
611.22Sragge
621.47Sraggedevice	vsbus { csr }
631.41Smattattach	vsbus at mainbus
641.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
651.65Smattfile	arch/vax/vsa/vsbus_dma.c	vsbus & (vax46 | vax48 | vax49)
661.18Sragge
671.57Sraggedevice	ibus { }
681.57Sraggeattach	ibus at mainbus
691.57Sraggefile	arch/vax/vax/ibus.c		ibus
701.58Sragge
711.58Sraggedevice	ze: sgec, arp, ether, ifnet
721.60Sraggeattach	ze at ibus with ze_ibus
731.60Sraggefile	arch/vax/if/if_ze.c		ze_ibus
741.60Sraggeattach	ze at vsbus with ze_vsbus
751.60Sraggefile	arch/vax/vsa/if_ze_vsbus.c	ze_vsbus
761.20Sragge
771.59Sraggeattach	le at ibus with le_ibus:	le24
781.59Sraggefile	arch/vax/if/if_le.c		le_ibus
791.59Sragge
801.22Sraggeattach	mba at sbi with mba_sbi
811.22Sraggeattach	mba at cmi with mba_cmi
821.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
831.1Sragge
841.32Sthorpejdevice  hp: disk
851.18Sraggeattach  hp at mba
861.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
871.9Sraggemajor	{hp = 0}
881.1Sragge
891.32Sthorpejdevice	ht: tape
901.18Sraggeattach	ht at mba
911.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
921.11Sragge
931.37Sragge# wscons files.
941.37Sraggeinclude "dev/wscons/files.wscons"
951.37Sragge
961.44Sragge# Memory Disk for install floppy
971.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
981.44Sraggemajor	{md = 23}
991.66Soster
1001.66Soster# RAIDframe
1011.66Sostermajor	{raid = 25}
1021.44Sragge
1031.20Sragge# MSCP device drivers
1041.53Sraggeinclude "dev/mscp/files.mscp"
1051.20Sraggemajor	{ra = 9}
1061.20Sragge
1071.51Sragge# Unibus/Q22 bus definitions
1081.53Sraggeinclude "dev/qbus/files.uba"
1091.51Sragge
1101.57Sraggeattach	uba at ibus with uba_ibus
1111.57Sraggefile	arch/vax/uba/uba_ibus.c		uba_ibus
1121.22Sraggeattach	uba at sbi with uba_sbi
1131.55Sraggefile	arch/vax/uba/uba_sbi.c		uba_sbi
1141.22Sraggeattach	uba at cmi with uba_cmi
1151.55Sraggefile	arch/vax/uba/uba_cmi.c		uba_cmi
1161.55Sragge
1171.67Sragge# Unibus disks
1181.67Sraggemajor	{rl = 14}
1191.67Sragge
1201.55Sragge# BI bus definitions
1211.55Sraggeinclude "dev/bi/files.bi"
1221.14Sragge
1231.55Sraggeattach	bi at mainbus with bi_mainbus
1241.55Sraggefile	arch/vax/bi/bi_mainbus.c	bi_mainbus
1251.55Sragge
1261.55Sragge# VAX CPUs at BI, do not belong in MI code.
1271.55Sraggeattach	cpu at bi with cpu_bi
1281.55Sraggeattach	mem at bi with mem_bi
1291.22Sragge
1301.14Sragge# TS11 at UBA
1311.32Sthorpejdevice	ts: tape
1321.18Sraggeattach	ts at uba
1331.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
1341.9Sragge
1351.35Sraggeattach	dz at vsbus with dz_vsbus
1361.57Sraggefile	arch/vax/vsa/dz_ibus.c		dz_vsbus
1371.35Sragge
1381.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1391.32Sthorpejdevice	hdc { drive = -1 }
1401.21Sraggeattach	hdc at vsbus
1411.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
1421.21Sragge
1431.32Sthorpejdevice	rd: disk
1441.21Sraggeattach	rd at hdc
1451.21Sraggemajor	{rd = 19}
1461.21Sragge
1471.40Sraggedevice	ry: disk
1481.40Sraggeattach	ry at hdc
1491.40Sraggemajor	{ry = 24}
1501.40Sragge
1511.21Sragge#
1521.21Sragge# Machine-independent SCSI driver.
1531.21Sragge#
1541.54Sthorpejinclude "dev/scsipi/files.scsipi"
1551.23Sraggemajor	{ sd = 20 }
1561.23Sraggemajor	{ cd = 22 }
1571.21Sragge
1581.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1591.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1601.21Sraggeattach	ncr at vsbus
1611.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1621.21Sragge
1631.21Sragge# LANCE ethernet controller on VAXstation
1641.59Sraggeattach	le at vsbus with le_vsbus:	le24
1651.59Sraggefile	arch/vax/if/if_le_vsbus.c	le_vsbus
1661.21Sragge
1671.37Sragge# Monochrome framebuffer on VS3100.
1681.56Sraggedevice	smg: wsemuldisplaydev, qfont
1691.37Sraggeattach	smg at vsbus
1701.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1711.37Sragge
1721.61Smatt# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x
1731.61Smattdevice	asc: scsi, ncr53c9x
1741.61Smattattach	asc at vsbus with asc_vsbus
1751.61Smattfile	arch/vax/vsa/asc_vsbus.c	asc needs-flag
1761.61Smatt
1771.56Sraggedevice	lkc: qfont
1781.37Sraggeattach	lkc at dz
1791.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1801.34Sragge
1811.1Sragge# These devices aren't tested (or even compiled!)
1821.1Sragge# They are just included here to make some files happy ;)
1831.1Sragge#
1841.1Sragge
1851.1Sragge# Ikonas framebuffer
1861.32Sthorpejdevice	ik
1871.18Sraggeattach	ik at uba
1881.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1891.1Sragge
1901.32Sthorpejdevice	vs
1911.18Sraggeattach	vs at uba
1921.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1931.1Sragge
1941.1Sragge# RK06/07 on UBA
1951.32Sthorpejdevice	rk: disk
1961.18Sraggeattach	rk at uba
1971.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1981.1Sragge
1991.1Sragge# TM11/TE10 at UBA
2001.32Sthorpejdevice	te: tape
2011.18Sraggeattach	te at uba
2021.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
2031.1Sragge
2041.1Sragge# TU78 at MBA
2051.32Sthorpejdevice	mu: tape
2061.18Sraggeattach	mu at mba
2071.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
2081.1Sragge
2091.1Sragge# DMF32 on UBA
2101.32Sthorpejdevice	dmf # XXX?
2111.18Sraggeattach	dmf at uba
2121.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
2131.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
2141.1Sragge
2151.1Sragge# DMZ32 on UBA
2161.32Sthorpejdevice	dmz # XXX?
2171.18Sraggeattach	dmz at uba
2181.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
2191.1Sragge
2201.1Sragge# DN-11 on UBA
2211.32Sthorpejdevice	dn # XXX?
2221.18Sraggeattach	dn at uba
2231.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
2241.1Sragge
2251.1Sragge# IDC (RB730) on UBA (VAX 11/730)
2261.32Sthorpejdevice	idc { drive=-1 }
2271.18Sraggeattach	idc at uba
2281.32Sthorpejdevice	rb: disk
2291.18Sraggeattach	rb at idc
2301.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
2311.1Sragge
2321.1Sragge# LP-11 at UBA
2331.32Sthorpejdevice	lp
2341.18Sraggeattach	lp at uba
2351.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
2361.1Sragge
2371.1Sragge# ???? at UBA
2381.32Sthorpejdevice	lpa
2391.18Sraggeattach	lpa at uba
2401.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
2411.1Sragge
2421.1Sragge# PS2 at UBA
2431.32Sthorpejdevice	ps
2441.18Sraggeattach	ps at uba
2451.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2461.1Sragge
2471.1Sragge# SC-21/SC-31 at UBA
2481.32Sthorpejdevice	sc { drive=-1 }
2491.18Sraggeattach	sc at uba
2501.32Sthorpejdevice	up: disk
2511.18Sraggeattach	up at sc
2521.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2531.1Sragge
2541.1Sragge# TU45 at UBA
2551.32Sthorpejdevice	ut { drive=-1}
2561.18Sraggeattach	ut at uba
2571.32Sthorpejdevice	tj: tape
2581.18Sraggeattach	tj at ut
2591.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2601.1Sragge
2611.1Sragge# TU58/DECtape II
2621.32Sthorpejdevice	uu: tape
2631.18Sraggeattach	uu at uba
2641.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2651.1Sragge
2661.1Sragge# Benson-Varian plotter at UBA
2671.32Sthorpejdevice	va { drive=-1}
2681.18Sraggeattach	va at uba
2691.32Sthorpejdevice	vz
2701.18Sraggeattach	vz at va
2711.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2721.1Sragge
2731.1Sragge# Versatec plotter at UBA
2741.32Sthorpejdevice	vp
2751.18Sraggeattach	vp at uba
2761.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2771.1Sragge
2781.1Sragge# QVSS at UBA
2791.32Sthorpejdevice	qv
2801.18Sraggeattach	qv at uba
2811.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2821.1Sragge
2831.1Sragge# Interlan NP100 at UBA
2841.32Sthorpejdevice	np: ifnet
2851.18Sraggeattach	np at uba
2861.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2871.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2881.1Sragge
2891.1Sragge# ACC LH/DH IMP on UBA
2901.32Sthorpejdevice	acc: ifnet
2911.18Sraggeattach	acc at uba
2921.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2931.1Sragge
2941.1Sragge# DR11C at UBA
2951.32Sthorpejdevice	ct # XXX
2961.18Sraggeattach	ct at uba
2971.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2981.1Sragge
2991.1Sragge# A/D-converter on UBA
3001.32Sthorpejdevice	ad
3011.18Sraggeattach	ad at uba
3021.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
3031.1Sragge
3041.1Sragge# DH-11/DM-11 on UBA
3051.32Sthorpejdevice	dh # XXX?
3061.18Sraggeattach	dh at uba
3071.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
3081.1Sragge
3091.1Sragge# These are general files needed for compilation.
3101.2Sraggefile	dev/cons.c
3111.10Smellonfile	dev/cninit.c
3121.68Sraggefile	dev/clock_subr.c	vax8200 | vax410 | vax43 | vax630 | vax660 |
3131.68Sragge				vax670 | vax680 | vax46 | vax48 | vax49 | vax53
3141.5Sraggefile	arch/vax/vax/locore.c
3151.3Sraggefile	arch/vax/vax/mem.c
3161.3Sraggefile	arch/vax/vax/clock.c
3171.68Sraggefile	arch/vax/vax/gencons.c	vax8600 | vax8200 | vax780 | vax750 | vax630 |
3181.68Sragge				vax650 | vax660 | vax670 | vax680
3191.1Sraggefile	arch/vax/vax/pmap.c
3201.1Sraggefile	arch/vax/vax/machdep.c
3211.21Sraggefile	arch/vax/vax/ka820.c		vax8200
3221.43Sraggefile	arch/vax/vax/crx.c		vax8200
3231.21Sraggefile	arch/vax/vax/ka630.c		vax630
3241.21Sraggefile	arch/vax/vax/ka410.c		vax410
3251.21Sraggefile	arch/vax/vax/ka43.c		vax43
3261.40Sraggefile	arch/vax/vax/ka46.c		vax46
3271.46Sraggefile	arch/vax/vax/ka48.c		vax48
3281.60Sraggefile	arch/vax/vax/ka49.c		vax49
3291.68Sraggefile	arch/vax/vax/ka53.c		vax53
3301.68Sraggefile	arch/vax/vax/emulate.s		vax630 | vax650 | vax410
3311.53Sraggefile	arch/vax/vax/ka650.c		vax650
3321.68Sraggefile	arch/vax/vax/ka660.c		vax660
3331.53Sraggefile	arch/vax/vax/ka670.c		vax670
3341.68Sraggefile	arch/vax/vax/ka680.c		vax680
3351.45Sraggefile	arch/vax/vax/scb.c
3361.1Sraggefile	arch/vax/vax/conf.c
3371.1Sraggefile	arch/vax/vax/urem.s
3381.1Sraggefile	arch/vax/vax/udiv.s
3391.1Sraggefile	arch/vax/vax/trap.c
3401.49Sraggefile	arch/vax/vax/bus_dma.c
3411.51Sraggefile	arch/vax/vax/bus_mem.c
3421.53Sraggefile	arch/vax/vax/sgmap.c
3431.1Sraggefile	arch/vax/vax/vm_machdep.c
3441.50Sraggefile	arch/vax/vax/findcpu.c
3451.7Sraggefile	arch/vax/vax/autoconf.c
3461.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3471.64Sthorpejfile	netinet/in4_cksum.c		inet
3481.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3491.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3501.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3511.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3521.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3531.14Sragge
3541.61Smattinclude "compat/ibcs2/files.ibcs2"
3551.61Smattfile	arch/vax/vax/ibcs2_machdep.c	compat_ibcs2
3561.62Smatt
3571.62Smattinclude "compat/ultrix/files.ultrix"
3581.61Smatt
3591.54Sthorpejinclude "compat/vax1k/files.vax1k"
3601.1Sragge
3611.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3621.1Sragge#arch/vax/vax/dkbad.c         standard
3631.1Sragge#arch/vax/vax/ka730.c         standard
3641.1Sragge#arch/vax/vax/iidr.o          optional ii
3651.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3661.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3671.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3681.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3691.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3701.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3711.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3721.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3731.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3741.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3751.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3761.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3771.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3781.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3791.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3801.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
381