files.vax revision 1.55
11.55Sragge#       $NetBSD: files.vax,v 1.55 1999/08/03 19:56:21 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.32Sthorpejdevice	sbi { tr=-1 }
151.41Smattattach	sbi at mainbus
161.21Sraggefile	arch/vax/vax/sbi.c		sbi needs-flag
171.20Sragge
181.32Sthorpejdevice	cmi { tr=-1 }
191.41Smattattach	cmi at mainbus
201.22Sragge
211.47Sraggedevice	vsbus { csr }
221.41Smattattach	vsbus at mainbus
231.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
241.18Sragge
251.32Sthorpejdevice	cpu
261.41Smattattach	cpu at mainbus with cpu_mainbus
271.20Sragge
281.32Sthorpejdevice	mem
291.41Smattattach	mem at mainbus with mem_mainbus
301.18Sraggeattach	mem at sbi with mem_sbi
311.22Sraggeattach	mem at cmi with mem_cmi
321.7Sragge
331.32Sthorpejdevice	mba { drive = -1 }
341.22Sraggeattach	mba at sbi with mba_sbi
351.22Sraggeattach	mba at cmi with mba_cmi
361.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
371.1Sragge
381.32Sthorpejdevice  hp: disk
391.18Sraggeattach  hp at mba
401.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
411.9Sraggemajor	{hp = 0}
421.1Sragge
431.32Sthorpejdevice	ht: tape
441.18Sraggeattach	ht at mba
451.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
461.11Sragge
471.37Sragge# wscons files.
481.37Sraggeinclude "dev/wscons/files.wscons"
491.37Sragge
501.44Sragge# Memory Disk for install floppy
511.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
521.44Sraggemajor	{md = 23}
531.44Sragge
541.20Sragge# MSCP device drivers
551.53Sraggeinclude "dev/mscp/files.mscp"
561.20Sraggemajor	{ra = 9}
571.20Sragge
581.51Sragge# Unibus/Q22 bus definitions
591.53Sraggeinclude "dev/qbus/files.uba"
601.51Sragge
611.41Smattattach	uba at mainbus with uba_mainbus
621.53Sraggefile	arch/vax/uba/uba_mainbus.c	uba_mainbus
631.22Sraggeattach	uba at sbi with uba_sbi
641.55Sraggefile	arch/vax/uba/uba_sbi.c		uba_sbi
651.22Sraggeattach	uba at cmi with uba_cmi
661.55Sraggefile	arch/vax/uba/uba_cmi.c		uba_cmi
671.55Sragge
681.55Sragge# BI bus definitions
691.55Sraggeinclude "dev/bi/files.bi"
701.14Sragge
711.55Sraggeattach	bi at mainbus with bi_mainbus
721.55Sraggefile	arch/vax/bi/bi_mainbus.c	bi_mainbus
731.55Sragge
741.55Sragge# VAX CPUs at BI, do not belong in MI code.
751.55Sraggeattach	cpu at bi with cpu_bi
761.55Sraggeattach	mem at bi with mem_bi
771.22Sragge
781.14Sragge# TS11 at UBA
791.32Sthorpejdevice	ts: tape
801.18Sraggeattach	ts at uba
811.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
821.9Sragge
831.35Sraggeattach	dz at vsbus with dz_vsbus
841.35Sraggefile	arch/vax/vsa/dz_vsbus.c		dz_vsbus
851.35Sragge
861.21Sragge# RD-type disks at VS2000's onboard MFM-controller
871.32Sthorpejdevice	hdc { drive = -1 }
881.21Sraggeattach	hdc at vsbus
891.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
901.21Sragge
911.32Sthorpejdevice	rd: disk
921.21Sraggeattach	rd at hdc
931.21Sraggemajor	{rd = 19}
941.21Sragge
951.40Sraggedevice	ry: disk
961.40Sraggeattach	ry at hdc
971.40Sraggemajor	{ry = 24}
981.40Sragge
991.21Sragge#
1001.21Sragge# Machine-independent SCSI driver.
1011.21Sragge#
1021.54Sthorpejinclude "dev/scsipi/files.scsipi"
1031.23Sraggemajor	{ sd = 20 }
1041.23Sraggemajor	{ cd = 22 }
1051.21Sragge
1061.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1071.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1081.21Sraggeattach	ncr at vsbus
1091.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1101.21Sragge
1111.21Sragge# LANCE ethernet controller on VAXstation
1121.40Sraggedevice	ln: ifnet, ether, arp
1131.34Sraggeattach	ln at vsbus
1141.35Sraggefile	arch/vax/vsa/if_ln.c		ln
1151.21Sragge
1161.37Sragge# Monochrome framebuffer on VS3100.
1171.38Sraggedevice	smg: wsemuldisplaydev
1181.37Sraggeattach	smg at vsbus
1191.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1201.37Sragge
1211.38Sraggedevice	lkc
1221.37Sraggeattach	lkc at dz
1231.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1241.34Sragge
1251.1Sragge# These devices aren't tested (or even compiled!)
1261.1Sragge# They are just included here to make some files happy ;)
1271.1Sragge#
1281.1Sragge
1291.1Sragge# Ikonas framebuffer
1301.32Sthorpejdevice	ik
1311.18Sraggeattach	ik at uba
1321.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1331.1Sragge
1341.32Sthorpejdevice	vs
1351.18Sraggeattach	vs at uba
1361.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1371.1Sragge
1381.1Sragge# RK06/07 on UBA
1391.32Sthorpejdevice	rk: disk
1401.18Sraggeattach	rk at uba
1411.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1421.1Sragge
1431.1Sragge# TM11/TE10 at UBA
1441.32Sthorpejdevice	te: tape
1451.18Sraggeattach	te at uba
1461.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
1471.1Sragge
1481.1Sragge# TU78 at MBA
1491.32Sthorpejdevice	mu: tape
1501.18Sraggeattach	mu at mba
1511.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
1521.1Sragge
1531.1Sragge# DMF32 on UBA
1541.32Sthorpejdevice	dmf # XXX?
1551.18Sraggeattach	dmf at uba
1561.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
1571.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
1581.1Sragge
1591.1Sragge# DMZ32 on UBA
1601.32Sthorpejdevice	dmz # XXX?
1611.18Sraggeattach	dmz at uba
1621.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
1631.1Sragge
1641.1Sragge# DN-11 on UBA
1651.32Sthorpejdevice	dn # XXX?
1661.18Sraggeattach	dn at uba
1671.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
1681.1Sragge
1691.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1701.32Sthorpejdevice	idc { drive=-1 }
1711.18Sraggeattach	idc at uba
1721.32Sthorpejdevice	rb: disk
1731.18Sraggeattach	rb at idc
1741.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
1751.1Sragge
1761.1Sragge# LP-11 at UBA
1771.32Sthorpejdevice	lp
1781.18Sraggeattach	lp at uba
1791.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
1801.1Sragge
1811.1Sragge# ???? at UBA
1821.32Sthorpejdevice	lpa
1831.18Sraggeattach	lpa at uba
1841.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
1851.1Sragge
1861.1Sragge# PS2 at UBA
1871.32Sthorpejdevice	ps
1881.18Sraggeattach	ps at uba
1891.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
1901.1Sragge
1911.1Sragge# RL02/RL11 at UBA
1921.32Sthorpejdevice	hl { drive=-1 }
1931.18Sraggeattach	hl at uba
1941.32Sthorpejdevice	rl: disk
1951.18Sraggeattach	rl at hl
1961.39Sjonathanfile	arch/vax/uba/rl.c		rl needs-flag
1971.1Sragge
1981.1Sragge# SC-21/SC-31 at UBA
1991.32Sthorpejdevice	sc { drive=-1 }
2001.18Sraggeattach	sc at uba
2011.32Sthorpejdevice	up: disk
2021.18Sraggeattach	up at sc
2031.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2041.1Sragge
2051.1Sragge# TU45 at UBA
2061.32Sthorpejdevice	ut { drive=-1}
2071.18Sraggeattach	ut at uba
2081.32Sthorpejdevice	tj: tape
2091.18Sraggeattach	tj at ut
2101.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2111.1Sragge
2121.1Sragge# TU58/DECtape II
2131.32Sthorpejdevice	uu: tape
2141.18Sraggeattach	uu at uba
2151.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2161.1Sragge
2171.1Sragge# Benson-Varian plotter at UBA
2181.32Sthorpejdevice	va { drive=-1}
2191.18Sraggeattach	va at uba
2201.32Sthorpejdevice	vz
2211.18Sraggeattach	vz at va
2221.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2231.1Sragge
2241.1Sragge# Versatec plotter at UBA
2251.32Sthorpejdevice	vp
2261.18Sraggeattach	vp at uba
2271.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2281.1Sragge
2291.1Sragge# QVSS at UBA
2301.32Sthorpejdevice	qv
2311.18Sraggeattach	qv at uba
2321.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2331.1Sragge
2341.1Sragge# Interlan NP100 at UBA
2351.32Sthorpejdevice	np: ifnet
2361.18Sraggeattach	np at uba
2371.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2381.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2391.1Sragge
2401.1Sragge# ACC LH/DH IMP on UBA
2411.32Sthorpejdevice	acc: ifnet
2421.18Sraggeattach	acc at uba
2431.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2441.1Sragge
2451.1Sragge# DR11C at UBA
2461.32Sthorpejdevice	ct # XXX
2471.18Sraggeattach	ct at uba
2481.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2491.1Sragge
2501.1Sragge# A/D-converter on UBA
2511.32Sthorpejdevice	ad
2521.18Sraggeattach	ad at uba
2531.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
2541.1Sragge
2551.1Sragge# DH-11/DM-11 on UBA
2561.32Sthorpejdevice	dh # XXX?
2571.18Sraggeattach	dh at uba
2581.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
2591.1Sragge
2601.1Sragge# These are general files needed for compilation.
2611.2Sraggefile	dev/cons.c
2621.10Smellonfile	dev/cninit.c
2631.53Sraggefile	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
2641.5Sraggefile	arch/vax/vax/locore.c
2651.3Sraggefile	arch/vax/vax/mem.c
2661.3Sraggefile	arch/vax/vax/clock.c
2671.48Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
2681.1Sraggefile	arch/vax/vax/pmap.c
2691.1Sraggefile	arch/vax/vax/machdep.c
2701.8Sraggefile	arch/vax/vax/ka750.c		vax750
2711.21Sraggefile	arch/vax/vax/ctu.c		vax750
2721.15Sraggefile	arch/vax/vax/ka780.c		vax780
2731.21Sraggefile	arch/vax/vax/cfl.c		vax780
2741.21Sraggefile	arch/vax/vax/ka820.c		vax8200
2751.43Sraggefile	arch/vax/vax/crx.c		vax8200
2761.21Sraggefile	arch/vax/vax/ka860.c		vax8600
2771.21Sraggefile	arch/vax/vax/crl.c		vax8600
2781.21Sraggefile	arch/vax/vax/ka630.c		vax630
2791.21Sraggefile	arch/vax/vax/ka410.c		vax410
2801.21Sraggefile	arch/vax/vax/ka43.c		vax43
2811.40Sraggefile	arch/vax/vax/ka46.c		vax46
2821.46Sraggefile	arch/vax/vax/ka48.c		vax48
2831.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
2841.53Sraggefile	arch/vax/vax/ka650.c		vax650
2851.53Sraggefile	arch/vax/vax/ka670.c		vax670
2861.45Sraggefile	arch/vax/vax/scb.c
2871.1Sraggefile	arch/vax/vax/conf.c
2881.1Sraggefile	arch/vax/vax/urem.s
2891.1Sraggefile	arch/vax/vax/udiv.s
2901.1Sraggefile	arch/vax/vax/trap.c
2911.49Sraggefile	arch/vax/vax/bus_dma.c
2921.51Sraggefile	arch/vax/vax/bus_mem.c
2931.53Sraggefile	arch/vax/vax/sgmap.c
2941.1Sraggefile	arch/vax/vax/vm_machdep.c
2951.50Sraggefile	arch/vax/vax/findcpu.c
2961.7Sraggefile	arch/vax/vax/autoconf.c
2971.14Sraggefile	arch/vax/vax/in_cksum.c		inet
2981.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
2991.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3001.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3011.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3021.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3031.14Sragge
3041.54Sthorpejinclude "compat/ultrix/files.ultrix"
3051.54Sthorpejinclude "compat/vax1k/files.vax1k"
3061.1Sragge
3071.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3081.1Sragge#arch/vax/vax/dkbad.c         standard
3091.1Sragge#arch/vax/vax/ka730.c         standard
3101.1Sragge#arch/vax/vax/iidr.o          optional ii
3111.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3121.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3131.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3141.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3151.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3161.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3171.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3181.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3191.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3201.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3211.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3221.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3231.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3241.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3251.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3261.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
327