files.vax revision 1.44
11.44Sragge#       $NetBSD: files.vax,v 1.44 1998/11/29 14:31:53 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.32Sthorpejdevice	vsbus { }
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.23Sraggeinclude "arch/vax/mscp/files.mscp"
621.20Sraggemajor	{ra = 9}
631.20Sraggemajor	{mt = 16}
641.20Sragge
651.21Sragge# KDB50 on BI
661.32Sthorpejdevice	kdb: mscp
671.21Sraggeattach	kdb at bi
681.21Sraggefile	arch/vax/bi/kdb.c		kdb
691.21Sragge
701.32Sthorpejdevice	uba { csr }
711.41Smattattach	uba at mainbus with uba_mainbus
721.22Sraggeattach	uba at sbi with uba_sbi
731.22Sraggeattach	uba at cmi with uba_cmi
741.14Sraggefile	arch/vax/uba/uba.c		uba
751.1Sragge
761.32Sthorpejdevice	mtc: mscp
771.22Sraggeattach	mtc at uba
781.32Sthorpejdevice	uda: mscp
791.18Sraggeattach	uda at uba
801.22Sraggefile    arch/vax/uba/uda.c		uda | mtc
811.1Sragge
821.32Sthorpejdevice	de: ifnet, ether, arp
831.18Sraggeattach	de at uba
841.26Sraggefile	arch/vax/if/if_de.c		de needs-flag
851.1Sragge
861.9Sragge# DEQNA/DELQA used on Qbus
871.32Sthorpejdevice	qe: ifnet, ether, arp
881.18Sraggeattach	qe at uba
891.26Sraggefile	arch/vax/if/if_qe.c		qe needs-flag
901.14Sragge
911.22Sragge# DEBNA/DEBNT Ethernet Adapter
921.32Sthorpejdevice	ni: ifnet, ether, arp
931.22Sraggeattach	ni at bi
941.26Sraggefile	arch/vax/bi/ni.c		ni needs-flag
951.42Sragge
961.42Sragge# DWBUA BI-Unibus adapter
971.42Sraggeattach	uba at bi with uba_bi
981.42Sraggefile	arch/vax/bi/uba_bi.c		uba_bi
991.22Sragge
1001.14Sragge# TS11 at UBA
1011.32Sthorpejdevice	ts: tape
1021.18Sraggeattach	ts at uba
1031.40Sraggefile	arch/vax/uba/ts.c		ts needs-flag
1041.9Sragge
1051.15Sragge# DHU-11 at UBA
1061.32Sthorpejdevice	dhu: tty
1071.18Sraggeattach	dhu at uba
1081.39Sjonathanfile	arch/vax/uba/dhu.c		dhu needs-flag
1091.15Sragge
1101.35Sragge# DZ11(-compatible) at UBA/vsbus
1111.37Sraggedevice	dz { }: tty
1121.39Sjonathanfile	arch/vax/uba/dz.c		dz needs-flag
1131.19Sragge
1141.35Sraggeattach	dz at uba with dz_uba
1151.35Sraggefile	arch/vax/uba/dz_uba.c		dz_uba
1161.35Sragge
1171.35Sraggeattach	dz at vsbus with dz_vsbus
1181.35Sraggefile	arch/vax/vsa/dz_vsbus.c		dz_vsbus
1191.35Sragge
1201.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1211.32Sthorpejdevice	hdc { drive = -1 }
1221.21Sraggeattach	hdc at vsbus
1231.41Smattfile	arch/vax/vsa/hdc9224.c		ry | hdc | rd needs-flag
1241.21Sragge
1251.32Sthorpejdevice	rd: disk
1261.21Sraggeattach	rd at hdc
1271.21Sraggemajor	{rd = 19}
1281.21Sragge
1291.40Sraggedevice	ry: disk
1301.40Sraggeattach	ry at hdc
1311.40Sraggemajor	{ry = 24}
1321.40Sragge
1331.21Sragge#
1341.21Sragge# Machine-independent SCSI driver.
1351.21Sragge#
1361.29Sbouyerinclude "../../../dev/scsipi/files.scsipi"
1371.23Sraggemajor	{ sd = 20 }
1381.23Sraggemajor	{ st = 21 }
1391.23Sraggemajor	{ cd = 22 }
1401.21Sragge
1411.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1421.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1431.21Sraggeattach	ncr at vsbus
1441.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1451.21Sragge
1461.21Sragge# LANCE ethernet controller on VAXstation
1471.40Sraggedevice	ln: ifnet, ether, arp
1481.34Sraggeattach	ln at vsbus
1491.35Sraggefile	arch/vax/vsa/if_ln.c		ln
1501.21Sragge
1511.37Sragge# Monochrome framebuffer on VS3100.
1521.38Sraggedevice	smg: wsemuldisplaydev
1531.37Sraggeattach	smg at vsbus
1541.37Sraggefile	arch/vax/vsa/smg.c		smg needs-flag
1551.37Sragge
1561.38Sraggedevice	lkc
1571.37Sraggeattach	lkc at dz
1581.37Sraggefile	arch/vax/vsa/lkc.c		lkc needs-flag
1591.21Sragge
1601.34Sragge# QDSS at UBA
1611.34Sraggedevice	qd
1621.34Sraggeattach	qd at uba
1631.34Sraggefile	arch/vax/uba/qd.c		qd needs-count
1641.37Sraggefile	arch/vax/uba/qfont.c		qd | smg
1651.34Sragge
1661.37Sragge# DL-11 at UBA
1671.32Sthorpejdevice	dl: tty
1681.25Sraggeattach	dl at uba
1691.25Sraggefile	arch/vax/uba/dl.c		dl needs-flag
1701.21Sragge
1711.1Sragge# These devices aren't tested (or even compiled!)
1721.1Sragge# They are just included here to make some files happy ;)
1731.1Sragge#
1741.1Sragge
1751.1Sragge# Ikonas framebuffer
1761.32Sthorpejdevice	ik
1771.18Sraggeattach	ik at uba
1781.39Sjonathanfile	arch/vax/uba/ik.c		ik needs-flag
1791.1Sragge
1801.32Sthorpejdevice	vs
1811.18Sraggeattach	vs at uba
1821.39Sjonathanfile	arch/vax/uba/vs.c		vs needs-flag
1831.1Sragge
1841.1Sragge# RK06/07 on UBA
1851.32Sthorpejdevice	rk: disk
1861.18Sraggeattach	rk at uba
1871.39Sjonathanfile	arch/vax/uba/rk.c		rk needs-flag
1881.1Sragge
1891.1Sragge# TM11/TE10 at UBA
1901.32Sthorpejdevice	te: tape
1911.18Sraggeattach	te at uba
1921.39Sjonathanfile	arch/vax/uba/tm.c		te needs-flag
1931.1Sragge
1941.1Sragge# TU78 at MBA
1951.32Sthorpejdevice	mu: tape
1961.18Sraggeattach	mu at mba
1971.39Sjonathanfile	arch/vax/mba/mt.c		mu needs-flag
1981.1Sragge
1991.1Sragge# DMF32 on UBA
2001.32Sthorpejdevice	dmf # XXX?
2011.18Sraggeattach	dmf at uba
2021.39Sjonathanfile	arch/vax/uba/dmf.c		dmf needs-flag
2031.39Sjonathanfile	arch/vax/uba/dmz.c		dmf needs-flag
2041.1Sragge
2051.1Sragge# DMZ32 on UBA
2061.32Sthorpejdevice	dmz # XXX?
2071.18Sraggeattach	dmz at uba
2081.39Sjonathanfile	arch/vax/uba/dmx.c		dmz needs-flag
2091.1Sragge
2101.1Sragge# DN-11 on UBA
2111.32Sthorpejdevice	dn # XXX?
2121.18Sraggeattach	dn at uba
2131.39Sjonathanfile	arch/vax/uba/dn.c		dn needs-flag
2141.1Sragge
2151.1Sragge# IDC (RB730) on UBA (VAX 11/730)
2161.32Sthorpejdevice	idc { drive=-1 }
2171.18Sraggeattach	idc at uba
2181.32Sthorpejdevice	rb: disk
2191.18Sraggeattach	rb at idc
2201.39Sjonathanfile	arch/vax/uba/idc.c		rb needs-flag
2211.1Sragge
2221.1Sragge# LP-11 at UBA
2231.32Sthorpejdevice	lp
2241.18Sraggeattach	lp at uba
2251.39Sjonathanfile	arch/vax/uba/lp.c		lp needs-flag
2261.1Sragge
2271.1Sragge# ???? at UBA
2281.32Sthorpejdevice	lpa
2291.18Sraggeattach	lpa at uba
2301.39Sjonathanfile	arch/vax/uba/lpa.c		lpa needs-flag
2311.1Sragge
2321.1Sragge# PS2 at UBA
2331.32Sthorpejdevice	ps
2341.18Sraggeattach	ps at uba
2351.39Sjonathanfile	arch/vax/uba/ps.c		ps needs-flag
2361.1Sragge
2371.1Sragge# RL02/RL11 at UBA
2381.32Sthorpejdevice	hl { drive=-1 }
2391.18Sraggeattach	hl at uba
2401.32Sthorpejdevice	rl: disk
2411.18Sraggeattach	rl at hl
2421.39Sjonathanfile	arch/vax/uba/rl.c		rl needs-flag
2431.1Sragge
2441.1Sragge# SC-21/SC-31 at UBA
2451.32Sthorpejdevice	sc { drive=-1 }
2461.18Sraggeattach	sc at uba
2471.32Sthorpejdevice	up: disk
2481.18Sraggeattach	up at sc
2491.39Sjonathanfile	arch/vax/uba/up.c		up needs-flag
2501.1Sragge
2511.1Sragge# TU45 at UBA
2521.32Sthorpejdevice	ut { drive=-1}
2531.18Sraggeattach	ut at uba
2541.32Sthorpejdevice	tj: tape
2551.18Sraggeattach	tj at ut
2561.39Sjonathanfile	arch/vax/uba/ut.c		tj needs-flag
2571.1Sragge
2581.1Sragge# TU58/DECtape II
2591.32Sthorpejdevice	uu: tape
2601.18Sraggeattach	uu at uba
2611.39Sjonathanfile	arch/vax/uba/uu.c		uu needs-flag
2621.1Sragge
2631.1Sragge# Benson-Varian plotter at UBA
2641.32Sthorpejdevice	va { drive=-1}
2651.18Sraggeattach	va at uba
2661.32Sthorpejdevice	vz
2671.18Sraggeattach	vz at va
2681.39Sjonathanfile	arch/vax/uba/va.c		va needs-flag
2691.1Sragge
2701.1Sragge# Versatec plotter at UBA
2711.32Sthorpejdevice	vp
2721.18Sraggeattach	vp at uba
2731.39Sjonathanfile	arch/vax/uba/vp.c		vp needs-flag
2741.1Sragge
2751.1Sragge# QVSS at UBA
2761.32Sthorpejdevice	qv
2771.18Sraggeattach	qv at uba
2781.40Sraggefile	arch/vax/uba/qv.c		qv needs-flag
2791.1Sragge
2801.1Sragge# Interlan NP100 at UBA
2811.32Sthorpejdevice	np: ifnet
2821.18Sraggeattach	np at uba
2831.39Sjonathanfile	arch/vax/if/if_ix.c		np needs-flag
2841.39Sjonathanfile	arch/vax/uba/np.c		np needs-flag
2851.1Sragge
2861.1Sragge# ACC LH/DH IMP on UBA
2871.32Sthorpejdevice	acc: ifnet
2881.18Sraggeattach	acc at uba
2891.39Sjonathanfile	arch/vax/if/if_acc.c		acc needs-flag
2901.1Sragge
2911.1Sragge# DR11C at UBA
2921.32Sthorpejdevice	ct # XXX
2931.18Sraggeattach	ct at uba
2941.39Sjonathanfile	arch/vax/uba/ct.c		ct needs-flag
2951.1Sragge
2961.1Sragge# A/D-converter on UBA
2971.32Sthorpejdevice	ad
2981.18Sraggeattach	ad at uba
2991.39Sjonathanfile	arch/vax/uba/ad.c		ad needs-flag
3001.1Sragge
3011.1Sragge# DH-11/DM-11 on UBA
3021.32Sthorpejdevice	dh # XXX?
3031.18Sraggeattach	dh at uba
3041.39Sjonathanfile	arch/vax/uba/dh.c		dh needs-flag
3051.1Sragge
3061.1Sragge# These are general files needed for compilation.
3071.2Sraggefile	dev/cons.c
3081.10Smellonfile	dev/cninit.c
3091.41Smattfile	dev/clock_subr.c		vax8200|vax410|vax43|vax630|vax46
3101.5Sraggefile	arch/vax/vax/locore.c
3111.3Sraggefile	arch/vax/vax/mem.c
3121.3Sraggefile	arch/vax/vax/clock.c
3131.25Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650
3141.1Sraggefile	arch/vax/vax/pmap.c
3151.1Sraggefile	arch/vax/vax/machdep.c
3161.8Sraggefile	arch/vax/vax/ka750.c		vax750
3171.21Sraggefile	arch/vax/vax/ctu.c		vax750
3181.15Sraggefile	arch/vax/vax/ka780.c		vax780
3191.21Sraggefile	arch/vax/vax/cfl.c		vax780
3201.21Sraggefile	arch/vax/vax/ka820.c		vax8200
3211.43Sraggefile	arch/vax/vax/crx.c		vax8200
3221.21Sraggefile	arch/vax/vax/ka860.c		vax8600
3231.21Sraggefile	arch/vax/vax/crl.c		vax8600
3241.21Sraggefile	arch/vax/vax/ka630.c		vax630
3251.21Sraggefile	arch/vax/vax/ka410.c		vax410
3261.21Sraggefile	arch/vax/vax/ka43.c		vax43
3271.40Sraggefile	arch/vax/vax/ka46.c		vax46
3281.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
3291.14Sraggefile	arch/vax/vax/ka650.c		vax650
3301.1Sraggefile	arch/vax/vax/conf.c
3311.1Sraggefile	arch/vax/vax/urem.s
3321.1Sraggefile	arch/vax/vax/udiv.s
3331.1Sraggefile	arch/vax/vax/trap.c
3341.2Sragge
3351.1Sraggefile	arch/vax/vax/vm_machdep.c
3361.7Sraggefile	arch/vax/vax/autoconf.c
3371.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3381.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3391.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3401.18Sraggefile	arch/vax/if/if_uba.c		de | qe
3411.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3421.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3431.14Sragge
3441.18Sraggeinclude "../../../compat/ultrix/files.ultrix"
3451.40Sraggeinclude "../../../compat/vax1k/files.vax1k"
3461.1Sragge
3471.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3481.1Sragge#arch/vax/vax/dkbad.c         standard
3491.1Sragge#arch/vax/vax/ka730.c         standard
3501.1Sragge#arch/vax/vax/iidr.o          optional ii
3511.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3521.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3531.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3541.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3551.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3561.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3571.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3581.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3591.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3601.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3611.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3621.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3631.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3641.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3651.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3661.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
367