files.vax revision 1.66
11.66Soster# $NetBSD: files.vax,v 1.66 2000/03/14 15:56:59 oster 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.65Smattfile arch/vax/vsa/vsbus_dma.c vsbus & (vax46 | vax48 | vax49) 641.18Sragge 651.57Sraggedevice ibus { } 661.57Sraggeattach ibus at mainbus 671.57Sraggefile arch/vax/vax/ibus.c ibus 681.58Sragge 691.58Sraggedevice ze: sgec, arp, ether, ifnet 701.60Sraggeattach ze at ibus with ze_ibus 711.60Sraggefile arch/vax/if/if_ze.c ze_ibus 721.60Sraggeattach ze at vsbus with ze_vsbus 731.60Sraggefile arch/vax/vsa/if_ze_vsbus.c ze_vsbus 741.20Sragge 751.59Sraggeattach le at ibus with le_ibus: le24 761.59Sraggefile arch/vax/if/if_le.c le_ibus 771.59Sragge 781.22Sraggeattach mba at sbi with mba_sbi 791.22Sraggeattach mba at cmi with mba_cmi 801.9Sraggefile arch/vax/mba/mba.c mba needs-flag 811.1Sragge 821.32Sthorpejdevice hp: disk 831.18Sraggeattach hp at mba 841.9Sraggefile arch/vax/mba/hp.c hp needs-flag 851.9Sraggemajor {hp = 0} 861.1Sragge 871.32Sthorpejdevice ht: tape 881.18Sraggeattach ht at mba 891.11Sraggefile arch/vax/mba/ht.c ht needs-flag 901.11Sragge 911.37Sragge# wscons files. 921.37Sraggeinclude "dev/wscons/files.wscons" 931.37Sragge 941.44Sragge# Memory Disk for install floppy 951.44Sraggefile arch/vax/vax/md_root.c memory_disk_hooks 961.44Sraggemajor {md = 23} 971.66Soster 981.66Soster# RAIDframe 991.66Sostermajor {raid = 25} 1001.44Sragge 1011.20Sragge# MSCP device drivers 1021.53Sraggeinclude "dev/mscp/files.mscp" 1031.20Sraggemajor {ra = 9} 1041.20Sragge 1051.51Sragge# Unibus/Q22 bus definitions 1061.53Sraggeinclude "dev/qbus/files.uba" 1071.51Sragge 1081.57Sraggeattach uba at ibus with uba_ibus 1091.57Sraggefile arch/vax/uba/uba_ibus.c uba_ibus 1101.22Sraggeattach uba at sbi with uba_sbi 1111.55Sraggefile arch/vax/uba/uba_sbi.c uba_sbi 1121.22Sraggeattach uba at cmi with uba_cmi 1131.55Sraggefile arch/vax/uba/uba_cmi.c uba_cmi 1141.55Sragge 1151.55Sragge# BI bus definitions 1161.55Sraggeinclude "dev/bi/files.bi" 1171.14Sragge 1181.55Sraggeattach bi at mainbus with bi_mainbus 1191.55Sraggefile arch/vax/bi/bi_mainbus.c bi_mainbus 1201.55Sragge 1211.55Sragge# VAX CPUs at BI, do not belong in MI code. 1221.55Sraggeattach cpu at bi with cpu_bi 1231.55Sraggeattach mem at bi with mem_bi 1241.22Sragge 1251.14Sragge# TS11 at UBA 1261.32Sthorpejdevice ts: tape 1271.18Sraggeattach ts at uba 1281.40Sraggefile arch/vax/uba/ts.c ts needs-flag 1291.9Sragge 1301.35Sraggeattach dz at vsbus with dz_vsbus 1311.57Sraggefile arch/vax/vsa/dz_ibus.c dz_vsbus 1321.35Sragge 1331.21Sragge# RD-type disks at VS2000's onboard MFM-controller 1341.32Sthorpejdevice hdc { drive = -1 } 1351.21Sraggeattach hdc at vsbus 1361.41Smattfile arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 1371.21Sragge 1381.32Sthorpejdevice rd: disk 1391.21Sraggeattach rd at hdc 1401.21Sraggemajor {rd = 19} 1411.21Sragge 1421.40Sraggedevice ry: disk 1431.40Sraggeattach ry at hdc 1441.40Sraggemajor {ry = 24} 1451.40Sragge 1461.21Sragge# 1471.21Sragge# Machine-independent SCSI driver. 1481.21Sragge# 1491.54Sthorpejinclude "dev/scsipi/files.scsipi" 1501.23Sraggemajor { sd = 20 } 1511.23Sraggemajor { cd = 22 } 1521.21Sragge 1531.21Sragge# builtin NCR5380 SCSI-controller on VAXstation 1541.32Sthorpejdevice ncr: scsi, ncr5380sbc 1551.21Sraggeattach ncr at vsbus 1561.21Sraggefile arch/vax/vsa/ncr.c ncr needs-flag 1571.21Sragge 1581.21Sragge# LANCE ethernet controller on VAXstation 1591.59Sraggeattach le at vsbus with le_vsbus: le24 1601.59Sraggefile arch/vax/if/if_le_vsbus.c le_vsbus 1611.21Sragge 1621.37Sragge# Monochrome framebuffer on VS3100. 1631.56Sraggedevice smg: wsemuldisplaydev, qfont 1641.37Sraggeattach smg at vsbus 1651.37Sraggefile arch/vax/vsa/smg.c smg needs-flag 1661.37Sragge 1671.61Smatt# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x 1681.61Smattdevice asc: scsi, ncr53c9x 1691.61Smattattach asc at vsbus with asc_vsbus 1701.61Smattfile arch/vax/vsa/asc_vsbus.c asc needs-flag 1711.61Smatt 1721.56Sraggedevice lkc: qfont 1731.37Sraggeattach lkc at dz 1741.37Sraggefile arch/vax/vsa/lkc.c lkc needs-flag 1751.34Sragge 1761.1Sragge# These devices aren't tested (or even compiled!) 1771.1Sragge# They are just included here to make some files happy ;) 1781.1Sragge# 1791.1Sragge 1801.1Sragge# Ikonas framebuffer 1811.32Sthorpejdevice ik 1821.18Sraggeattach ik at uba 1831.39Sjonathanfile arch/vax/uba/ik.c ik needs-flag 1841.1Sragge 1851.32Sthorpejdevice vs 1861.18Sraggeattach vs at uba 1871.39Sjonathanfile arch/vax/uba/vs.c vs needs-flag 1881.1Sragge 1891.1Sragge# RK06/07 on UBA 1901.32Sthorpejdevice rk: disk 1911.18Sraggeattach rk at uba 1921.39Sjonathanfile arch/vax/uba/rk.c rk needs-flag 1931.1Sragge 1941.1Sragge# TM11/TE10 at UBA 1951.32Sthorpejdevice te: tape 1961.18Sraggeattach te at uba 1971.39Sjonathanfile arch/vax/uba/tm.c te needs-flag 1981.1Sragge 1991.1Sragge# TU78 at MBA 2001.32Sthorpejdevice mu: tape 2011.18Sraggeattach mu at mba 2021.39Sjonathanfile arch/vax/mba/mt.c mu needs-flag 2031.1Sragge 2041.1Sragge# DMF32 on UBA 2051.32Sthorpejdevice dmf # XXX? 2061.18Sraggeattach dmf at uba 2071.39Sjonathanfile arch/vax/uba/dmf.c dmf needs-flag 2081.39Sjonathanfile arch/vax/uba/dmz.c dmf needs-flag 2091.1Sragge 2101.1Sragge# DMZ32 on UBA 2111.32Sthorpejdevice dmz # XXX? 2121.18Sraggeattach dmz at uba 2131.39Sjonathanfile arch/vax/uba/dmx.c dmz needs-flag 2141.1Sragge 2151.1Sragge# DN-11 on UBA 2161.32Sthorpejdevice dn # XXX? 2171.18Sraggeattach dn at uba 2181.39Sjonathanfile arch/vax/uba/dn.c dn needs-flag 2191.1Sragge 2201.1Sragge# IDC (RB730) on UBA (VAX 11/730) 2211.32Sthorpejdevice idc { drive=-1 } 2221.18Sraggeattach idc at uba 2231.32Sthorpejdevice rb: disk 2241.18Sraggeattach rb at idc 2251.39Sjonathanfile arch/vax/uba/idc.c rb needs-flag 2261.1Sragge 2271.1Sragge# LP-11 at UBA 2281.32Sthorpejdevice lp 2291.18Sraggeattach lp at uba 2301.39Sjonathanfile arch/vax/uba/lp.c lp needs-flag 2311.1Sragge 2321.1Sragge# ???? at UBA 2331.32Sthorpejdevice lpa 2341.18Sraggeattach lpa at uba 2351.39Sjonathanfile arch/vax/uba/lpa.c lpa needs-flag 2361.1Sragge 2371.1Sragge# PS2 at UBA 2381.32Sthorpejdevice ps 2391.18Sraggeattach ps at uba 2401.39Sjonathanfile arch/vax/uba/ps.c ps needs-flag 2411.1Sragge 2421.1Sragge# RL02/RL11 at UBA 2431.32Sthorpejdevice hl { drive=-1 } 2441.18Sraggeattach hl at uba 2451.32Sthorpejdevice rl: disk 2461.18Sraggeattach rl at hl 2471.39Sjonathanfile arch/vax/uba/rl.c rl needs-flag 2481.1Sragge 2491.1Sragge# SC-21/SC-31 at UBA 2501.32Sthorpejdevice sc { drive=-1 } 2511.18Sraggeattach sc at uba 2521.32Sthorpejdevice up: disk 2531.18Sraggeattach up at sc 2541.39Sjonathanfile arch/vax/uba/up.c up needs-flag 2551.1Sragge 2561.1Sragge# TU45 at UBA 2571.32Sthorpejdevice ut { drive=-1} 2581.18Sraggeattach ut at uba 2591.32Sthorpejdevice tj: tape 2601.18Sraggeattach tj at ut 2611.39Sjonathanfile arch/vax/uba/ut.c tj needs-flag 2621.1Sragge 2631.1Sragge# TU58/DECtape II 2641.32Sthorpejdevice uu: tape 2651.18Sraggeattach uu at uba 2661.39Sjonathanfile arch/vax/uba/uu.c uu needs-flag 2671.1Sragge 2681.1Sragge# Benson-Varian plotter at UBA 2691.32Sthorpejdevice va { drive=-1} 2701.18Sraggeattach va at uba 2711.32Sthorpejdevice vz 2721.18Sraggeattach vz at va 2731.39Sjonathanfile arch/vax/uba/va.c va needs-flag 2741.1Sragge 2751.1Sragge# Versatec plotter at UBA 2761.32Sthorpejdevice vp 2771.18Sraggeattach vp at uba 2781.39Sjonathanfile arch/vax/uba/vp.c vp needs-flag 2791.1Sragge 2801.1Sragge# QVSS at UBA 2811.32Sthorpejdevice qv 2821.18Sraggeattach qv at uba 2831.40Sraggefile arch/vax/uba/qv.c qv needs-flag 2841.1Sragge 2851.1Sragge# Interlan NP100 at UBA 2861.32Sthorpejdevice np: ifnet 2871.18Sraggeattach np at uba 2881.39Sjonathanfile arch/vax/if/if_ix.c np needs-flag 2891.39Sjonathanfile arch/vax/uba/np.c np needs-flag 2901.1Sragge 2911.1Sragge# ACC LH/DH IMP on UBA 2921.32Sthorpejdevice acc: ifnet 2931.18Sraggeattach acc at uba 2941.39Sjonathanfile arch/vax/if/if_acc.c acc needs-flag 2951.1Sragge 2961.1Sragge# DR11C at UBA 2971.32Sthorpejdevice ct # XXX 2981.18Sraggeattach ct at uba 2991.39Sjonathanfile arch/vax/uba/ct.c ct needs-flag 3001.1Sragge 3011.1Sragge# A/D-converter on UBA 3021.32Sthorpejdevice ad 3031.18Sraggeattach ad at uba 3041.39Sjonathanfile arch/vax/uba/ad.c ad needs-flag 3051.1Sragge 3061.1Sragge# DH-11/DM-11 on UBA 3071.32Sthorpejdevice dh # XXX? 3081.18Sraggeattach dh at uba 3091.39Sjonathanfile arch/vax/uba/dh.c dh needs-flag 3101.1Sragge 3111.1Sragge# These are general files needed for compilation. 3121.2Sraggefile dev/cons.c 3131.10Smellonfile dev/cninit.c 3141.53Sraggefile dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 3151.5Sraggefile arch/vax/vax/locore.c 3161.3Sraggefile arch/vax/vax/mem.c 3171.3Sraggefile arch/vax/vax/clock.c 3181.48Sraggefile arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 3191.1Sraggefile arch/vax/vax/pmap.c 3201.1Sraggefile arch/vax/vax/machdep.c 3211.21Sraggefile arch/vax/vax/ka820.c vax8200 3221.43Sraggefile arch/vax/vax/crx.c vax8200 3231.21Sraggefile arch/vax/vax/ka630.c vax630 3241.21Sraggefile arch/vax/vax/ka410.c vax410 3251.21Sraggefile arch/vax/vax/ka43.c vax43 3261.40Sraggefile arch/vax/vax/ka46.c vax46 3271.46Sraggefile arch/vax/vax/ka48.c vax48 3281.60Sraggefile arch/vax/vax/ka49.c vax49 3291.28Sraggefile arch/vax/vax/emulate.s vax630|vax650|vax410 3301.53Sraggefile arch/vax/vax/ka650.c vax650 3311.53Sraggefile arch/vax/vax/ka670.c vax670 3321.45Sraggefile arch/vax/vax/scb.c 3331.1Sraggefile arch/vax/vax/conf.c 3341.1Sraggefile arch/vax/vax/urem.s 3351.1Sraggefile arch/vax/vax/udiv.s 3361.1Sraggefile arch/vax/vax/trap.c 3371.49Sraggefile arch/vax/vax/bus_dma.c 3381.51Sraggefile arch/vax/vax/bus_mem.c 3391.53Sraggefile arch/vax/vax/sgmap.c 3401.1Sraggefile arch/vax/vax/vm_machdep.c 3411.50Sraggefile arch/vax/vax/findcpu.c 3421.7Sraggefile arch/vax/vax/autoconf.c 3431.14Sraggefile arch/vax/vax/in_cksum.c inet 3441.64Sthorpejfile netinet/in4_cksum.c inet 3451.16Sraggefile arch/vax/vax/ns_cksum.c ns 3461.22Sraggefile arch/vax/vax/disksubr.c disk | tape 3471.11Sraggefile arch/vax/vax/db_machdep.c ddb 3481.12Sraggefile arch/vax/vax/db_disasm.c ddb 3491.53Sraggefile arch/vax/uba/uba_dma.c uba 3501.14Sragge 3511.61Smattinclude "compat/ibcs2/files.ibcs2" 3521.61Smattfile arch/vax/vax/ibcs2_machdep.c compat_ibcs2 3531.62Smatt 3541.62Smattinclude "compat/ultrix/files.ultrix" 3551.61Smatt 3561.54Sthorpejinclude "compat/vax1k/files.vax1k" 3571.1Sragge 3581.1Sragge# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 3591.1Sragge#arch/vax/vax/dkbad.c standard 3601.1Sragge#arch/vax/vax/ka730.c standard 3611.1Sragge#arch/vax/vax/iidr.o optional ii 3621.1Sragge#arch/vax/vax/iidrsys.o optional ii 3631.1Sragge#arch/vax/vax/iidr_glob.o optional ii 3641.1Sragge#arch/vax/if/if_css.c optional css imp device-driver 3651.1Sragge#arch/vax/if/if_dp.c optional dp device-driver 3661.1Sragge#arch/vax/if/if_ddn.c optional ddn device-driver 3671.1Sragge#arch/vax/if/if_dmc.c optional dmc device-driver 3681.1Sragge#arch/vax/if/if_dmv.c optional dmv device-driver 3691.1Sragge#arch/vax/if/if_ec.c optional ec device-driver 3701.1Sragge#arch/vax/if/if_en.c optional en device-driver 3711.1Sragge#arch/vax/if/if_ex.c optional ex device-driver 3721.1Sragge#arch/vax/if/if_hdh.c optional hdh device-driver 3731.1Sragge#arch/vax/if/if_hy.c optional hy device-driver 3741.1Sragge#arch/vax/if/if_il.c optional il device-driver 3751.1Sragge#arch/vax/if/if_pcl.c optional pcl device-driver 3761.1Sragge#arch/vax/if/if_vv.c optional vv device-driver 3771.1Sragge#arch/vax/if/raw_hy.c optional hy device-driver 378