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