files.vax revision 1.60
11.60Sragge# $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 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.58Sragge 521.58Sraggedevice ze: sgec, arp, ether, ifnet 531.60Sraggeattach ze at ibus with ze_ibus 541.60Sraggefile arch/vax/if/if_ze.c ze_ibus 551.60Sraggeattach ze at vsbus with ze_vsbus 561.60Sraggefile arch/vax/vsa/if_ze_vsbus.c ze_vsbus 571.20Sragge 581.59Sraggeattach le at ibus with le_ibus: le24 591.59Sraggefile arch/vax/if/if_le.c le_ibus 601.59Sragge 611.22Sraggeattach mba at sbi with mba_sbi 621.22Sraggeattach mba at cmi with mba_cmi 631.9Sraggefile arch/vax/mba/mba.c mba needs-flag 641.1Sragge 651.32Sthorpejdevice hp: disk 661.18Sraggeattach hp at mba 671.9Sraggefile arch/vax/mba/hp.c hp needs-flag 681.9Sraggemajor {hp = 0} 691.1Sragge 701.32Sthorpejdevice ht: tape 711.18Sraggeattach ht at mba 721.11Sraggefile arch/vax/mba/ht.c ht needs-flag 731.11Sragge 741.37Sragge# wscons files. 751.37Sraggeinclude "dev/wscons/files.wscons" 761.37Sragge 771.44Sragge# Memory Disk for install floppy 781.44Sraggefile arch/vax/vax/md_root.c memory_disk_hooks 791.44Sraggemajor {md = 23} 801.44Sragge 811.20Sragge# MSCP device drivers 821.53Sraggeinclude "dev/mscp/files.mscp" 831.20Sraggemajor {ra = 9} 841.20Sragge 851.51Sragge# Unibus/Q22 bus definitions 861.53Sraggeinclude "dev/qbus/files.uba" 871.51Sragge 881.57Sraggeattach uba at ibus with uba_ibus 891.57Sraggefile arch/vax/uba/uba_ibus.c uba_ibus 901.22Sraggeattach uba at sbi with uba_sbi 911.55Sraggefile arch/vax/uba/uba_sbi.c uba_sbi 921.22Sraggeattach uba at cmi with uba_cmi 931.55Sraggefile arch/vax/uba/uba_cmi.c uba_cmi 941.55Sragge 951.55Sragge# BI bus definitions 961.55Sraggeinclude "dev/bi/files.bi" 971.14Sragge 981.55Sraggeattach bi at mainbus with bi_mainbus 991.55Sraggefile arch/vax/bi/bi_mainbus.c bi_mainbus 1001.55Sragge 1011.55Sragge# VAX CPUs at BI, do not belong in MI code. 1021.55Sraggeattach cpu at bi with cpu_bi 1031.55Sraggeattach mem at bi with mem_bi 1041.22Sragge 1051.14Sragge# TS11 at UBA 1061.32Sthorpejdevice ts: tape 1071.18Sraggeattach ts at uba 1081.40Sraggefile arch/vax/uba/ts.c ts needs-flag 1091.9Sragge 1101.35Sraggeattach dz at vsbus with dz_vsbus 1111.57Sraggefile arch/vax/vsa/dz_ibus.c dz_vsbus 1121.35Sragge 1131.21Sragge# RD-type disks at VS2000's onboard MFM-controller 1141.32Sthorpejdevice hdc { drive = -1 } 1151.21Sraggeattach hdc at vsbus 1161.41Smattfile arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 1171.21Sragge 1181.32Sthorpejdevice rd: disk 1191.21Sraggeattach rd at hdc 1201.21Sraggemajor {rd = 19} 1211.21Sragge 1221.40Sraggedevice ry: disk 1231.40Sraggeattach ry at hdc 1241.40Sraggemajor {ry = 24} 1251.40Sragge 1261.21Sragge# 1271.21Sragge# Machine-independent SCSI driver. 1281.21Sragge# 1291.54Sthorpejinclude "dev/scsipi/files.scsipi" 1301.23Sraggemajor { sd = 20 } 1311.23Sraggemajor { cd = 22 } 1321.21Sragge 1331.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 1341.32Sthorpejdevice ncr: scsi, ncr5380sbc 1351.21Sraggeattach ncr at vsbus 1361.21Sraggefile arch/vax/vsa/ncr.c ncr needs-flag 1371.21Sragge 1381.21Sragge# LANCE ethernet controller on VAXstation 1391.59Sraggeattach le at vsbus with le_vsbus: le24 1401.59Sraggefile arch/vax/if/if_le_vsbus.c le_vsbus 1411.21Sragge 1421.37Sragge# Monochrome framebuffer on VS3100. 1431.56Sraggedevice smg: wsemuldisplaydev, qfont 1441.37Sraggeattach smg at vsbus 1451.37Sraggefile arch/vax/vsa/smg.c smg needs-flag 1461.37Sragge 1471.56Sraggedevice lkc: qfont 1481.37Sraggeattach lkc at dz 1491.37Sraggefile arch/vax/vsa/lkc.c lkc needs-flag 1501.34Sragge 1511.1Sragge# These devices aren't tested (or even compiled!) 1521.1Sragge# They are just included here to make some files happy ;) 1531.1Sragge# 1541.1Sragge 1551.1Sragge# Ikonas framebuffer 1561.32Sthorpejdevice ik 1571.18Sraggeattach ik at uba 1581.39Sjonathanfile arch/vax/uba/ik.c ik needs-flag 1591.1Sragge 1601.32Sthorpejdevice vs 1611.18Sraggeattach vs at uba 1621.39Sjonathanfile arch/vax/uba/vs.c vs needs-flag 1631.1Sragge 1641.1Sragge# RK06/07 on UBA 1651.32Sthorpejdevice rk: disk 1661.18Sraggeattach rk at uba 1671.39Sjonathanfile arch/vax/uba/rk.c rk needs-flag 1681.1Sragge 1691.1Sragge# TM11/TE10 at UBA 1701.32Sthorpejdevice te: tape 1711.18Sraggeattach te at uba 1721.39Sjonathanfile arch/vax/uba/tm.c te needs-flag 1731.1Sragge 1741.1Sragge# TU78 at MBA 1751.32Sthorpejdevice mu: tape 1761.18Sraggeattach mu at mba 1771.39Sjonathanfile arch/vax/mba/mt.c mu needs-flag 1781.1Sragge 1791.1Sragge# DMF32 on UBA 1801.32Sthorpejdevice dmf # XXX? 1811.18Sraggeattach dmf at uba 1821.39Sjonathanfile arch/vax/uba/dmf.c dmf needs-flag 1831.39Sjonathanfile arch/vax/uba/dmz.c dmf needs-flag 1841.1Sragge 1851.1Sragge# DMZ32 on UBA 1861.32Sthorpejdevice dmz # XXX? 1871.18Sraggeattach dmz at uba 1881.39Sjonathanfile arch/vax/uba/dmx.c dmz needs-flag 1891.1Sragge 1901.1Sragge# DN-11 on UBA 1911.32Sthorpejdevice dn # XXX? 1921.18Sraggeattach dn at uba 1931.39Sjonathanfile arch/vax/uba/dn.c dn needs-flag 1941.1Sragge 1951.1Sragge# IDC (RB730) on UBA (VAX 11/730) 1961.32Sthorpejdevice idc { drive=-1 } 1971.18Sraggeattach idc at uba 1981.32Sthorpejdevice rb: disk 1991.18Sraggeattach rb at idc 2001.39Sjonathanfile arch/vax/uba/idc.c rb needs-flag 2011.1Sragge 2021.1Sragge# LP-11 at UBA 2031.32Sthorpejdevice lp 2041.18Sraggeattach lp at uba 2051.39Sjonathanfile arch/vax/uba/lp.c lp needs-flag 2061.1Sragge 2071.1Sragge# ???? at UBA 2081.32Sthorpejdevice lpa 2091.18Sraggeattach lpa at uba 2101.39Sjonathanfile arch/vax/uba/lpa.c lpa needs-flag 2111.1Sragge 2121.1Sragge# PS2 at UBA 2131.32Sthorpejdevice ps 2141.18Sraggeattach ps at uba 2151.39Sjonathanfile arch/vax/uba/ps.c ps needs-flag 2161.1Sragge 2171.1Sragge# RL02/RL11 at UBA 2181.32Sthorpejdevice hl { drive=-1 } 2191.18Sraggeattach hl at uba 2201.32Sthorpejdevice rl: disk 2211.18Sraggeattach rl at hl 2221.39Sjonathanfile arch/vax/uba/rl.c rl needs-flag 2231.1Sragge 2241.1Sragge# SC-21/SC-31 at UBA 2251.32Sthorpejdevice sc { drive=-1 } 2261.18Sraggeattach sc at uba 2271.32Sthorpejdevice up: disk 2281.18Sraggeattach up at sc 2291.39Sjonathanfile arch/vax/uba/up.c up needs-flag 2301.1Sragge 2311.1Sragge# TU45 at UBA 2321.32Sthorpejdevice ut { drive=-1} 2331.18Sraggeattach ut at uba 2341.32Sthorpejdevice tj: tape 2351.18Sraggeattach tj at ut 2361.39Sjonathanfile arch/vax/uba/ut.c tj needs-flag 2371.1Sragge 2381.1Sragge# TU58/DECtape II 2391.32Sthorpejdevice uu: tape 2401.18Sraggeattach uu at uba 2411.39Sjonathanfile arch/vax/uba/uu.c uu needs-flag 2421.1Sragge 2431.1Sragge# Benson-Varian plotter at UBA 2441.32Sthorpejdevice va { drive=-1} 2451.18Sraggeattach va at uba 2461.32Sthorpejdevice vz 2471.18Sraggeattach vz at va 2481.39Sjonathanfile arch/vax/uba/va.c va needs-flag 2491.1Sragge 2501.1Sragge# Versatec plotter at UBA 2511.32Sthorpejdevice vp 2521.18Sraggeattach vp at uba 2531.39Sjonathanfile arch/vax/uba/vp.c vp needs-flag 2541.1Sragge 2551.1Sragge# QVSS at UBA 2561.32Sthorpejdevice qv 2571.18Sraggeattach qv at uba 2581.40Sraggefile arch/vax/uba/qv.c qv needs-flag 2591.1Sragge 2601.1Sragge# Interlan NP100 at UBA 2611.32Sthorpejdevice np: ifnet 2621.18Sraggeattach np at uba 2631.39Sjonathanfile arch/vax/if/if_ix.c np needs-flag 2641.39Sjonathanfile arch/vax/uba/np.c np needs-flag 2651.1Sragge 2661.1Sragge# ACC LH/DH IMP on UBA 2671.32Sthorpejdevice acc: ifnet 2681.18Sraggeattach acc at uba 2691.39Sjonathanfile arch/vax/if/if_acc.c acc needs-flag 2701.1Sragge 2711.1Sragge# DR11C at UBA 2721.32Sthorpejdevice ct # XXX 2731.18Sraggeattach ct at uba 2741.39Sjonathanfile arch/vax/uba/ct.c ct needs-flag 2751.1Sragge 2761.1Sragge# A/D-converter on UBA 2771.32Sthorpejdevice ad 2781.18Sraggeattach ad at uba 2791.39Sjonathanfile arch/vax/uba/ad.c ad needs-flag 2801.1Sragge 2811.1Sragge# DH-11/DM-11 on UBA 2821.32Sthorpejdevice dh # XXX? 2831.18Sraggeattach dh at uba 2841.39Sjonathanfile arch/vax/uba/dh.c dh needs-flag 2851.1Sragge 2861.1Sragge# These are general files needed for compilation. 2871.2Sraggefile dev/cons.c 2881.10Smellonfile dev/cninit.c 2891.53Sraggefile dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 2901.5Sraggefile arch/vax/vax/locore.c 2911.3Sraggefile arch/vax/vax/mem.c 2921.3Sraggefile arch/vax/vax/clock.c 2931.48Sraggefile arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 2941.1Sraggefile arch/vax/vax/pmap.c 2951.1Sraggefile arch/vax/vax/machdep.c 2961.21Sraggefile arch/vax/vax/ka820.c vax8200 2971.43Sraggefile arch/vax/vax/crx.c vax8200 2981.21Sraggefile arch/vax/vax/ka630.c vax630 2991.21Sraggefile arch/vax/vax/ka410.c vax410 3001.21Sraggefile arch/vax/vax/ka43.c vax43 3011.40Sraggefile arch/vax/vax/ka46.c vax46 3021.46Sraggefile arch/vax/vax/ka48.c vax48 3031.60Sraggefile arch/vax/vax/ka49.c vax49 3041.28Sraggefile arch/vax/vax/emulate.s vax630|vax650|vax410 3051.53Sraggefile arch/vax/vax/ka650.c vax650 3061.53Sraggefile arch/vax/vax/ka670.c vax670 3071.45Sraggefile arch/vax/vax/scb.c 3081.1Sraggefile arch/vax/vax/conf.c 3091.1Sraggefile arch/vax/vax/urem.s 3101.1Sraggefile arch/vax/vax/udiv.s 3111.1Sraggefile arch/vax/vax/trap.c 3121.49Sraggefile arch/vax/vax/bus_dma.c 3131.51Sraggefile arch/vax/vax/bus_mem.c 3141.53Sraggefile arch/vax/vax/sgmap.c 3151.1Sraggefile arch/vax/vax/vm_machdep.c 3161.50Sraggefile arch/vax/vax/findcpu.c 3171.7Sraggefile arch/vax/vax/autoconf.c 3181.14Sraggefile arch/vax/vax/in_cksum.c inet 3191.16Sraggefile arch/vax/vax/ns_cksum.c ns 3201.22Sraggefile arch/vax/vax/disksubr.c disk | tape 3211.11Sraggefile arch/vax/vax/db_machdep.c ddb 3221.12Sraggefile arch/vax/vax/db_disasm.c ddb 3231.53Sraggefile arch/vax/uba/uba_dma.c uba 3241.14Sragge 3251.54Sthorpejinclude "compat/ultrix/files.ultrix" 3261.54Sthorpejinclude "compat/vax1k/files.vax1k" 3271.1Sragge 3281.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 3291.1Sragge#arch/vax/vax/dkbad.c standard 3301.1Sragge#arch/vax/vax/ka730.c standard 3311.1Sragge#arch/vax/vax/iidr.o optional ii 3321.1Sragge#arch/vax/vax/iidrsys.o optional ii 3331.1Sragge#arch/vax/vax/iidr_glob.o optional ii 3341.1Sragge#arch/vax/if/if_css.c optional css imp device-driver 3351.1Sragge#arch/vax/if/if_dp.c optional dp device-driver 3361.1Sragge#arch/vax/if/if_ddn.c optional ddn device-driver 3371.1Sragge#arch/vax/if/if_dmc.c optional dmc device-driver 3381.1Sragge#arch/vax/if/if_dmv.c optional dmv device-driver 3391.1Sragge#arch/vax/if/if_ec.c optional ec device-driver 3401.1Sragge#arch/vax/if/if_en.c optional en device-driver 3411.1Sragge#arch/vax/if/if_ex.c optional ex device-driver 3421.1Sragge#arch/vax/if/if_hdh.c optional hdh device-driver 3431.1Sragge#arch/vax/if/if_hy.c optional hy device-driver 3441.1Sragge#arch/vax/if/if_il.c optional il device-driver 3451.1Sragge#arch/vax/if/if_pcl.c optional pcl device-driver 3461.1Sragge#arch/vax/if/if_vv.c optional vv device-driver 3471.1Sragge#arch/vax/if/raw_hy.c optional hy device-driver 348