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