files.vax revision 1.72
11.72Sragge#       $NetBSD: files.vax,v 1.72 2000/07/06 17:43:38 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.70Sraggedefopt	opt_cputype.h	VAX780 VAX750 VAX730 VAX8200 VAX8800 VAX8600
201.70Sragge	VAX6200 VAX6400 VAX6500 VAX6600 VAX410 VAX43 VAX46 VAX48
211.71Smatt	VAX49 VAX53 VAX630 VAX650 VAX660 VAX670 VAX680
221.70Sragge
231.70Sragge# NBI on KA88
241.70Sraggedevice	nmi { slot=-1 }
251.70Sraggeattach	nmi at mainbus with nmi_mainbus
261.70Sraggefile	arch/vax/vax/nmi.c		nmi
271.62Smatt
281.57Sragge# SBI and related devices
291.32Sthorpejdevice	sbi { tr=-1 }
301.57Sraggeattach	sbi at mainbus with sbi_mainbus
311.57Sraggefile	arch/vax/vax/sbi.c		sbi
321.20Sragge
331.57Sraggeattach	mem at sbi with mem_sbi
341.57Sraggefile	arch/vax/vax/ka780.c		vax780 | mem_sbi
351.57Sraggefile	arch/vax/vax/cfl.c		vax780 | mem_sbi
361.57Sragge
371.57Sragge# Abus and related devices
381.57Sraggedevice	abus { }
391.57Sraggeattach	abus at mainbus
401.57Sraggeattach	sbi at abus with sbi_abus
411.57Sraggefile	arch/vax/vax/ka860.c		abus
421.57Sraggefile	arch/vax/vax/crl.c		abus
431.57Sragge
441.57Sragge# CMI and related devices
451.32Sthorpejdevice	cmi { tr=-1 }
461.41Smattattach	cmi at mainbus
471.57Sraggefile	arch/vax/vax/cmi.c		cmi
481.57Sragge
491.57Sraggeattach	mem at cmi with mem_cmi
501.57Sraggefile	arch/vax/vax/ka750.c		vax750 | mem_cmi
511.57Sraggefile	arch/vax/vax/ctu.c		vax750 | mem_cmi
521.22Sragge
531.47Sraggedevice	vsbus { csr }
541.41Smattattach	vsbus at mainbus
551.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
561.65Smattfile	arch/vax/vsa/vsbus_dma.c	vsbus & (vax46 | vax48 | vax49)
571.18Sragge
581.57Sraggedevice	ibus { }
591.57Sraggeattach	ibus at mainbus
601.57Sraggefile	arch/vax/vax/ibus.c		ibus
611.58Sragge
621.58Sraggedevice	ze: sgec, arp, ether, ifnet
631.60Sraggeattach	ze at ibus with ze_ibus
641.60Sraggefile	arch/vax/if/if_ze.c		ze_ibus
651.60Sraggeattach	ze at vsbus with ze_vsbus
661.60Sraggefile	arch/vax/vsa/if_ze_vsbus.c	ze_vsbus
671.20Sragge
681.59Sraggeattach	le at ibus with le_ibus:	le24
691.59Sraggefile	arch/vax/if/if_le.c		le_ibus
701.59Sragge
711.22Sraggeattach	mba at sbi with mba_sbi
721.22Sraggeattach	mba at cmi with mba_cmi
731.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
741.1Sragge
751.32Sthorpejdevice  hp: disk
761.18Sraggeattach  hp at mba
771.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
781.9Sraggemajor	{hp = 0}
791.1Sragge
801.32Sthorpejdevice	ht: tape
811.18Sraggeattach	ht at mba
821.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
831.11Sragge
841.37Sragge# wscons files.
851.37Sraggeinclude "dev/wscons/files.wscons"
861.37Sragge
871.44Sragge# Memory Disk for install floppy
881.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
891.44Sraggemajor	{md = 23}
901.66Soster
911.66Soster# RAIDframe
921.66Sostermajor	{raid = 25}
931.44Sragge
941.20Sragge# MSCP device drivers
951.53Sraggeinclude "dev/mscp/files.mscp"
961.20Sraggemajor	{ra = 9}
971.20Sragge
981.51Sragge# Unibus/Q22 bus definitions
991.53Sraggeinclude "dev/qbus/files.uba"
1001.51Sragge
1011.57Sraggeattach	uba at ibus with uba_ibus
1021.57Sraggefile	arch/vax/uba/uba_ibus.c		uba_ibus
1031.22Sraggeattach	uba at sbi with uba_sbi
1041.55Sraggefile	arch/vax/uba/uba_sbi.c		uba_sbi
1051.22Sraggeattach	uba at cmi with uba_cmi
1061.55Sraggefile	arch/vax/uba/uba_cmi.c		uba_cmi
1071.55Sragge
1081.67Sragge# Unibus disks
1091.67Sraggemajor	{rl = 14}
1101.67Sragge
1111.55Sragge# BI bus definitions
1121.55Sraggeinclude "dev/bi/files.bi"
1131.14Sragge
1141.55Sraggeattach	bi at mainbus with bi_mainbus
1151.55Sraggefile	arch/vax/bi/bi_mainbus.c	bi_mainbus
1161.70Sraggeattach	bi at nmi with bi_nmi
1171.70Sraggefile	arch/vax/bi/bi_nmi.c		bi_nmi
1181.55Sragge
1191.55Sragge# VAX CPUs at BI, do not belong in MI code.
1201.55Sraggeattach	cpu at bi with cpu_bi
1211.55Sraggeattach	mem at bi with mem_bi
1221.22Sragge
1231.70Sragge# XMI bus definitions
1241.70Sraggeinclude	"dev/xmi/files.xmi"
1251.70Sragge
1261.70Sraggeattach	xmi at mainbus with xmi_mainbus
1271.72Sraggefile	arch/vax/vax/xmi_mainbus.c	xmi_mainbus
1281.70Sragge
1291.70Sragge# VAX CPUs at XMI, do not belong in MI code.
1301.70Sraggeattach	cpu at xmi with cpu_xmi
1311.70Sraggeattach	mem at xmi with mem_xmi
1321.70Sragge
1331.14Sragge# TS11 at UBA
1341.32Sthorpejdevice	ts: tape
1351.18Sraggeattach	ts at uba
1361.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
1371.9Sragge
1381.35Sraggeattach	dz at vsbus with dz_vsbus
1391.57Sraggefile	arch/vax/vsa/dz_ibus.c		dz_vsbus
1401.35Sragge
1411.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1421.32Sthorpejdevice	hdc { drive = -1 }
1431.21Sraggeattach	hdc at vsbus
1441.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
1451.21Sragge
1461.32Sthorpejdevice	rd: disk
1471.21Sraggeattach	rd at hdc
1481.21Sraggemajor	{rd = 19}
1491.21Sragge
1501.40Sraggedevice	ry: disk
1511.40Sraggeattach	ry at hdc
1521.40Sraggemajor	{ry = 24}
1531.40Sragge
1541.21Sragge#
1551.21Sragge# Machine-independent SCSI driver.
1561.21Sragge#
1571.54Sthorpejinclude "dev/scsipi/files.scsipi"
1581.23Sraggemajor	{ sd = 20 }
1591.23Sraggemajor	{ cd = 22 }
1601.21Sragge
1611.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1621.71Smattdevice	si: scsi, ncr5380sbc
1631.71Smattattach	si at vsbus with si_vsbus
1641.71Smattfile	arch/vax/vsa/ncr.c		si_vsbus
1651.21Sragge
1661.21Sragge# LANCE ethernet controller on VAXstation
1671.59Sraggeattach	le at vsbus with le_vsbus:	le24
1681.59Sraggefile	arch/vax/if/if_le_vsbus.c	le_vsbus
1691.21Sragge
1701.37Sragge# Monochrome framebuffer on VS3100.
1711.56Sraggedevice	smg: wsemuldisplaydev, qfont
1721.37Sraggeattach	smg at vsbus
1731.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1741.37Sragge
1751.61Smatt# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x
1761.61Smattdevice	asc: scsi, ncr53c9x
1771.61Smattattach	asc at vsbus with asc_vsbus
1781.71Smattfile	arch/vax/vsa/asc_vsbus.c	asc_vsbus
1791.61Smatt
1801.56Sraggedevice	lkc: qfont
1811.37Sraggeattach	lkc at dz
1821.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1831.34Sragge
1841.1Sragge# These devices aren't tested (or even compiled!)
1851.1Sragge# They are just included here to make some files happy ;)
1861.1Sragge#
1871.1Sragge
1881.1Sragge# Ikonas framebuffer
1891.32Sthorpejdevice	ik
1901.18Sraggeattach	ik at uba
1911.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1921.1Sragge
1931.32Sthorpejdevice	vs
1941.18Sraggeattach	vs at uba
1951.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1961.1Sragge
1971.1Sragge# RK06/07 on UBA
1981.32Sthorpejdevice	rk: disk
1991.18Sraggeattach	rk at uba
2001.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
2011.1Sragge
2021.1Sragge# TM11/TE10 at UBA
2031.32Sthorpejdevice	te: tape
2041.18Sraggeattach	te at uba
2051.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
2061.1Sragge
2071.1Sragge# TU78 at MBA
2081.32Sthorpejdevice	mu: tape
2091.18Sraggeattach	mu at mba
2101.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
2111.1Sragge
2121.1Sragge# DMF32 on UBA
2131.32Sthorpejdevice	dmf # XXX?
2141.18Sraggeattach	dmf at uba
2151.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
2161.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
2171.1Sragge
2181.1Sragge# DMZ32 on UBA
2191.32Sthorpejdevice	dmz # XXX?
2201.18Sraggeattach	dmz at uba
2211.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
2221.1Sragge
2231.1Sragge# DN-11 on UBA
2241.32Sthorpejdevice	dn # XXX?
2251.18Sraggeattach	dn at uba
2261.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
2271.1Sragge
2281.1Sragge# IDC (RB730) on UBA (VAX 11/730)
2291.32Sthorpejdevice	idc { drive=-1 }
2301.18Sraggeattach	idc at uba
2311.32Sthorpejdevice	rb: disk
2321.18Sraggeattach	rb at idc
2331.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
2341.1Sragge
2351.1Sragge# LP-11 at UBA
2361.32Sthorpejdevice	lp
2371.18Sraggeattach	lp at uba
2381.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
2391.1Sragge
2401.1Sragge# ???? at UBA
2411.32Sthorpejdevice	lpa
2421.18Sraggeattach	lpa at uba
2431.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
2441.1Sragge
2451.1Sragge# PS2 at UBA
2461.32Sthorpejdevice	ps
2471.18Sraggeattach	ps at uba
2481.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2491.1Sragge
2501.1Sragge# SC-21/SC-31 at UBA
2511.32Sthorpejdevice	sc { drive=-1 }
2521.18Sraggeattach	sc at uba
2531.32Sthorpejdevice	up: disk
2541.18Sraggeattach	up at sc
2551.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2561.1Sragge
2571.1Sragge# TU45 at UBA
2581.32Sthorpejdevice	ut { drive=-1}
2591.18Sraggeattach	ut at uba
2601.32Sthorpejdevice	tj: tape
2611.18Sraggeattach	tj at ut
2621.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2631.1Sragge
2641.1Sragge# TU58/DECtape II
2651.32Sthorpejdevice	uu: tape
2661.18Sraggeattach	uu at uba
2671.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2681.1Sragge
2691.1Sragge# Benson-Varian plotter at UBA
2701.32Sthorpejdevice	va { drive=-1}
2711.18Sraggeattach	va at uba
2721.32Sthorpejdevice	vz
2731.18Sraggeattach	vz at va
2741.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2751.1Sragge
2761.1Sragge# Versatec plotter at UBA
2771.32Sthorpejdevice	vp
2781.18Sraggeattach	vp at uba
2791.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2801.1Sragge
2811.1Sragge# QVSS at UBA
2821.32Sthorpejdevice	qv
2831.18Sraggeattach	qv at uba
2841.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2851.1Sragge
2861.1Sragge# Interlan NP100 at UBA
2871.32Sthorpejdevice	np: ifnet
2881.18Sraggeattach	np at uba
2891.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2901.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2911.1Sragge
2921.1Sragge# ACC LH/DH IMP on UBA
2931.32Sthorpejdevice	acc: ifnet
2941.18Sraggeattach	acc at uba
2951.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2961.1Sragge
2971.1Sragge# DR11C at UBA
2981.32Sthorpejdevice	ct # XXX
2991.18Sraggeattach	ct at uba
3001.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
3011.1Sragge
3021.1Sragge# A/D-converter on UBA
3031.32Sthorpejdevice	ad
3041.18Sraggeattach	ad at uba
3051.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
3061.1Sragge
3071.1Sragge# DH-11/DM-11 on UBA
3081.32Sthorpejdevice	dh # XXX?
3091.18Sraggeattach	dh at uba
3101.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
3111.1Sragge
3121.1Sragge# These are general files needed for compilation.
3131.2Sraggefile	dev/cons.c
3141.10Smellonfile	dev/cninit.c
3151.68Sraggefile	dev/clock_subr.c	vax8200 | vax410 | vax43 | vax630 | vax660 |
3161.68Sragge				vax670 | vax680 | vax46 | vax48 | vax49 | vax53
3171.5Sraggefile	arch/vax/vax/locore.c
3181.3Sraggefile	arch/vax/vax/mem.c
3191.3Sraggefile	arch/vax/vax/clock.c
3201.68Sraggefile	arch/vax/vax/gencons.c	vax8600 | vax8200 | vax780 | vax750 | vax630 |
3211.68Sragge				vax650 | vax660 | vax670 | vax680
3221.1Sraggefile	arch/vax/vax/pmap.c
3231.1Sraggefile	arch/vax/vax/machdep.c
3241.21Sraggefile	arch/vax/vax/ka820.c		vax8200
3251.43Sraggefile	arch/vax/vax/crx.c		vax8200
3261.70Sraggefile	arch/vax/vax/ka88.c		vax8800
3271.70Sraggefile	arch/vax/vax/ka6400.c		vax6400
3281.21Sraggefile	arch/vax/vax/ka630.c		vax630
3291.21Sraggefile	arch/vax/vax/ka410.c		vax410
3301.21Sraggefile	arch/vax/vax/ka43.c		vax43
3311.40Sraggefile	arch/vax/vax/ka46.c		vax46
3321.46Sraggefile	arch/vax/vax/ka48.c		vax48
3331.60Sraggefile	arch/vax/vax/ka49.c		vax49
3341.68Sraggefile	arch/vax/vax/ka53.c		vax53
3351.68Sraggefile	arch/vax/vax/emulate.s		vax630 | vax650 | vax410
3361.53Sraggefile	arch/vax/vax/ka650.c		vax650
3371.68Sraggefile	arch/vax/vax/ka660.c		vax660
3381.53Sraggefile	arch/vax/vax/ka670.c		vax670
3391.68Sraggefile	arch/vax/vax/ka680.c		vax680
3401.45Sraggefile	arch/vax/vax/scb.c
3411.1Sraggefile	arch/vax/vax/conf.c
3421.1Sraggefile	arch/vax/vax/urem.s
3431.1Sraggefile	arch/vax/vax/udiv.s
3441.1Sraggefile	arch/vax/vax/trap.c
3451.49Sraggefile	arch/vax/vax/bus_dma.c
3461.51Sraggefile	arch/vax/vax/bus_mem.c
3471.53Sraggefile	arch/vax/vax/sgmap.c
3481.1Sraggefile	arch/vax/vax/vm_machdep.c
3491.50Sraggefile	arch/vax/vax/findcpu.c
3501.7Sraggefile	arch/vax/vax/autoconf.c
3511.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3521.64Sthorpejfile	netinet/in4_cksum.c		inet
3531.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3541.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3551.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3561.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3571.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3581.69Sraggefile	arch/vax/vax/multicpu.c		multiprocessor
3591.14Sragge
3601.61Smattinclude "compat/ibcs2/files.ibcs2"
3611.61Smattfile	arch/vax/vax/ibcs2_machdep.c	compat_ibcs2
3621.62Smatt
3631.62Smattinclude "compat/ultrix/files.ultrix"
3641.61Smatt
3651.54Sthorpejinclude "compat/vax1k/files.vax1k"
3661.1Sragge
3671.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3681.1Sragge#arch/vax/vax/dkbad.c         standard
3691.1Sragge#arch/vax/vax/ka730.c         standard
3701.1Sragge#arch/vax/vax/iidr.o          optional ii
3711.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3721.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3731.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3741.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3751.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3761.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3771.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3781.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3791.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3801.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3811.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3821.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3831.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3841.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3851.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3861.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
387