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