files.vax revision 1.61
11.61Smatt# $NetBSD: files.vax,v 1.61 2000/01/10 02:35:35 matt 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.61Smatt# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x 1481.61Smattdevice asc: scsi, ncr53c9x 1491.61Smattattach asc at vsbus with asc_vsbus 1501.61Smattfile arch/vax/vsa/asc_vsbus.c asc needs-flag 1511.61Smatt 1521.56Sraggedevice lkc: qfont 1531.37Sraggeattach lkc at dz 1541.37Sraggefile arch/vax/vsa/lkc.c lkc needs-flag 1551.34Sragge 1561.1Sragge# These devices aren't tested (or even compiled!) 1571.1Sragge# They are just included here to make some files happy ;) 1581.1Sragge# 1591.1Sragge 1601.1Sragge# Ikonas framebuffer 1611.32Sthorpejdevice ik 1621.18Sraggeattach ik at uba 1631.39Sjonathanfile arch/vax/uba/ik.c ik needs-flag 1641.1Sragge 1651.32Sthorpejdevice vs 1661.18Sraggeattach vs at uba 1671.39Sjonathanfile arch/vax/uba/vs.c vs needs-flag 1681.1Sragge 1691.1Sragge# RK06/07 on UBA 1701.32Sthorpejdevice rk: disk 1711.18Sraggeattach rk at uba 1721.39Sjonathanfile arch/vax/uba/rk.c rk needs-flag 1731.1Sragge 1741.1Sragge# TM11/TE10 at UBA 1751.32Sthorpejdevice te: tape 1761.18Sraggeattach te at uba 1771.39Sjonathanfile arch/vax/uba/tm.c te needs-flag 1781.1Sragge 1791.1Sragge# TU78 at MBA 1801.32Sthorpejdevice mu: tape 1811.18Sraggeattach mu at mba 1821.39Sjonathanfile arch/vax/mba/mt.c mu needs-flag 1831.1Sragge 1841.1Sragge# DMF32 on UBA 1851.32Sthorpejdevice dmf # XXX? 1861.18Sraggeattach dmf at uba 1871.39Sjonathanfile arch/vax/uba/dmf.c dmf needs-flag 1881.39Sjonathanfile arch/vax/uba/dmz.c dmf needs-flag 1891.1Sragge 1901.1Sragge# DMZ32 on UBA 1911.32Sthorpejdevice dmz # XXX? 1921.18Sraggeattach dmz at uba 1931.39Sjonathanfile arch/vax/uba/dmx.c dmz needs-flag 1941.1Sragge 1951.1Sragge# DN-11 on UBA 1961.32Sthorpejdevice dn # XXX? 1971.18Sraggeattach dn at uba 1981.39Sjonathanfile arch/vax/uba/dn.c dn needs-flag 1991.1Sragge 2001.1Sragge# IDC (RB730) on UBA (VAX 11/730) 2011.32Sthorpejdevice idc { drive=-1 } 2021.18Sraggeattach idc at uba 2031.32Sthorpejdevice rb: disk 2041.18Sraggeattach rb at idc 2051.39Sjonathanfile arch/vax/uba/idc.c rb needs-flag 2061.1Sragge 2071.1Sragge# LP-11 at UBA 2081.32Sthorpejdevice lp 2091.18Sraggeattach lp at uba 2101.39Sjonathanfile arch/vax/uba/lp.c lp needs-flag 2111.1Sragge 2121.1Sragge# ???? at UBA 2131.32Sthorpejdevice lpa 2141.18Sraggeattach lpa at uba 2151.39Sjonathanfile arch/vax/uba/lpa.c lpa needs-flag 2161.1Sragge 2171.1Sragge# PS2 at UBA 2181.32Sthorpejdevice ps 2191.18Sraggeattach ps at uba 2201.39Sjonathanfile arch/vax/uba/ps.c ps needs-flag 2211.1Sragge 2221.1Sragge# RL02/RL11 at UBA 2231.32Sthorpejdevice hl { drive=-1 } 2241.18Sraggeattach hl at uba 2251.32Sthorpejdevice rl: disk 2261.18Sraggeattach rl at hl 2271.39Sjonathanfile arch/vax/uba/rl.c rl needs-flag 2281.1Sragge 2291.1Sragge# SC-21/SC-31 at UBA 2301.32Sthorpejdevice sc { drive=-1 } 2311.18Sraggeattach sc at uba 2321.32Sthorpejdevice up: disk 2331.18Sraggeattach up at sc 2341.39Sjonathanfile arch/vax/uba/up.c up needs-flag 2351.1Sragge 2361.1Sragge# TU45 at UBA 2371.32Sthorpejdevice ut { drive=-1} 2381.18Sraggeattach ut at uba 2391.32Sthorpejdevice tj: tape 2401.18Sraggeattach tj at ut 2411.39Sjonathanfile arch/vax/uba/ut.c tj needs-flag 2421.1Sragge 2431.1Sragge# TU58/DECtape II 2441.32Sthorpejdevice uu: tape 2451.18Sraggeattach uu at uba 2461.39Sjonathanfile arch/vax/uba/uu.c uu needs-flag 2471.1Sragge 2481.1Sragge# Benson-Varian plotter at UBA 2491.32Sthorpejdevice va { drive=-1} 2501.18Sraggeattach va at uba 2511.32Sthorpejdevice vz 2521.18Sraggeattach vz at va 2531.39Sjonathanfile arch/vax/uba/va.c va needs-flag 2541.1Sragge 2551.1Sragge# Versatec plotter at UBA 2561.32Sthorpejdevice vp 2571.18Sraggeattach vp at uba 2581.39Sjonathanfile arch/vax/uba/vp.c vp needs-flag 2591.1Sragge 2601.1Sragge# QVSS at UBA 2611.32Sthorpejdevice qv 2621.18Sraggeattach qv at uba 2631.40Sraggefile arch/vax/uba/qv.c qv needs-flag 2641.1Sragge 2651.1Sragge# Interlan NP100 at UBA 2661.32Sthorpejdevice np: ifnet 2671.18Sraggeattach np at uba 2681.39Sjonathanfile arch/vax/if/if_ix.c np needs-flag 2691.39Sjonathanfile arch/vax/uba/np.c np needs-flag 2701.1Sragge 2711.1Sragge# ACC LH/DH IMP on UBA 2721.32Sthorpejdevice acc: ifnet 2731.18Sraggeattach acc at uba 2741.39Sjonathanfile arch/vax/if/if_acc.c acc needs-flag 2751.1Sragge 2761.1Sragge# DR11C at UBA 2771.32Sthorpejdevice ct # XXX 2781.18Sraggeattach ct at uba 2791.39Sjonathanfile arch/vax/uba/ct.c ct needs-flag 2801.1Sragge 2811.1Sragge# A/D-converter on UBA 2821.32Sthorpejdevice ad 2831.18Sraggeattach ad at uba 2841.39Sjonathanfile arch/vax/uba/ad.c ad needs-flag 2851.1Sragge 2861.1Sragge# DH-11/DM-11 on UBA 2871.32Sthorpejdevice dh # XXX? 2881.18Sraggeattach dh at uba 2891.39Sjonathanfile arch/vax/uba/dh.c dh needs-flag 2901.1Sragge 2911.1Sragge# These are general files needed for compilation. 2921.2Sraggefile dev/cons.c 2931.10Smellonfile dev/cninit.c 2941.53Sraggefile dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 2951.5Sraggefile arch/vax/vax/locore.c 2961.3Sraggefile arch/vax/vax/mem.c 2971.3Sraggefile arch/vax/vax/clock.c 2981.48Sraggefile arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 2991.1Sraggefile arch/vax/vax/pmap.c 3001.1Sraggefile arch/vax/vax/machdep.c 3011.21Sraggefile arch/vax/vax/ka820.c vax8200 3021.43Sraggefile arch/vax/vax/crx.c vax8200 3031.21Sraggefile arch/vax/vax/ka630.c vax630 3041.21Sraggefile arch/vax/vax/ka410.c vax410 3051.21Sraggefile arch/vax/vax/ka43.c vax43 3061.40Sraggefile arch/vax/vax/ka46.c vax46 3071.46Sraggefile arch/vax/vax/ka48.c vax48 3081.60Sraggefile arch/vax/vax/ka49.c vax49 3091.28Sraggefile arch/vax/vax/emulate.s vax630|vax650|vax410 3101.53Sraggefile arch/vax/vax/ka650.c vax650 3111.53Sraggefile arch/vax/vax/ka670.c vax670 3121.45Sraggefile arch/vax/vax/scb.c 3131.1Sraggefile arch/vax/vax/conf.c 3141.1Sraggefile arch/vax/vax/urem.s 3151.1Sraggefile arch/vax/vax/udiv.s 3161.1Sraggefile arch/vax/vax/trap.c 3171.49Sraggefile arch/vax/vax/bus_dma.c 3181.51Sraggefile arch/vax/vax/bus_mem.c 3191.53Sraggefile arch/vax/vax/sgmap.c 3201.1Sraggefile arch/vax/vax/vm_machdep.c 3211.50Sraggefile arch/vax/vax/findcpu.c 3221.7Sraggefile arch/vax/vax/autoconf.c 3231.14Sraggefile arch/vax/vax/in_cksum.c inet 3241.16Sraggefile arch/vax/vax/ns_cksum.c ns 3251.22Sraggefile arch/vax/vax/disksubr.c disk | tape 3261.11Sraggefile arch/vax/vax/db_machdep.c ddb 3271.12Sraggefile arch/vax/vax/db_disasm.c ddb 3281.53Sraggefile arch/vax/uba/uba_dma.c uba 3291.14Sragge 3301.54Sthorpejinclude "compat/ultrix/files.ultrix" 3311.61Smatt 3321.61Smattinclude "compat/ibcs2/files.ibcs2" 3331.61Smattfile arch/vax/vax/ibcs2_machdep.c compat_ibcs2 3341.61Smatt 3351.54Sthorpejinclude "compat/vax1k/files.vax1k" 3361.1Sragge 3371.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 3381.1Sragge#arch/vax/vax/dkbad.c standard 3391.1Sragge#arch/vax/vax/ka730.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