files.vax revision 1.53
11.53Sragge#       $NetBSD: files.vax,v 1.53 1999/06/20 01:05:19 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.32Sthorpejdevice	bi { node=-1 }
221.41Smattattach	bi at mainbus
231.21Sraggefile	arch/vax/bi/bi.c		bi needs-flag
241.21Sragge
251.47Sraggedevice	vsbus { csr }
261.41Smattattach	vsbus at mainbus
271.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
281.18Sragge
291.32Sthorpejdevice	cpu
301.41Smattattach	cpu at mainbus with cpu_mainbus
311.18Sraggeattach	cpu at bi with cpu_bi
321.20Sragge
331.32Sthorpejdevice	mem
341.41Smattattach	mem at mainbus with mem_mainbus
351.18Sraggeattach	mem at bi with mem_bi
361.18Sraggeattach	mem at sbi with mem_sbi
371.22Sraggeattach	mem at cmi with mem_cmi
381.7Sragge
391.32Sthorpejdevice	mba { drive = -1 }
401.22Sraggeattach	mba at sbi with mba_sbi
411.22Sraggeattach	mba at cmi with mba_cmi
421.9Sraggefile	arch/vax/mba/mba.c		mba needs-flag
431.1Sragge
441.32Sthorpejdevice  hp: disk
451.18Sraggeattach  hp at mba
461.9Sraggefile    arch/vax/mba/hp.c		hp needs-flag
471.9Sraggemajor	{hp = 0}
481.1Sragge
491.32Sthorpejdevice	ht: tape
501.18Sraggeattach	ht at mba
511.11Sraggefile	arch/vax/mba/ht.c		ht needs-flag
521.11Sragge
531.37Sragge# wscons files.
541.37Sraggeinclude "dev/wscons/files.wscons"
551.37Sragge
561.44Sragge# Memory Disk for install floppy
571.44Sraggefile arch/vax/vax/md_root.c		memory_disk_hooks
581.44Sraggemajor	{md = 23}
591.44Sragge
601.20Sragge# MSCP device drivers
611.53Sraggeinclude "dev/mscp/files.mscp"
621.20Sraggemajor	{ra = 9}
631.20Sragge
641.21Sragge# KDB50 on BI
651.32Sthorpejdevice	kdb: mscp
661.21Sraggeattach	kdb at bi
671.21Sraggefile	arch/vax/bi/kdb.c		kdb
681.21Sragge
691.51Sragge# Unibus/Q22 bus definitions
701.53Sraggeinclude "dev/qbus/files.uba"
711.51Sragge
721.41Smattattach	uba at mainbus with uba_mainbus
731.53Sraggefile	arch/vax/uba/uba_mainbus.c	uba_mainbus
741.22Sraggeattach	uba at sbi with uba_sbi
751.22Sraggeattach	uba at cmi with uba_cmi
761.14Sragge
771.22Sragge# DEBNA/DEBNT Ethernet Adapter
781.32Sthorpejdevice	ni: ifnet, ether, arp
791.22Sraggeattach	ni at bi
801.26Sraggefile	arch/vax/bi/ni.c		ni needs-flag
811.42Sragge
821.42Sragge# DWBUA BI-Unibus adapter
831.42Sraggeattach	uba at bi with uba_bi
841.42Sraggefile	arch/vax/bi/uba_bi.c		uba_bi
851.22Sragge
861.14Sragge# TS11 at UBA
871.32Sthorpejdevice	ts: tape
881.18Sraggeattach	ts at uba
891.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
901.9Sragge
911.35Sraggeattach	dz at vsbus with dz_vsbus
921.35Sraggefile	arch/vax/vsa/dz_vsbus.c		dz_vsbus
931.35Sragge
941.21Sragge# RD-type disks at VS2000's onboard MFM-controller
951.32Sthorpejdevice	hdc { drive = -1 }
961.21Sraggeattach	hdc at vsbus
971.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
981.21Sragge
991.32Sthorpejdevice	rd: disk
1001.21Sraggeattach	rd at hdc
1011.21Sraggemajor	{rd = 19}
1021.21Sragge
1031.40Sraggedevice	ry: disk
1041.40Sraggeattach	ry at hdc
1051.40Sraggemajor	{ry = 24}
1061.40Sragge
1071.21Sragge#
1081.21Sragge# Machine-independent SCSI driver.
1091.21Sragge#
1101.29Sbouyerinclude "../../../dev/scsipi/files.scsipi"
1111.23Sraggemajor	{ sd = 20 }
1121.23Sraggemajor	{ cd = 22 }
1131.21Sragge
1141.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1151.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1161.21Sraggeattach	ncr at vsbus
1171.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1181.21Sragge
1191.21Sragge# LANCE ethernet controller on VAXstation
1201.40Sraggedevice	ln: ifnet, ether, arp
1211.34Sraggeattach	ln at vsbus
1221.35Sraggefile	arch/vax/vsa/if_ln.c		ln
1231.21Sragge
1241.37Sragge# Monochrome framebuffer on VS3100.
1251.38Sraggedevice	smg: wsemuldisplaydev
1261.37Sraggeattach	smg at vsbus
1271.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1281.37Sragge
1291.38Sraggedevice	lkc
1301.37Sraggeattach	lkc at dz
1311.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1321.21Sragge
1331.34Sragge# QDSS at UBA
1341.34Sraggedevice	qd
1351.34Sraggeattach	qd at uba
1361.34Sraggefile	arch/vax/uba/qd.c		qd needs-count
1371.37Sraggefile	arch/vax/uba/qfont.c		qd | smg
1381.34Sragge
1391.1Sragge# These devices aren't tested (or even compiled!)
1401.1Sragge# They are just included here to make some files happy ;)
1411.1Sragge#
1421.1Sragge
1431.1Sragge# Ikonas framebuffer
1441.32Sthorpejdevice	ik
1451.18Sraggeattach	ik at uba
1461.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1471.1Sragge
1481.32Sthorpejdevice	vs
1491.18Sraggeattach	vs at uba
1501.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1511.1Sragge
1521.1Sragge# RK06/07 on UBA
1531.32Sthorpejdevice	rk: disk
1541.18Sraggeattach	rk at uba
1551.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1561.1Sragge
1571.1Sragge# TM11/TE10 at UBA
1581.32Sthorpejdevice	te: tape
1591.18Sraggeattach	te at uba
1601.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
1611.1Sragge
1621.1Sragge# TU78 at MBA
1631.32Sthorpejdevice	mu: tape
1641.18Sraggeattach	mu at mba
1651.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
1661.1Sragge
1671.1Sragge# DMF32 on UBA
1681.32Sthorpejdevice	dmf # XXX?
1691.18Sraggeattach	dmf at uba
1701.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
1711.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
1721.1Sragge
1731.1Sragge# DMZ32 on UBA
1741.32Sthorpejdevice	dmz # XXX?
1751.18Sraggeattach	dmz at uba
1761.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
1771.1Sragge
1781.1Sragge# DN-11 on UBA
1791.32Sthorpejdevice	dn # XXX?
1801.18Sraggeattach	dn at uba
1811.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
1821.1Sragge
1831.1Sragge# IDC (RB730) on UBA (VAX 11/730)
1841.32Sthorpejdevice	idc { drive=-1 }
1851.18Sraggeattach	idc at uba
1861.32Sthorpejdevice	rb: disk
1871.18Sraggeattach	rb at idc
1881.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
1891.1Sragge
1901.1Sragge# LP-11 at UBA
1911.32Sthorpejdevice	lp
1921.18Sraggeattach	lp at uba
1931.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
1941.1Sragge
1951.1Sragge# ???? at UBA
1961.32Sthorpejdevice	lpa
1971.18Sraggeattach	lpa at uba
1981.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
1991.1Sragge
2001.1Sragge# PS2 at UBA
2011.32Sthorpejdevice	ps
2021.18Sraggeattach	ps at uba
2031.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2041.1Sragge
2051.1Sragge# RL02/RL11 at UBA
2061.32Sthorpejdevice	hl { drive=-1 }
2071.18Sraggeattach	hl at uba
2081.32Sthorpejdevice	rl: disk
2091.18Sraggeattach	rl at hl
2101.39Sjonathanfile	arch/vax/uba/rl.c		rl needs-flag
2111.1Sragge
2121.1Sragge# SC-21/SC-31 at UBA
2131.32Sthorpejdevice	sc { drive=-1 }
2141.18Sraggeattach	sc at uba
2151.32Sthorpejdevice	up: disk
2161.18Sraggeattach	up at sc
2171.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2181.1Sragge
2191.1Sragge# TU45 at UBA
2201.32Sthorpejdevice	ut { drive=-1}
2211.18Sraggeattach	ut at uba
2221.32Sthorpejdevice	tj: tape
2231.18Sraggeattach	tj at ut
2241.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2251.1Sragge
2261.1Sragge# TU58/DECtape II
2271.32Sthorpejdevice	uu: tape
2281.18Sraggeattach	uu at uba
2291.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2301.1Sragge
2311.1Sragge# Benson-Varian plotter at UBA
2321.32Sthorpejdevice	va { drive=-1}
2331.18Sraggeattach	va at uba
2341.32Sthorpejdevice	vz
2351.18Sraggeattach	vz at va
2361.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2371.1Sragge
2381.1Sragge# Versatec plotter at UBA
2391.32Sthorpejdevice	vp
2401.18Sraggeattach	vp at uba
2411.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2421.1Sragge
2431.1Sragge# QVSS at UBA
2441.32Sthorpejdevice	qv
2451.18Sraggeattach	qv at uba
2461.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2471.1Sragge
2481.1Sragge# Interlan NP100 at UBA
2491.32Sthorpejdevice	np: ifnet
2501.18Sraggeattach	np at uba
2511.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2521.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2531.1Sragge
2541.1Sragge# ACC LH/DH IMP on UBA
2551.32Sthorpejdevice	acc: ifnet
2561.18Sraggeattach	acc at uba
2571.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2581.1Sragge
2591.1Sragge# DR11C at UBA
2601.32Sthorpejdevice	ct # XXX
2611.18Sraggeattach	ct at uba
2621.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2631.1Sragge
2641.1Sragge# A/D-converter on UBA
2651.32Sthorpejdevice	ad
2661.18Sraggeattach	ad at uba
2671.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
2681.1Sragge
2691.1Sragge# DH-11/DM-11 on UBA
2701.32Sthorpejdevice	dh # XXX?
2711.18Sraggeattach	dh at uba
2721.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
2731.1Sragge
2741.1Sragge# These are general files needed for compilation.
2751.2Sraggefile	dev/cons.c
2761.10Smellonfile	dev/cninit.c
2771.53Sraggefile	dev/clock_subr.c	vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49
2781.5Sraggefile	arch/vax/vax/locore.c
2791.3Sraggefile	arch/vax/vax/mem.c
2801.3Sraggefile	arch/vax/vax/clock.c
2811.48Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650|vax670
2821.1Sraggefile	arch/vax/vax/pmap.c
2831.1Sraggefile	arch/vax/vax/machdep.c
2841.8Sraggefile	arch/vax/vax/ka750.c		vax750
2851.21Sraggefile	arch/vax/vax/ctu.c		vax750
2861.15Sraggefile	arch/vax/vax/ka780.c		vax780
2871.21Sraggefile	arch/vax/vax/cfl.c		vax780
2881.21Sraggefile	arch/vax/vax/ka820.c		vax8200
2891.43Sraggefile	arch/vax/vax/crx.c		vax8200
2901.21Sraggefile	arch/vax/vax/ka860.c		vax8600
2911.21Sraggefile	arch/vax/vax/crl.c		vax8600
2921.21Sraggefile	arch/vax/vax/ka630.c		vax630
2931.21Sraggefile	arch/vax/vax/ka410.c		vax410
2941.21Sraggefile	arch/vax/vax/ka43.c		vax43
2951.40Sraggefile	arch/vax/vax/ka46.c		vax46
2961.46Sraggefile	arch/vax/vax/ka48.c		vax48
2971.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
2981.53Sraggefile	arch/vax/vax/ka650.c		vax650
2991.53Sraggefile	arch/vax/vax/ka670.c		vax670
3001.45Sraggefile	arch/vax/vax/scb.c
3011.1Sraggefile	arch/vax/vax/conf.c
3021.1Sraggefile	arch/vax/vax/urem.s
3031.1Sraggefile	arch/vax/vax/udiv.s
3041.1Sraggefile	arch/vax/vax/trap.c
3051.49Sraggefile	arch/vax/vax/bus_dma.c
3061.51Sraggefile	arch/vax/vax/bus_mem.c
3071.53Sraggefile	arch/vax/vax/sgmap.c
3081.1Sraggefile	arch/vax/vax/vm_machdep.c
3091.50Sraggefile	arch/vax/vax/findcpu.c
3101.7Sraggefile	arch/vax/vax/autoconf.c
3111.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3121.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3131.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3141.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3151.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3161.53Sraggefile	arch/vax/uba/uba_dma.c		uba
3171.14Sragge
3181.18Sraggeinclude "../../../compat/ultrix/files.ultrix"
3191.40Sraggeinclude "../../../compat/vax1k/files.vax1k"
3201.1Sragge
3211.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3221.1Sragge#arch/vax/vax/dkbad.c         standard
3231.1Sragge#arch/vax/vax/ka730.c         standard
3241.1Sragge#arch/vax/vax/iidr.o          optional ii
3251.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3261.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3271.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3281.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3291.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3301.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3311.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3321.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3331.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3341.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3351.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3361.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3371.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3381.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3391.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3401.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
341