files.vax revision 1.57
11.57Sragge# $NetBSD: files.vax,v 1.57 1999/08/07 10:36:44 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.57Sragge 191.57Sragge# SBI and related devices 201.32Sthorpejdevice sbi { tr=-1 } 211.57Sraggeattach sbi at mainbus with sbi_mainbus 221.57Sraggefile arch/vax/vax/sbi.c sbi 231.20Sragge 241.57Sraggeattach mem at sbi with mem_sbi 251.57Sraggefile arch/vax/vax/ka780.c vax780 | mem_sbi 261.57Sraggefile arch/vax/vax/cfl.c vax780 | mem_sbi 271.57Sragge 281.57Sragge# Abus and related devices 291.57Sraggedevice abus { } 301.57Sraggeattach abus at mainbus 311.57Sraggeattach sbi at abus with sbi_abus 321.57Sraggefile arch/vax/vax/ka860.c abus 331.57Sraggefile arch/vax/vax/crl.c abus 341.57Sragge 351.57Sragge# CMI and related devices 361.32Sthorpejdevice cmi { tr=-1 } 371.41Smattattach cmi at mainbus 381.57Sraggefile arch/vax/vax/cmi.c cmi 391.57Sragge 401.57Sraggeattach mem at cmi with mem_cmi 411.57Sraggefile arch/vax/vax/ka750.c vax750 | mem_cmi 421.57Sraggefile arch/vax/vax/ctu.c vax750 | mem_cmi 431.22Sragge 441.47Sraggedevice vsbus { csr } 451.41Smattattach vsbus at mainbus 461.21Sraggefile arch/vax/vsa/vsbus.c vsbus 471.18Sragge 481.57Sraggedevice ibus { } 491.57Sraggeattach ibus at mainbus 501.57Sraggefile arch/vax/vax/ibus.c ibus 511.20Sragge 521.22Sraggeattach mba at sbi with mba_sbi 531.22Sraggeattach mba at cmi with mba_cmi 541.9Sraggefile arch/vax/mba/mba.c mba needs-flag 551.1Sragge 561.32Sthorpejdevice hp: disk 571.18Sraggeattach hp at mba 581.9Sraggefile arch/vax/mba/hp.c hp needs-flag 591.9Sraggemajor {hp = 0} 601.1Sragge 611.32Sthorpejdevice ht: tape 621.18Sraggeattach ht at mba 631.11Sraggefile arch/vax/mba/ht.c ht needs-flag 641.11Sragge 651.37Sragge# wscons files. 661.37Sraggeinclude "dev/wscons/files.wscons" 671.37Sragge 681.44Sragge# Memory Disk for install floppy 691.44Sraggefile arch/vax/vax/md_root.c memory_disk_hooks 701.44Sraggemajor {md = 23} 711.44Sragge 721.20Sragge# MSCP device drivers 731.53Sraggeinclude "dev/mscp/files.mscp" 741.20Sraggemajor {ra = 9} 751.20Sragge 761.51Sragge# Unibus/Q22 bus definitions 771.53Sraggeinclude "dev/qbus/files.uba" 781.51Sragge 791.57Sraggeattach uba at ibus with uba_ibus 801.57Sraggefile arch/vax/uba/uba_ibus.c uba_ibus 811.22Sraggeattach uba at sbi with uba_sbi 821.55Sraggefile arch/vax/uba/uba_sbi.c uba_sbi 831.22Sraggeattach uba at cmi with uba_cmi 841.55Sraggefile arch/vax/uba/uba_cmi.c uba_cmi 851.55Sragge 861.55Sragge# BI bus definitions 871.55Sraggeinclude "dev/bi/files.bi" 881.14Sragge 891.55Sraggeattach bi at mainbus with bi_mainbus 901.55Sraggefile arch/vax/bi/bi_mainbus.c bi_mainbus 911.55Sragge 921.55Sragge# VAX CPUs at BI, do not belong in MI code. 931.55Sraggeattach cpu at bi with cpu_bi 941.55Sraggeattach mem at bi with mem_bi 951.22Sragge 961.14Sragge# TS11 at UBA 971.32Sthorpejdevice ts: tape 981.18Sraggeattach ts at uba 991.40Sraggefile arch/vax/uba/ts.c ts needs-flag 1001.9Sragge 1011.35Sraggeattach dz at vsbus with dz_vsbus 1021.57Sraggefile arch/vax/vsa/dz_ibus.c dz_vsbus 1031.35Sragge 1041.21Sragge# RD-type disks at VS2000's onboard MFM-controller 1051.32Sthorpejdevice hdc { drive = -1 } 1061.21Sraggeattach hdc at vsbus 1071.41Smattfile arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 1081.21Sragge 1091.32Sthorpejdevice rd: disk 1101.21Sraggeattach rd at hdc 1111.21Sraggemajor {rd = 19} 1121.21Sragge 1131.40Sraggedevice ry: disk 1141.40Sraggeattach ry at hdc 1151.40Sraggemajor {ry = 24} 1161.40Sragge 1171.21Sragge# 1181.21Sragge# Machine-independent SCSI driver. 1191.21Sragge# 1201.54Sthorpejinclude "dev/scsipi/files.scsipi" 1211.23Sraggemajor { sd = 20 } 1221.23Sraggemajor { cd = 22 } 1231.21Sragge 1241.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 1251.32Sthorpejdevice ncr: scsi, ncr5380sbc 1261.21Sraggeattach ncr at vsbus 1271.21Sraggefile arch/vax/vsa/ncr.c ncr needs-flag 1281.21Sragge 1291.21Sragge# LANCE ethernet controller on VAXstation 1301.40Sraggedevice ln: ifnet, ether, arp 1311.34Sraggeattach ln at vsbus 1321.35Sraggefile arch/vax/vsa/if_ln.c ln 1331.21Sragge 1341.37Sragge# Monochrome framebuffer on VS3100. 1351.56Sraggedevice smg: wsemuldisplaydev, qfont 1361.37Sraggeattach smg at vsbus 1371.37Sraggefile arch/vax/vsa/smg.c smg needs-flag 1381.37Sragge 1391.56Sraggedevice lkc: qfont 1401.37Sraggeattach lkc at dz 1411.37Sraggefile arch/vax/vsa/lkc.c lkc needs-flag 1421.34Sragge 1431.1Sragge# These devices aren't tested (or even compiled!) 1441.1Sragge# They are just included here to make some files happy ;) 1451.1Sragge# 1461.1Sragge 1471.1Sragge# Ikonas framebuffer 1481.32Sthorpejdevice ik 1491.18Sraggeattach ik at uba 1501.39Sjonathanfile arch/vax/uba/ik.c ik needs-flag 1511.1Sragge 1521.32Sthorpejdevice vs 1531.18Sraggeattach vs at uba 1541.39Sjonathanfile arch/vax/uba/vs.c vs needs-flag 1551.1Sragge 1561.1Sragge# RK06/07 on UBA 1571.32Sthorpejdevice rk: disk 1581.18Sraggeattach rk at uba 1591.39Sjonathanfile arch/vax/uba/rk.c rk needs-flag 1601.1Sragge 1611.1Sragge# TM11/TE10 at UBA 1621.32Sthorpejdevice te: tape 1631.18Sraggeattach te at uba 1641.39Sjonathanfile arch/vax/uba/tm.c te needs-flag 1651.1Sragge 1661.1Sragge# TU78 at MBA 1671.32Sthorpejdevice mu: tape 1681.18Sraggeattach mu at mba 1691.39Sjonathanfile arch/vax/mba/mt.c mu needs-flag 1701.1Sragge 1711.1Sragge# DMF32 on UBA 1721.32Sthorpejdevice dmf # XXX? 1731.18Sraggeattach dmf at uba 1741.39Sjonathanfile arch/vax/uba/dmf.c dmf needs-flag 1751.39Sjonathanfile arch/vax/uba/dmz.c dmf needs-flag 1761.1Sragge 1771.1Sragge# DMZ32 on UBA 1781.32Sthorpejdevice dmz # XXX? 1791.18Sraggeattach dmz at uba 1801.39Sjonathanfile arch/vax/uba/dmx.c dmz needs-flag 1811.1Sragge 1821.1Sragge# DN-11 on UBA 1831.32Sthorpejdevice dn # XXX? 1841.18Sraggeattach dn at uba 1851.39Sjonathanfile arch/vax/uba/dn.c dn needs-flag 1861.1Sragge 1871.1Sragge# IDC (RB730) on UBA (VAX 11/730) 1881.32Sthorpejdevice idc { drive=-1 } 1891.18Sraggeattach idc at uba 1901.32Sthorpejdevice rb: disk 1911.18Sraggeattach rb at idc 1921.39Sjonathanfile arch/vax/uba/idc.c rb needs-flag 1931.1Sragge 1941.1Sragge# LP-11 at UBA 1951.32Sthorpejdevice lp 1961.18Sraggeattach lp at uba 1971.39Sjonathanfile arch/vax/uba/lp.c lp needs-flag 1981.1Sragge 1991.1Sragge# ???? at UBA 2001.32Sthorpejdevice lpa 2011.18Sraggeattach lpa at uba 2021.39Sjonathanfile arch/vax/uba/lpa.c lpa needs-flag 2031.1Sragge 2041.1Sragge# PS2 at UBA 2051.32Sthorpejdevice ps 2061.18Sraggeattach ps at uba 2071.39Sjonathanfile arch/vax/uba/ps.c ps needs-flag 2081.1Sragge 2091.1Sragge# RL02/RL11 at UBA 2101.32Sthorpejdevice hl { drive=-1 } 2111.18Sraggeattach hl at uba 2121.32Sthorpejdevice rl: disk 2131.18Sraggeattach rl at hl 2141.39Sjonathanfile arch/vax/uba/rl.c rl needs-flag 2151.1Sragge 2161.1Sragge# SC-21/SC-31 at UBA 2171.32Sthorpejdevice sc { drive=-1 } 2181.18Sraggeattach sc at uba 2191.32Sthorpejdevice up: disk 2201.18Sraggeattach up at sc 2211.39Sjonathanfile arch/vax/uba/up.c up needs-flag 2221.1Sragge 2231.1Sragge# TU45 at UBA 2241.32Sthorpejdevice ut { drive=-1} 2251.18Sraggeattach ut at uba 2261.32Sthorpejdevice tj: tape 2271.18Sraggeattach tj at ut 2281.39Sjonathanfile arch/vax/uba/ut.c tj needs-flag 2291.1Sragge 2301.1Sragge# TU58/DECtape II 2311.32Sthorpejdevice uu: tape 2321.18Sraggeattach uu at uba 2331.39Sjonathanfile arch/vax/uba/uu.c uu needs-flag 2341.1Sragge 2351.1Sragge# Benson-Varian plotter at UBA 2361.32Sthorpejdevice va { drive=-1} 2371.18Sraggeattach va at uba 2381.32Sthorpejdevice vz 2391.18Sraggeattach vz at va 2401.39Sjonathanfile arch/vax/uba/va.c va needs-flag 2411.1Sragge 2421.1Sragge# Versatec plotter at UBA 2431.32Sthorpejdevice vp 2441.18Sraggeattach vp at uba 2451.39Sjonathanfile arch/vax/uba/vp.c vp needs-flag 2461.1Sragge 2471.1Sragge# QVSS at UBA 2481.32Sthorpejdevice qv 2491.18Sraggeattach qv at uba 2501.40Sraggefile arch/vax/uba/qv.c qv needs-flag 2511.1Sragge 2521.1Sragge# Interlan NP100 at UBA 2531.32Sthorpejdevice np: ifnet 2541.18Sraggeattach np at uba 2551.39Sjonathanfile arch/vax/if/if_ix.c np needs-flag 2561.39Sjonathanfile arch/vax/uba/np.c np needs-flag 2571.1Sragge 2581.1Sragge# ACC LH/DH IMP on UBA 2591.32Sthorpejdevice acc: ifnet 2601.18Sraggeattach acc at uba 2611.39Sjonathanfile arch/vax/if/if_acc.c acc needs-flag 2621.1Sragge 2631.1Sragge# DR11C at UBA 2641.32Sthorpejdevice ct # XXX 2651.18Sraggeattach ct at uba 2661.39Sjonathanfile arch/vax/uba/ct.c ct needs-flag 2671.1Sragge 2681.1Sragge# A/D-converter on UBA 2691.32Sthorpejdevice ad 2701.18Sraggeattach ad at uba 2711.39Sjonathanfile arch/vax/uba/ad.c ad needs-flag 2721.1Sragge 2731.1Sragge# DH-11/DM-11 on UBA 2741.32Sthorpejdevice dh # XXX? 2751.18Sraggeattach dh at uba 2761.39Sjonathanfile arch/vax/uba/dh.c dh needs-flag 2771.1Sragge 2781.1Sragge# These are general files needed for compilation. 2791.2Sraggefile dev/cons.c 2801.10Smellonfile dev/cninit.c 2811.53Sraggefile dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 2821.5Sraggefile arch/vax/vax/locore.c 2831.3Sraggefile arch/vax/vax/mem.c 2841.3Sraggefile arch/vax/vax/clock.c 2851.48Sraggefile arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 2861.1Sraggefile arch/vax/vax/pmap.c 2871.1Sraggefile arch/vax/vax/machdep.c 2881.21Sraggefile arch/vax/vax/ka820.c vax8200 2891.43Sraggefile arch/vax/vax/crx.c vax8200 2901.21Sraggefile arch/vax/vax/ka630.c vax630 2911.21Sraggefile arch/vax/vax/ka410.c vax410 2921.21Sraggefile arch/vax/vax/ka43.c vax43 2931.40Sraggefile arch/vax/vax/ka46.c vax46 2941.46Sraggefile arch/vax/vax/ka48.c vax48 2951.28Sraggefile arch/vax/vax/emulate.s vax630|vax650|vax410 2961.53Sraggefile arch/vax/vax/ka650.c vax650 2971.53Sraggefile arch/vax/vax/ka670.c vax670 2981.45Sraggefile arch/vax/vax/scb.c 2991.1Sraggefile arch/vax/vax/conf.c 3001.1Sraggefile arch/vax/vax/urem.s 3011.1Sraggefile arch/vax/vax/udiv.s 3021.1Sraggefile arch/vax/vax/trap.c 3031.49Sraggefile arch/vax/vax/bus_dma.c 3041.51Sraggefile arch/vax/vax/bus_mem.c 3051.53Sraggefile arch/vax/vax/sgmap.c 3061.1Sraggefile arch/vax/vax/vm_machdep.c 3071.50Sraggefile arch/vax/vax/findcpu.c 3081.7Sraggefile arch/vax/vax/autoconf.c 3091.14Sraggefile arch/vax/vax/in_cksum.c inet 3101.16Sraggefile arch/vax/vax/ns_cksum.c ns 3111.22Sraggefile arch/vax/vax/disksubr.c disk | tape 3121.11Sraggefile arch/vax/vax/db_machdep.c ddb 3131.12Sraggefile arch/vax/vax/db_disasm.c ddb 3141.53Sraggefile arch/vax/uba/uba_dma.c uba 3151.14Sragge 3161.54Sthorpejinclude "compat/ultrix/files.ultrix" 3171.54Sthorpejinclude "compat/vax1k/files.vax1k" 3181.1Sragge 3191.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 3201.1Sragge#arch/vax/vax/dkbad.c standard 3211.1Sragge#arch/vax/vax/ka730.c standard 3221.1Sragge#arch/vax/vax/iidr.o optional ii 3231.1Sragge#arch/vax/vax/iidrsys.o optional ii 3241.1Sragge#arch/vax/vax/iidr_glob.o optional ii 3251.1Sragge#arch/vax/if/if_css.c optional css imp device-driver 3261.1Sragge#arch/vax/if/if_dp.c optional dp device-driver 3271.1Sragge#arch/vax/if/if_ddn.c optional ddn device-driver 3281.1Sragge#arch/vax/if/if_dmc.c optional dmc device-driver 3291.1Sragge#arch/vax/if/if_dmv.c optional dmv device-driver 3301.1Sragge#arch/vax/if/if_ec.c optional ec device-driver 3311.1Sragge#arch/vax/if/if_en.c optional en device-driver 3321.1Sragge#arch/vax/if/if_ex.c optional ex device-driver 3331.1Sragge#arch/vax/if/if_hdh.c optional hdh device-driver 3341.1Sragge#arch/vax/if/if_hy.c optional hy device-driver 3351.1Sragge#arch/vax/if/if_il.c optional il device-driver 3361.1Sragge#arch/vax/if/if_pcl.c optional pcl device-driver 3371.1Sragge#arch/vax/if/if_vv.c optional vv device-driver 3381.1Sragge#arch/vax/if/raw_hy.c optional hy device-driver 339