files.vax revision 1.62
1# $NetBSD: files.vax,v 1.62 2000/01/17 04:55:28 matt Exp $ 2# 3# new style config file for vax architecture 4# 5 6# maxpartitions must be first item in files.${ARCH}.newconf 7maxpartitions 8 8 9maxusers 8 32 64 10 11device mainbus { } 12attach mainbus at root 13 14# Define a bunch of devices, needed in more than one place. 15device cpu 16device mem 17device mba { drive = -1 } 18 19#defopt opt_newintr.h NEWIDSPTCH 20 21defopt VAX780 # VAX-11/780 & 785 22defopt VAX750 # VAX-11/750 23defopt VAX730 # VAX-11/730 24defopt VAX8200 # VAX 8200|8300 25defopt VAX8500 # VAX 8500|8800|8550 26defopt VAX8600 # VAX 8600|8650 27defopt VAX410 # VAXstation 2000, MicroVAX 200 28defopt VAX43 # VAXstation 3100 / MicroVAX 3100 29defopt VAX46 # VAXstation 4000/60 30defopt VAX48 # VAXstation 4000/VLC 31defopt VAX49 # VAXstation 4000/90 or 4000/96 32defopt VAX630 # MicroVAX II or VAXstation II 33defopt VAX650 # MicroVAX III or VAXstation III 34defopt VAX660 # VAX 4000/200 35defopt VAX670 # VAX 4000/300 36 37# SBI and related devices 38device sbi { tr=-1 } 39attach sbi at mainbus with sbi_mainbus 40file arch/vax/vax/sbi.c sbi 41 42attach mem at sbi with mem_sbi 43file arch/vax/vax/ka780.c vax780 | mem_sbi 44file arch/vax/vax/cfl.c vax780 | mem_sbi 45 46# Abus and related devices 47device abus { } 48attach abus at mainbus 49attach sbi at abus with sbi_abus 50file arch/vax/vax/ka860.c abus 51file arch/vax/vax/crl.c abus 52 53# CMI and related devices 54device cmi { tr=-1 } 55attach cmi at mainbus 56file arch/vax/vax/cmi.c cmi 57 58attach mem at cmi with mem_cmi 59file arch/vax/vax/ka750.c vax750 | mem_cmi 60file arch/vax/vax/ctu.c vax750 | mem_cmi 61 62device vsbus { csr } 63attach vsbus at mainbus 64file arch/vax/vsa/vsbus.c vsbus 65 66device ibus { } 67attach ibus at mainbus 68file arch/vax/vax/ibus.c ibus 69 70device ze: sgec, arp, ether, ifnet 71attach ze at ibus with ze_ibus 72file arch/vax/if/if_ze.c ze_ibus 73attach ze at vsbus with ze_vsbus 74file arch/vax/vsa/if_ze_vsbus.c ze_vsbus 75 76attach le at ibus with le_ibus: le24 77file arch/vax/if/if_le.c le_ibus 78 79attach mba at sbi with mba_sbi 80attach mba at cmi with mba_cmi 81file arch/vax/mba/mba.c mba needs-flag 82 83device hp: disk 84attach hp at mba 85file arch/vax/mba/hp.c hp needs-flag 86major {hp = 0} 87 88device ht: tape 89attach ht at mba 90file arch/vax/mba/ht.c ht needs-flag 91 92# wscons files. 93include "dev/wscons/files.wscons" 94 95# Memory Disk for install floppy 96file arch/vax/vax/md_root.c memory_disk_hooks 97major {md = 23} 98 99# MSCP device drivers 100include "dev/mscp/files.mscp" 101major {ra = 9} 102 103# Unibus/Q22 bus definitions 104include "dev/qbus/files.uba" 105 106attach uba at ibus with uba_ibus 107file arch/vax/uba/uba_ibus.c uba_ibus 108attach uba at sbi with uba_sbi 109file arch/vax/uba/uba_sbi.c uba_sbi 110attach uba at cmi with uba_cmi 111file arch/vax/uba/uba_cmi.c uba_cmi 112 113# BI bus definitions 114include "dev/bi/files.bi" 115 116attach bi at mainbus with bi_mainbus 117file arch/vax/bi/bi_mainbus.c bi_mainbus 118 119# VAX CPUs at BI, do not belong in MI code. 120attach cpu at bi with cpu_bi 121attach mem at bi with mem_bi 122 123# TS11 at UBA 124device ts: tape 125attach ts at uba 126file arch/vax/uba/ts.c ts needs-flag 127 128attach dz at vsbus with dz_vsbus 129file arch/vax/vsa/dz_ibus.c dz_vsbus 130 131# RD-type disks at VS2000's onboard MFM-controller 132device hdc { drive = -1 } 133attach hdc at vsbus 134file arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 135 136device rd: disk 137attach rd at hdc 138major {rd = 19} 139 140device ry: disk 141attach ry at hdc 142major {ry = 24} 143 144# 145# Machine-independent SCSI driver. 146# 147include "dev/scsipi/files.scsipi" 148major { sd = 20 } 149major { cd = 22 } 150 151# builtin NCR5380 SCSI-controller on VAXstation 152device ncr: scsi, ncr5380sbc 153attach ncr at vsbus 154file arch/vax/vsa/ncr.c ncr needs-flag 155 156# LANCE ethernet controller on VAXstation 157attach le at vsbus with le_vsbus: le24 158file arch/vax/if/if_le_vsbus.c le_vsbus 159 160# Monochrome framebuffer on VS3100. 161device smg: wsemuldisplaydev, qfont 162attach smg at vsbus 163file arch/vax/vsa/smg.c smg needs-flag 164 165# builtin NCR53C95 SCSI Controlller on VAXstation 4000 VLC/60/9x 166device asc: scsi, ncr53c9x 167attach asc at vsbus with asc_vsbus 168file arch/vax/vsa/asc_vsbus.c asc needs-flag 169 170device lkc: qfont 171attach lkc at dz 172file arch/vax/vsa/lkc.c lkc needs-flag 173 174# These devices aren't tested (or even compiled!) 175# They are just included here to make some files happy ;) 176# 177 178# Ikonas framebuffer 179device ik 180attach ik at uba 181file arch/vax/uba/ik.c ik needs-flag 182 183device vs 184attach vs at uba 185file arch/vax/uba/vs.c vs needs-flag 186 187# RK06/07 on UBA 188device rk: disk 189attach rk at uba 190file arch/vax/uba/rk.c rk needs-flag 191 192# TM11/TE10 at UBA 193device te: tape 194attach te at uba 195file arch/vax/uba/tm.c te needs-flag 196 197# TU78 at MBA 198device mu: tape 199attach mu at mba 200file arch/vax/mba/mt.c mu needs-flag 201 202# DMF32 on UBA 203device dmf # XXX? 204attach dmf at uba 205file arch/vax/uba/dmf.c dmf needs-flag 206file arch/vax/uba/dmz.c dmf needs-flag 207 208# DMZ32 on UBA 209device dmz # XXX? 210attach dmz at uba 211file arch/vax/uba/dmx.c dmz needs-flag 212 213# DN-11 on UBA 214device dn # XXX? 215attach dn at uba 216file arch/vax/uba/dn.c dn needs-flag 217 218# IDC (RB730) on UBA (VAX 11/730) 219device idc { drive=-1 } 220attach idc at uba 221device rb: disk 222attach rb at idc 223file arch/vax/uba/idc.c rb needs-flag 224 225# LP-11 at UBA 226device lp 227attach lp at uba 228file arch/vax/uba/lp.c lp needs-flag 229 230# ???? at UBA 231device lpa 232attach lpa at uba 233file arch/vax/uba/lpa.c lpa needs-flag 234 235# PS2 at UBA 236device ps 237attach ps at uba 238file arch/vax/uba/ps.c ps needs-flag 239 240# RL02/RL11 at UBA 241device hl { drive=-1 } 242attach hl at uba 243device rl: disk 244attach rl at hl 245file arch/vax/uba/rl.c rl needs-flag 246 247# SC-21/SC-31 at UBA 248device sc { drive=-1 } 249attach sc at uba 250device up: disk 251attach up at sc 252file arch/vax/uba/up.c up needs-flag 253 254# TU45 at UBA 255device ut { drive=-1} 256attach ut at uba 257device tj: tape 258attach tj at ut 259file arch/vax/uba/ut.c tj needs-flag 260 261# TU58/DECtape II 262device uu: tape 263attach uu at uba 264file arch/vax/uba/uu.c uu needs-flag 265 266# Benson-Varian plotter at UBA 267device va { drive=-1} 268attach va at uba 269device vz 270attach vz at va 271file arch/vax/uba/va.c va needs-flag 272 273# Versatec plotter at UBA 274device vp 275attach vp at uba 276file arch/vax/uba/vp.c vp needs-flag 277 278# QVSS at UBA 279device qv 280attach qv at uba 281file arch/vax/uba/qv.c qv needs-flag 282 283# Interlan NP100 at UBA 284device np: ifnet 285attach np at uba 286file arch/vax/if/if_ix.c np needs-flag 287file arch/vax/uba/np.c np needs-flag 288 289# ACC LH/DH IMP on UBA 290device acc: ifnet 291attach acc at uba 292file arch/vax/if/if_acc.c acc needs-flag 293 294# DR11C at UBA 295device ct # XXX 296attach ct at uba 297file arch/vax/uba/ct.c ct needs-flag 298 299# A/D-converter on UBA 300device ad 301attach ad at uba 302file arch/vax/uba/ad.c ad needs-flag 303 304# DH-11/DM-11 on UBA 305device dh # XXX? 306attach dh at uba 307file arch/vax/uba/dh.c dh needs-flag 308 309# These are general files needed for compilation. 310file dev/cons.c 311file dev/cninit.c 312file dev/clock_subr.c vax8200|vax410|vax43|vax630|vax670|vax46|vax48|vax49 313file arch/vax/vax/locore.c 314file arch/vax/vax/mem.c 315file arch/vax/vax/clock.c 316file arch/vax/vax/gencons.c vax8600|vax8200|vax780|vax750|vax630|vax650|vax670 317file arch/vax/vax/pmap.c 318file arch/vax/vax/machdep.c 319file arch/vax/vax/ka820.c vax8200 320file arch/vax/vax/crx.c vax8200 321file arch/vax/vax/ka630.c vax630 322file arch/vax/vax/ka410.c vax410 323file arch/vax/vax/ka43.c vax43 324file arch/vax/vax/ka46.c vax46 325file arch/vax/vax/ka48.c vax48 326file arch/vax/vax/ka49.c vax49 327file arch/vax/vax/emulate.s vax630|vax650|vax410 328file arch/vax/vax/ka650.c vax650 329file arch/vax/vax/ka670.c vax670 330file arch/vax/vax/scb.c 331file arch/vax/vax/conf.c 332file arch/vax/vax/urem.s 333file arch/vax/vax/udiv.s 334file arch/vax/vax/trap.c 335file arch/vax/vax/bus_dma.c 336file arch/vax/vax/bus_mem.c 337file arch/vax/vax/sgmap.c 338file arch/vax/vax/vm_machdep.c 339file arch/vax/vax/findcpu.c 340file arch/vax/vax/autoconf.c 341file arch/vax/vax/in_cksum.c inet 342file arch/vax/vax/ns_cksum.c ns 343file arch/vax/vax/disksubr.c disk | tape 344file arch/vax/vax/db_machdep.c ddb 345file arch/vax/vax/db_disasm.c ddb 346file arch/vax/uba/uba_dma.c uba 347 348include "compat/ibcs2/files.ibcs2" 349file arch/vax/vax/ibcs2_machdep.c compat_ibcs2 350 351include "compat/ultrix/files.ultrix" 352 353include "compat/vax1k/files.vax1k" 354 355# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver... 356#arch/vax/vax/dkbad.c standard 357#arch/vax/vax/ka730.c standard 358#arch/vax/vax/iidr.o optional ii 359#arch/vax/vax/iidrsys.o optional ii 360#arch/vax/vax/iidr_glob.o optional ii 361#arch/vax/if/if_css.c optional css imp device-driver 362#arch/vax/if/if_dp.c optional dp device-driver 363#arch/vax/if/if_ddn.c optional ddn device-driver 364#arch/vax/if/if_dmc.c optional dmc device-driver 365#arch/vax/if/if_dmv.c optional dmv device-driver 366#arch/vax/if/if_ec.c optional ec device-driver 367#arch/vax/if/if_en.c optional en device-driver 368#arch/vax/if/if_ex.c optional ex device-driver 369#arch/vax/if/if_hdh.c optional hdh device-driver 370#arch/vax/if/if_hy.c optional hy device-driver 371#arch/vax/if/if_il.c optional il device-driver 372#arch/vax/if/if_pcl.c optional pcl device-driver 373#arch/vax/if/if_vv.c optional vv device-driver 374#arch/vax/if/raw_hy.c optional hy device-driver 375