files.vax revision 1.64
11.64Sthorpej# $NetBSD: files.vax,v 1.64 2000/02/14 21:42:54 thorpej 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.62Smatt 191.62Smattdefopt VAX780 # VAX-11/780 & 785 201.62Smattdefopt VAX750 # VAX-11/750 211.62Smattdefopt VAX730 # VAX-11/730 221.62Smattdefopt VAX8200 # VAX 8200|8300 231.62Smattdefopt VAX8500 # VAX 8500|8800|8550 241.62Smattdefopt VAX8600 # VAX 8600|8650 251.62Smattdefopt VAX410 # VAXstation 2000, MicroVAX 200 261.62Smattdefopt VAX43 # VAXstation 3100 / MicroVAX 3100 271.62Smattdefopt VAX46 # VAXstation 4000/60 281.62Smattdefopt VAX48 # VAXstation 4000/VLC 291.62Smattdefopt VAX49 # VAXstation 4000/90 or 4000/96 301.62Smattdefopt VAX630 # MicroVAX II or VAXstation II 311.62Smattdefopt VAX650 # MicroVAX III or VAXstation III 321.62Smattdefopt VAX660 # VAX 4000/200 331.62Smattdefopt VAX670 # VAX 4000/300 341.62Smatt 351.57Sragge# SBI and related devices 361.32Sthorpejdevice sbi { tr=-1 } 371.57Sraggeattach sbi at mainbus with sbi_mainbus 381.57Sraggefile arch/vax/vax/sbi.c sbi 391.20Sragge 401.57Sraggeattach mem at sbi with mem_sbi 411.57Sraggefile arch/vax/vax/ka780.c vax780 | mem_sbi 421.57Sraggefile arch/vax/vax/cfl.c vax780 | mem_sbi 431.57Sragge 441.57Sragge# Abus and related devices 451.57Sraggedevice abus { } 461.57Sraggeattach abus at mainbus 471.57Sraggeattach sbi at abus with sbi_abus 481.57Sraggefile arch/vax/vax/ka860.c abus 491.57Sraggefile arch/vax/vax/crl.c abus 501.57Sragge 511.57Sragge# CMI and related devices 521.32Sthorpejdevice cmi { tr=-1 } 531.41Smattattach cmi at mainbus 541.57Sraggefile arch/vax/vax/cmi.c cmi 551.57Sragge 561.57Sraggeattach mem at cmi with mem_cmi 571.57Sraggefile arch/vax/vax/ka750.c vax750 | mem_cmi 581.57Sraggefile arch/vax/vax/ctu.c vax750 | mem_cmi 591.22Sragge 601.47Sraggedevice vsbus { csr } 611.41Smattattach vsbus at mainbus 621.21Sraggefile arch/vax/vsa/vsbus.c vsbus 631.18Sragge 641.57Sraggedevice ibus { } 651.57Sraggeattach ibus at mainbus 661.57Sraggefile arch/vax/vax/ibus.c ibus 671.58Sragge 681.58Sraggedevice ze: sgec, arp, ether, ifnet 691.60Sraggeattach ze at ibus with ze_ibus 701.60Sraggefile arch/vax/if/if_ze.c ze_ibus 711.60Sraggeattach ze at vsbus with ze_vsbus 721.60Sraggefile arch/vax/vsa/if_ze_vsbus.c ze_vsbus 731.20Sragge 741.59Sraggeattach le at ibus with le_ibus: le24 751.59Sraggefile arch/vax/if/if_le.c le_ibus 761.59Sragge 771.22Sraggeattach mba at sbi with mba_sbi 781.22Sraggeattach mba at cmi with mba_cmi 791.9Sraggefile arch/vax/mba/mba.c mba needs-flag 801.1Sragge 811.32Sthorpejdevice hp: disk 821.18Sraggeattach hp at mba 831.9Sraggefile arch/vax/mba/hp.c hp needs-flag 841.9Sraggemajor {hp = 0} 851.1Sragge 861.32Sthorpejdevice ht: tape 871.18Sraggeattach ht at mba 881.11Sraggefile arch/vax/mba/ht.c ht needs-flag 891.11Sragge 901.37Sragge# wscons files. 911.37Sraggeinclude "dev/wscons/files.wscons" 921.37Sragge 931.44Sragge# Memory Disk for install floppy 941.44Sraggefile arch/vax/vax/md_root.c memory_disk_hooks 951.44Sraggemajor {md = 23} 961.44Sragge 971.20Sragge# MSCP device drivers 981.53Sraggeinclude "dev/mscp/files.mscp" 991.20Sraggemajor {ra = 9} 1001.20Sragge 1011.51Sragge# Unibus/Q22 bus definitions 1021.53Sraggeinclude "dev/qbus/files.uba" 1031.51Sragge 1041.57Sraggeattach uba at ibus with uba_ibus 1051.57Sraggefile arch/vax/uba/uba_ibus.c uba_ibus 1061.22Sraggeattach uba at sbi with uba_sbi 1071.55Sraggefile arch/vax/uba/uba_sbi.c uba_sbi 1081.22Sraggeattach uba at cmi with uba_cmi 1091.55Sraggefile arch/vax/uba/uba_cmi.c uba_cmi 1101.55Sragge 1111.55Sragge# BI bus definitions 1121.55Sraggeinclude "dev/bi/files.bi" 1131.14Sragge 1141.55Sraggeattach bi at mainbus with bi_mainbus 1151.55Sraggefile arch/vax/bi/bi_mainbus.c bi_mainbus 1161.55Sragge 1171.55Sragge# VAX CPUs at BI, do not belong in MI code. 1181.55Sraggeattach cpu at bi with cpu_bi 1191.55Sraggeattach mem at bi with mem_bi 1201.22Sragge 1211.14Sragge# TS11 at UBA 1221.32Sthorpejdevice ts: tape 1231.18Sraggeattach ts at uba 1241.40Sraggefile arch/vax/uba/ts.c ts needs-flag 1251.9Sragge 1261.35Sraggeattach dz at vsbus with dz_vsbus 1271.57Sraggefile arch/vax/vsa/dz_ibus.c dz_vsbus 1281.35Sragge 1291.21Sragge# RD-type disks at VS2000's onboard MFM-controller 1301.32Sthorpejdevice hdc { drive = -1 } 1311.21Sraggeattach hdc at vsbus 1321.41Smattfile arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 1331.21Sragge 1341.32Sthorpejdevice rd: disk 1351.21Sraggeattach rd at hdc 1361.21Sraggemajor {rd = 19} 1371.21Sragge 1381.40Sraggedevice ry: disk 1391.40Sraggeattach ry at hdc 1401.40Sraggemajor {ry = 24} 1411.40Sragge 1421.21Sragge# 1431.21Sragge# Machine-independent SCSI driver. 1441.21Sragge# 1451.54Sthorpejinclude "dev/scsipi/files.scsipi" 1461.23Sraggemajor { sd = 20 } 1471.23Sraggemajor { cd = 22 } 1481.21Sragge 1491.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 1501.32Sthorpejdevice ncr: scsi, ncr5380sbc 1511.21Sraggeattach ncr at vsbus 1521.21Sraggefile arch/vax/vsa/ncr.c ncr needs-flag 1531.21Sragge 1541.21Sragge# LANCE ethernet controller on VAXstation 1551.59Sraggeattach le at vsbus with le_vsbus: le24 1561.59Sraggefile arch/vax/if/if_le_vsbus.c le_vsbus 1571.21Sragge 1581.37Sragge# Monochrome framebuffer on VS3100. 1591.56Sraggedevice smg: wsemuldisplaydev, qfont 1601.37Sraggeattach smg at vsbus 1611.37Sraggefile arch/vax/vsa/smg.c smg needs-flag 1621.37Sragge 1631.61Smatt# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x 1641.61Smattdevice asc: scsi, ncr53c9x 1651.61Smattattach asc at vsbus with asc_vsbus 1661.61Smattfile arch/vax/vsa/asc_vsbus.c asc needs-flag 1671.61Smatt 1681.56Sraggedevice lkc: qfont 1691.37Sraggeattach lkc at dz 1701.37Sraggefile arch/vax/vsa/lkc.c lkc needs-flag 1711.34Sragge 1721.1Sragge# These devices aren't tested (or even compiled!) 1731.1Sragge# They are just included here to make some files happy ;) 1741.1Sragge# 1751.1Sragge 1761.1Sragge# Ikonas framebuffer 1771.32Sthorpejdevice ik 1781.18Sraggeattach ik at uba 1791.39Sjonathanfile arch/vax/uba/ik.c ik needs-flag 1801.1Sragge 1811.32Sthorpejdevice vs 1821.18Sraggeattach vs at uba 1831.39Sjonathanfile arch/vax/uba/vs.c vs needs-flag 1841.1Sragge 1851.1Sragge# RK06/07 on UBA 1861.32Sthorpejdevice rk: disk 1871.18Sraggeattach rk at uba 1881.39Sjonathanfile arch/vax/uba/rk.c rk needs-flag 1891.1Sragge 1901.1Sragge# TM11/TE10 at UBA 1911.32Sthorpejdevice te: tape 1921.18Sraggeattach te at uba 1931.39Sjonathanfile arch/vax/uba/tm.c te needs-flag 1941.1Sragge 1951.1Sragge# TU78 at MBA 1961.32Sthorpejdevice mu: tape 1971.18Sraggeattach mu at mba 1981.39Sjonathanfile arch/vax/mba/mt.c mu needs-flag 1991.1Sragge 2001.1Sragge# DMF32 on UBA 2011.32Sthorpejdevice dmf # XXX? 2021.18Sraggeattach dmf at uba 2031.39Sjonathanfile arch/vax/uba/dmf.c dmf needs-flag 2041.39Sjonathanfile arch/vax/uba/dmz.c dmf needs-flag 2051.1Sragge 2061.1Sragge# DMZ32 on UBA 2071.32Sthorpejdevice dmz # XXX? 2081.18Sraggeattach dmz at uba 2091.39Sjonathanfile arch/vax/uba/dmx.c dmz needs-flag 2101.1Sragge 2111.1Sragge# DN-11 on UBA 2121.32Sthorpejdevice dn # XXX? 2131.18Sraggeattach dn at uba 2141.39Sjonathanfile arch/vax/uba/dn.c dn needs-flag 2151.1Sragge 2161.1Sragge# IDC (RB730) on UBA (VAX 11/730) 2171.32Sthorpejdevice idc { drive=-1 } 2181.18Sraggeattach idc at uba 2191.32Sthorpejdevice rb: disk 2201.18Sraggeattach rb at idc 2211.39Sjonathanfile arch/vax/uba/idc.c rb needs-flag 2221.1Sragge 2231.1Sragge# LP-11 at UBA 2241.32Sthorpejdevice lp 2251.18Sraggeattach lp at uba 2261.39Sjonathanfile arch/vax/uba/lp.c lp needs-flag 2271.1Sragge 2281.1Sragge# ???? at UBA 2291.32Sthorpejdevice lpa 2301.18Sraggeattach lpa at uba 2311.39Sjonathanfile arch/vax/uba/lpa.c lpa needs-flag 2321.1Sragge 2331.1Sragge# PS2 at UBA 2341.32Sthorpejdevice ps 2351.18Sraggeattach ps at uba 2361.39Sjonathanfile arch/vax/uba/ps.c ps needs-flag 2371.1Sragge 2381.1Sragge# RL02/RL11 at UBA 2391.32Sthorpejdevice hl { drive=-1 } 2401.18Sraggeattach hl at uba 2411.32Sthorpejdevice rl: disk 2421.18Sraggeattach rl at hl 2431.39Sjonathanfile arch/vax/uba/rl.c rl needs-flag 2441.1Sragge 2451.1Sragge# SC-21/SC-31 at UBA 2461.32Sthorpejdevice sc { drive=-1 } 2471.18Sraggeattach sc at uba 2481.32Sthorpejdevice up: disk 2491.18Sraggeattach up at sc 2501.39Sjonathanfile arch/vax/uba/up.c up needs-flag 2511.1Sragge 2521.1Sragge# TU45 at UBA 2531.32Sthorpejdevice ut { drive=-1} 2541.18Sraggeattach ut at uba 2551.32Sthorpejdevice tj: tape 2561.18Sraggeattach tj at ut 2571.39Sjonathanfile arch/vax/uba/ut.c tj needs-flag 2581.1Sragge 2591.1Sragge# TU58/DECtape II 2601.32Sthorpejdevice uu: tape 2611.18Sraggeattach uu at uba 2621.39Sjonathanfile arch/vax/uba/uu.c uu needs-flag 2631.1Sragge 2641.1Sragge# Benson-Varian plotter at UBA 2651.32Sthorpejdevice va { drive=-1} 2661.18Sraggeattach va at uba 2671.32Sthorpejdevice vz 2681.18Sraggeattach vz at va 2691.39Sjonathanfile arch/vax/uba/va.c va needs-flag 2701.1Sragge 2711.1Sragge# Versatec plotter at UBA 2721.32Sthorpejdevice vp 2731.18Sraggeattach vp at uba 2741.39Sjonathanfile arch/vax/uba/vp.c vp needs-flag 2751.1Sragge 2761.1Sragge# QVSS at UBA 2771.32Sthorpejdevice qv 2781.18Sraggeattach qv at uba 2791.40Sraggefile arch/vax/uba/qv.c qv needs-flag 2801.1Sragge 2811.1Sragge# Interlan NP100 at UBA 2821.32Sthorpejdevice np: ifnet 2831.18Sraggeattach np at uba 2841.39Sjonathanfile arch/vax/if/if_ix.c np needs-flag 2851.39Sjonathanfile arch/vax/uba/np.c np needs-flag 2861.1Sragge 2871.1Sragge# ACC LH/DH IMP on UBA 2881.32Sthorpejdevice acc: ifnet 2891.18Sraggeattach acc at uba 2901.39Sjonathanfile arch/vax/if/if_acc.c acc needs-flag 2911.1Sragge 2921.1Sragge# DR11C at UBA 2931.32Sthorpejdevice ct # XXX 2941.18Sraggeattach ct at uba 2951.39Sjonathanfile arch/vax/uba/ct.c ct needs-flag 2961.1Sragge 2971.1Sragge# A/D-converter on UBA 2981.32Sthorpejdevice ad 2991.18Sraggeattach ad at uba 3001.39Sjonathanfile arch/vax/uba/ad.c ad needs-flag 3011.1Sragge 3021.1Sragge# DH-11/DM-11 on UBA 3031.32Sthorpejdevice dh # XXX? 3041.18Sraggeattach dh at uba 3051.39Sjonathanfile arch/vax/uba/dh.c dh needs-flag 3061.1Sragge 3071.1Sragge# These are general files needed for compilation. 3081.2Sraggefile dev/cons.c 3091.10Smellonfile dev/cninit.c 3101.53Sraggefile dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 3111.5Sraggefile arch/vax/vax/locore.c 3121.3Sraggefile arch/vax/vax/mem.c 3131.3Sraggefile arch/vax/vax/clock.c 3141.48Sraggefile arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 3151.1Sraggefile arch/vax/vax/pmap.c 3161.1Sraggefile arch/vax/vax/machdep.c 3171.21Sraggefile arch/vax/vax/ka820.c vax8200 3181.43Sraggefile arch/vax/vax/crx.c vax8200 3191.21Sraggefile arch/vax/vax/ka630.c vax630 3201.21Sraggefile arch/vax/vax/ka410.c vax410 3211.21Sraggefile arch/vax/vax/ka43.c vax43 3221.40Sraggefile arch/vax/vax/ka46.c vax46 3231.46Sraggefile arch/vax/vax/ka48.c vax48 3241.60Sraggefile arch/vax/vax/ka49.c vax49 3251.28Sraggefile arch/vax/vax/emulate.s vax630|vax650|vax410 3261.53Sraggefile arch/vax/vax/ka650.c vax650 3271.53Sraggefile arch/vax/vax/ka670.c vax670 3281.45Sraggefile arch/vax/vax/scb.c 3291.1Sraggefile arch/vax/vax/conf.c 3301.1Sraggefile arch/vax/vax/urem.s 3311.1Sraggefile arch/vax/vax/udiv.s 3321.1Sraggefile arch/vax/vax/trap.c 3331.49Sraggefile arch/vax/vax/bus_dma.c 3341.51Sraggefile arch/vax/vax/bus_mem.c 3351.53Sraggefile arch/vax/vax/sgmap.c 3361.1Sraggefile arch/vax/vax/vm_machdep.c 3371.50Sraggefile arch/vax/vax/findcpu.c 3381.7Sraggefile arch/vax/vax/autoconf.c 3391.14Sraggefile arch/vax/vax/in_cksum.c inet 3401.64Sthorpejfile netinet/in4_cksum.c inet 3411.16Sraggefile arch/vax/vax/ns_cksum.c ns 3421.22Sraggefile arch/vax/vax/disksubr.c disk | tape 3431.11Sraggefile arch/vax/vax/db_machdep.c ddb 3441.12Sraggefile arch/vax/vax/db_disasm.c ddb 3451.53Sraggefile arch/vax/uba/uba_dma.c uba 3461.14Sragge 3471.61Smattinclude "compat/ibcs2/files.ibcs2" 3481.61Smattfile arch/vax/vax/ibcs2_machdep.c compat_ibcs2 3491.62Smatt 3501.62Smattinclude "compat/ultrix/files.ultrix" 3511.61Smatt 3521.54Sthorpejinclude "compat/vax1k/files.vax1k" 3531.1Sragge 3541.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 3551.1Sragge#arch/vax/vax/dkbad.c standard 3561.1Sragge#arch/vax/vax/ka730.c standard 3571.1Sragge#arch/vax/vax/iidr.o optional ii 3581.1Sragge#arch/vax/vax/iidrsys.o optional ii 3591.1Sragge#arch/vax/vax/iidr_glob.o optional ii 3601.1Sragge#arch/vax/if/if_css.c optional css imp device-driver 3611.1Sragge#arch/vax/if/if_dp.c optional dp device-driver 3621.1Sragge#arch/vax/if/if_ddn.c optional ddn device-driver 3631.1Sragge#arch/vax/if/if_dmc.c optional dmc device-driver 3641.1Sragge#arch/vax/if/if_dmv.c optional dmv device-driver 3651.1Sragge#arch/vax/if/if_ec.c optional ec device-driver 3661.1Sragge#arch/vax/if/if_en.c optional en device-driver 3671.1Sragge#arch/vax/if/if_ex.c optional ex device-driver 3681.1Sragge#arch/vax/if/if_hdh.c optional hdh device-driver 3691.1Sragge#arch/vax/if/if_hy.c optional hy device-driver 3701.1Sragge#arch/vax/if/if_il.c optional il device-driver 3711.1Sragge#arch/vax/if/if_pcl.c optional pcl device-driver 3721.1Sragge#arch/vax/if/if_vv.c optional vv device-driver 3731.1Sragge#arch/vax/if/raw_hy.c optional hy device-driver 374