files.vax revision 1.35
11.35Sragge#       $NetBSD: files.vax,v 1.35 1998/05/17 18:58:07 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.32Sthorpejdevice	backplane { }
121.18Sraggeattach	backplane at root
131.1Sragge
141.32Sthorpejdevice	sbi { tr=-1 }
151.18Sraggeattach	sbi at backplane
161.21Sraggefile	arch/vax/vax/sbi.c		sbi needs-flag
171.20Sragge
181.32Sthorpejdevice	cmi { tr=-1 }
191.22Sraggeattach	cmi at backplane
201.22Sragge
211.32Sthorpejdevice	bi { node=-1 }
221.18Sraggeattach	bi at backplane
231.21Sraggefile	arch/vax/bi/bi.c		bi needs-flag
241.21Sragge
251.32Sthorpejdevice	vsbus { }
261.21Sraggeattach	vsbus at backplane
271.21Sraggefile	arch/vax/vsa/vsbus.c		vsbus
281.18Sragge
291.32Sthorpejdevice	cpu
301.18Sraggeattach	cpu at backplane with cpu_backplane
311.18Sraggeattach	cpu at bi with cpu_bi
321.20Sragge
331.32Sthorpejdevice	mem
341.18Sraggeattach	mem at backplane with mem_backplane
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.20Sragge# MSCP device drivers
541.23Sraggeinclude "arch/vax/mscp/files.mscp"
551.20Sraggemajor	{ra = 9}
561.20Sraggemajor	{mt = 16}
571.20Sragge
581.21Sragge# KDB50 on BI
591.32Sthorpejdevice	kdb: mscp
601.21Sraggeattach	kdb at bi
611.21Sraggefile	arch/vax/bi/kdb.c		kdb
621.21Sragge
631.32Sthorpejdevice	uba { csr }
641.22Sraggeattach	uba at backplane with uba_backplane
651.22Sraggeattach	uba at sbi with uba_sbi
661.22Sraggeattach	uba at cmi with uba_cmi
671.22Sraggeattach	uba at bi with uba_bi
681.14Sraggefile	arch/vax/uba/uba.c		uba
691.1Sragge
701.32Sthorpejdevice	mtc: mscp
711.22Sraggeattach	mtc at uba
721.32Sthorpejdevice	uda: mscp
731.18Sraggeattach	uda at uba
741.22Sraggefile    arch/vax/uba/uda.c		uda | mtc
751.1Sragge
761.32Sthorpejdevice	de: ifnet, ether, arp
771.18Sraggeattach	de at uba
781.26Sraggefile	arch/vax/if/if_de.c		de needs-flag
791.1Sragge
801.9Sragge# DEQNA/DELQA used on Qbus
811.32Sthorpejdevice	qe: ifnet, ether, arp
821.18Sraggeattach	qe at uba
831.26Sraggefile	arch/vax/if/if_qe.c		qe needs-flag
841.14Sragge
851.22Sragge# DEBNA/DEBNT Ethernet Adapter
861.32Sthorpejdevice	ni: ifnet, ether, arp
871.22Sraggeattach	ni at bi
881.26Sraggefile	arch/vax/bi/ni.c		ni needs-flag
891.22Sragge
901.14Sragge# TS11 at UBA
911.32Sthorpejdevice	ts: tape
921.18Sraggeattach	ts at uba
931.14Sraggefile	arch/vax/uba/ts.c		ts needs-count
941.9Sragge
951.15Sragge# DHU-11 at UBA
961.32Sthorpejdevice	dhu: tty
971.18Sraggeattach	dhu at uba
981.15Sraggefile	arch/vax/uba/dhu.c		dhu needs-count
991.15Sragge
1001.35Sragge# DZ11(-compatible) at UBA/vsbus
1011.32Sthorpejdevice	dz: tty
1021.19Sraggefile	arch/vax/uba/dz.c		dz needs-count
1031.19Sragge
1041.35Sraggeattach	dz at uba with dz_uba
1051.35Sraggefile	arch/vax/uba/dz_uba.c		dz_uba
1061.35Sragge
1071.35Sraggeattach	dz at vsbus with dz_vsbus
1081.35Sraggefile	arch/vax/vsa/dz_vsbus.c		dz_vsbus
1091.35Sragge
1101.21Sragge# RD-type disks at VS2000's onboard MFM-controller
1111.32Sthorpejdevice	hdc { drive = -1 }
1121.21Sraggeattach	hdc at vsbus
1131.21Sraggefile	arch/vax/vsa/hdc9224.c		hdc needs-flag
1141.21Sragge
1151.32Sthorpejdevice	rd: disk
1161.21Sraggeattach	rd at hdc
1171.21Sraggemajor	{rd = 19}
1181.21Sragge
1191.21Sragge#
1201.21Sragge# Machine-independent SCSI driver.
1211.21Sragge#
1221.29Sbouyerinclude "../../../dev/scsipi/files.scsipi"
1231.23Sraggemajor	{ sd = 20 }
1241.23Sraggemajor	{ st = 21 }
1251.23Sraggemajor	{ cd = 22 }
1261.23Sragge
1271.23Sragge# Memory Disk for install floppy
1281.23Sraggemajor	{ md = 23 }
1291.21Sragge
1301.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 
1311.32Sthorpejdevice	ncr: scsi, ncr5380sbc
1321.21Sraggeattach	ncr at vsbus
1331.21Sraggefile	arch/vax/vsa/ncr.c		ncr needs-flag
1341.21Sragge
1351.21Sragge# LANCE ethernet controller on VAXstation
1361.34Sraggedevice	ln: ifnet, ether
1371.34Sraggeattach	ln at vsbus
1381.35Sraggefile	arch/vax/vsa/if_ln.c		ln
1391.21Sragge
1401.21Sragge# DC367-B in VAXstation 2000/3100 (DZ-like 4-port serial line controller,
1411.21Sragge# controls keyboard, mouse, modem, and printer/console)
1421.32Sthorpejdevice	dc: tty
1431.21Sraggeattach	dc at vsbus
1441.21Sraggefile	arch/vax/vsa/dc.c		dc needs-flag
1451.21Sraggefile	arch/vax/vsa/lk201.c		dc
1461.21Sragge
1471.21Sragge# PM Framebuffer in VAXstation 2000/3100
1481.32Sthorpejdevice	pm
1491.21Sraggeattach	pm at vsbus
1501.21Sraggefile	arch/vax/vsa/pm.c		pm needs-flag
1511.21Sragge
1521.34Sragge# QDSS at UBA
1531.34Sraggedevice	qd
1541.34Sraggeattach	qd at uba
1551.34Sraggefile	arch/vax/uba/qd.c		qd needs-count
1561.34Sraggefile	arch/vax/uba/qfont.c		qd
1571.34Sragge
1581.32Sthorpejdevice	dl: tty
1591.25Sraggeattach	dl at uba
1601.25Sraggefile	arch/vax/uba/dl.c		dl needs-flag
1611.21Sragge
1621.1Sragge# These devices aren't tested (or even compiled!)
1631.1Sragge# They are just included here to make some files happy ;)
1641.1Sragge#
1651.1Sragge
1661.1Sragge# Ikonas framebuffer
1671.32Sthorpejdevice	ik
1681.18Sraggeattach	ik at uba
1691.1Sraggefile	arch/vax/uba/ik.c		ik needs-count
1701.1Sragge
1711.32Sthorpejdevice	vs
1721.18Sraggeattach	vs at uba
1731.1Sraggefile	arch/vax/uba/vs.c		vs needs-count
1741.1Sragge
1751.1Sragge# RK06/07 on UBA
1761.32Sthorpejdevice	rk: disk
1771.18Sraggeattach	rk at uba
1781.1Sraggefile	arch/vax/uba/rk.c		rk needs-count
1791.1Sragge
1801.1Sragge# TM11/TE10 at UBA
1811.32Sthorpejdevice	te: tape
1821.18Sraggeattach	te at uba
1831.1Sraggefile	arch/vax/uba/tm.c		te needs-count
1841.1Sragge
1851.1Sragge# TU78 at MBA
1861.32Sthorpejdevice	mu: tape
1871.18Sraggeattach	mu at mba
1881.1Sraggefile	arch/vax/mba/mt.c		mu needs-count
1891.1Sragge
1901.1Sragge# DMF32 on UBA
1911.32Sthorpejdevice	dmf # XXX?
1921.18Sraggeattach	dmf at uba
1931.1Sraggefile	arch/vax/uba/dmf.c		dmf needs-count
1941.1Sraggefile	arch/vax/uba/dmz.c		dmf needs-count
1951.1Sragge
1961.1Sragge# DMZ32 on UBA
1971.32Sthorpejdevice	dmz # XXX?
1981.18Sraggeattach	dmz at uba
1991.1Sraggefile	arch/vax/uba/dmx.c		dmz needs-count
2001.1Sragge
2011.1Sragge# DN-11 on UBA
2021.32Sthorpejdevice	dn # XXX?
2031.18Sraggeattach	dn at uba
2041.1Sraggefile	arch/vax/uba/dn.c		dn needs-count
2051.1Sragge
2061.1Sragge# IDC (RB730) on UBA (VAX 11/730)
2071.32Sthorpejdevice	idc { drive=-1 }
2081.18Sraggeattach	idc at uba
2091.32Sthorpejdevice	rb: disk
2101.18Sraggeattach	rb at idc
2111.1Sraggefile	arch/vax/uba/idc.c		rb needs-count
2121.1Sragge
2131.1Sragge# LP-11 at UBA
2141.32Sthorpejdevice	lp
2151.18Sraggeattach	lp at uba
2161.1Sraggefile	arch/vax/uba/lp.c		lp needs-count
2171.1Sragge
2181.1Sragge# ???? at UBA
2191.32Sthorpejdevice	lpa
2201.18Sraggeattach	lpa at uba
2211.1Sraggefile	arch/vax/uba/lpa.c		lpa needs-count
2221.1Sragge
2231.1Sragge# PS2 at UBA
2241.32Sthorpejdevice	ps
2251.18Sraggeattach	ps at uba
2261.1Sraggefile	arch/vax/uba/ps.c		ps needs-count
2271.1Sragge
2281.1Sragge# RL02/RL11 at UBA
2291.32Sthorpejdevice	hl { drive=-1 }
2301.18Sraggeattach	hl at uba
2311.32Sthorpejdevice	rl: disk
2321.18Sraggeattach	rl at hl
2331.1Sraggefile	arch/vax/uba/rl.c		rl needs-count
2341.1Sragge
2351.1Sragge# SC-21/SC-31 at UBA
2361.32Sthorpejdevice	sc { drive=-1 }
2371.18Sraggeattach	sc at uba
2381.32Sthorpejdevice	up: disk
2391.18Sraggeattach	up at sc
2401.1Sraggefile	arch/vax/uba/up.c		up needs-count
2411.1Sragge
2421.1Sragge# TU45 at UBA
2431.32Sthorpejdevice	ut { drive=-1}
2441.18Sraggeattach	ut at uba
2451.32Sthorpejdevice	tj: tape
2461.18Sraggeattach	tj at ut
2471.1Sraggefile	arch/vax/uba/ut.c		tj needs-count
2481.1Sragge
2491.1Sragge# TU58/DECtape II
2501.32Sthorpejdevice	uu: tape
2511.18Sraggeattach	uu at uba
2521.1Sraggefile	arch/vax/uba/uu.c		uu needs-count
2531.1Sragge
2541.1Sragge# Benson-Varian plotter at UBA
2551.32Sthorpejdevice	va { drive=-1}
2561.18Sraggeattach	va at uba
2571.32Sthorpejdevice	vz
2581.18Sraggeattach	vz at va
2591.1Sraggefile	arch/vax/uba/va.c		va needs-count
2601.1Sragge
2611.1Sragge# Versatec plotter at UBA
2621.32Sthorpejdevice	vp
2631.18Sraggeattach	vp at uba
2641.1Sraggefile	arch/vax/uba/vp.c		vp needs-count
2651.1Sragge
2661.1Sragge# QVSS at UBA
2671.32Sthorpejdevice	qv
2681.18Sraggeattach	qv at uba
2691.1Sraggefile	arch/vax/uba/qv.c		qv needs-count
2701.1Sragge
2711.1Sragge# Interlan NP100 at UBA
2721.32Sthorpejdevice	np: ifnet
2731.18Sraggeattach	np at uba
2741.1Sraggefile	arch/vax/if/if_ix.c		np needs-count
2751.1Sraggefile	arch/vax/uba/np.c		np needs-count
2761.1Sragge
2771.1Sragge# ACC LH/DH IMP on UBA
2781.32Sthorpejdevice	acc: ifnet
2791.18Sraggeattach	acc at uba
2801.1Sraggefile	arch/vax/if/if_acc.c		acc needs-count
2811.1Sragge
2821.1Sragge# DR11C at UBA
2831.32Sthorpejdevice	ct # XXX
2841.18Sraggeattach	ct at uba
2851.1Sraggefile	arch/vax/uba/ct.c		ct needs-count
2861.1Sragge
2871.1Sragge# A/D-converter on UBA
2881.32Sthorpejdevice	ad
2891.18Sraggeattach	ad at uba
2901.1Sraggefile	arch/vax/uba/ad.c		ad needs-count
2911.1Sragge
2921.1Sragge# DH-11/DM-11 on UBA
2931.32Sthorpejdevice	dh # XXX?
2941.18Sraggeattach	dh at uba
2951.1Sraggefile	arch/vax/uba/dh.c		dh needs-count
2961.1Sragge
2971.1Sragge# These are general files needed for compilation.
2981.2Sraggefile	dev/cons.c
2991.10Smellonfile	dev/cninit.c
3001.28Sraggefile	dev/clock_subr.c		vax8200|vax410|vax43|vax630
3011.5Sraggefile	arch/vax/vax/locore.c
3021.3Sraggefile	arch/vax/vax/mem.c
3031.3Sraggefile	arch/vax/vax/clock.c
3041.25Sraggefile	arch/vax/vax/gencons.c	vax8600|vax8200|vax780|vax750|vax630|vax650
3051.1Sraggefile	arch/vax/vax/pmap.c
3061.1Sraggefile	arch/vax/vax/machdep.c
3071.8Sraggefile	arch/vax/vax/ka750.c		vax750
3081.21Sraggefile	arch/vax/vax/ctu.c		vax750
3091.15Sraggefile	arch/vax/vax/ka780.c		vax780
3101.21Sraggefile	arch/vax/vax/cfl.c		vax780
3111.21Sraggefile	arch/vax/vax/ka820.c		vax8200
3121.21Sraggefile	arch/vax/vax/ka860.c		vax8600
3131.21Sraggefile	arch/vax/vax/crl.c		vax8600
3141.21Sraggefile	arch/vax/vax/uvax.c		vax630 | vax410 | vax43
3151.21Sraggefile	arch/vax/vax/ka630.c		vax630
3161.21Sraggefile	arch/vax/vax/ka410.c		vax410
3171.21Sraggefile	arch/vax/vax/ka43.c		vax43
3181.28Sraggefile	arch/vax/vax/emulate.s		vax630|vax650|vax410
3191.14Sraggefile	arch/vax/vax/ka650.c		vax650
3201.1Sraggefile	arch/vax/vax/conf.c
3211.1Sraggefile	arch/vax/vax/urem.s
3221.1Sraggefile	arch/vax/vax/udiv.s
3231.1Sraggefile	arch/vax/vax/trap.c
3241.2Sragge
3251.1Sraggefile	arch/vax/vax/vm_machdep.c
3261.7Sraggefile	arch/vax/vax/autoconf.c
3271.14Sraggefile	arch/vax/vax/in_cksum.c		inet
3281.16Sraggefile	arch/vax/vax/ns_cksum.c		ns
3291.22Sraggefile	arch/vax/vax/disksubr.c		disk | tape
3301.18Sraggefile	arch/vax/if/if_uba.c		de | qe
3311.11Sraggefile	arch/vax/vax/db_machdep.c	ddb
3321.12Sraggefile	arch/vax/vax/db_disasm.c	ddb
3331.14Sragge
3341.18Sraggeinclude "../../../compat/ultrix/files.ultrix"
3351.1Sragge
3361.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
3371.1Sragge#arch/vax/vax/dkbad.c         standard
3381.1Sragge#arch/vax/vax/ka730.c         standard
3391.1Sragge#arch/vax/vax/rx50.c          standard
3401.1Sragge#arch/vax/vax/iidr.o          optional ii
3411.1Sragge#arch/vax/vax/iidrsys.o       optional ii
3421.1Sragge#arch/vax/vax/iidr_glob.o     optional ii
3431.1Sragge#arch/vax/if/if_css.c         optional css imp device-driver
3441.1Sragge#arch/vax/if/if_dp.c          optional dp device-driver
3451.1Sragge#arch/vax/if/if_ddn.c         optional ddn device-driver
3461.1Sragge#arch/vax/if/if_dmc.c         optional dmc device-driver
3471.1Sragge#arch/vax/if/if_dmv.c         optional dmv device-driver
3481.1Sragge#arch/vax/if/if_ec.c          optional ec device-driver
3491.1Sragge#arch/vax/if/if_en.c          optional en device-driver
3501.1Sragge#arch/vax/if/if_ex.c          optional ex device-driver
3511.1Sragge#arch/vax/if/if_hdh.c         optional hdh device-driver
3521.1Sragge#arch/vax/if/if_hy.c          optional hy device-driver
3531.1Sragge#arch/vax/if/if_il.c          optional il device-driver
3541.1Sragge#arch/vax/if/if_pcl.c         optional pcl device-driver
3551.1Sragge#arch/vax/if/if_vv.c          optional vv device-driver
3561.1Sragge#arch/vax/if/raw_hy.c         optional hy device-driver
357