files.vax revision 1.51
1# $NetBSD: files.vax,v 1.51 1999/05/24 20:10:31 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 14device sbi { tr=-1 } 15attach sbi at mainbus 16file arch/vax/vax/sbi.c sbi needs-flag 17 18device cmi { tr=-1 } 19attach cmi at mainbus 20 21device bi { node=-1 } 22attach bi at mainbus 23file arch/vax/bi/bi.c bi needs-flag 24 25device vsbus { csr } 26attach vsbus at mainbus 27file arch/vax/vsa/vsbus.c vsbus 28 29device cpu 30attach cpu at mainbus with cpu_mainbus 31attach cpu at bi with cpu_bi 32 33device mem 34attach mem at mainbus with mem_mainbus 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: tape 50attach ht at mba 51file arch/vax/mba/ht.c ht needs-flag 52 53# wscons files. 54include "dev/wscons/files.wscons" 55 56# Memory Disk for install floppy 57file arch/vax/vax/md_root.c memory_disk_hooks 58major {md = 23} 59 60# MSCP device drivers 61include "arch/vax/mscp/files.mscp" 62major {ra = 9} 63major {mt = 16} 64 65# KDB50 on BI 66device kdb: mscp 67attach kdb at bi 68file arch/vax/bi/kdb.c kdb 69 70# Unibus/Q22 bus definitions 71include "dev/dec/uba/files.uba" 72 73attach uba at mainbus with uba_mainbus 74file arch/vax/uba/uba_mainbus.c uba_mainbus & new_uba 75attach uba at sbi with uba_sbi 76attach uba at cmi with uba_cmi 77file arch/vax/uba/uba.c uba & !new_uba 78 79device mtc: mscp 80attach mtc at uba 81device uda: mscp 82attach uda at uba 83file arch/vax/uba/uda.c uda | mtc 84 85device de: ifnet, ether, arp 86attach de at uba 87file arch/vax/if/if_de.c de needs-flag 88 89# DEQNA/DELQA used on Qbus 90device qe: ifnet, ether, arp 91attach qe at uba 92file arch/vax/if/if_qe.c qe needs-flag 93 94# DEBNA/DEBNT Ethernet Adapter 95device ni: ifnet, ether, arp 96attach ni at bi 97file arch/vax/bi/ni.c ni needs-flag 98 99# DWBUA BI-Unibus adapter 100attach uba at bi with uba_bi 101file arch/vax/bi/uba_bi.c uba_bi 102 103# TS11 at UBA 104device ts: tape 105attach ts at uba 106file arch/vax/uba/ts.c ts needs-flag 107 108# DHU-11 at UBA 109device dhu: tty 110attach dhu at uba 111file arch/vax/uba/dhu.c dhu needs-flag 112 113# DZ11(-compatible) at UBA/vsbus 114device dz { }: tty 115file arch/vax/uba/dz.c dz needs-flag 116 117attach dz at uba with dz_uba 118file arch/vax/uba/dz_uba.c dz_uba 119 120attach dz at vsbus with dz_vsbus 121file arch/vax/vsa/dz_vsbus.c dz_vsbus 122 123# RD-type disks at VS2000's onboard MFM-controller 124device hdc { drive = -1 } 125attach hdc at vsbus 126file arch/vax/vsa/hdc9224.c ry | hdc | rd needs-flag 127 128device rd: disk 129attach rd at hdc 130major {rd = 19} 131 132device ry: disk 133attach ry at hdc 134major {ry = 24} 135 136# 137# Machine-independent SCSI driver. 138# 139include "../../../dev/scsipi/files.scsipi" 140major { sd = 20 } 141major { st = 21 } 142major { cd = 22 } 143 144# builtin NCR5380 SCSI-controller on VAXstation 145device ncr: scsi, ncr5380sbc 146attach ncr at vsbus 147file arch/vax/vsa/ncr.c ncr needs-flag 148 149# LANCE ethernet controller on VAXstation 150device ln: ifnet, ether, arp 151attach ln at vsbus 152file arch/vax/vsa/if_ln.c ln 153 154# Monochrome framebuffer on VS3100. 155device smg: wsemuldisplaydev 156attach smg at vsbus 157file arch/vax/vsa/smg.c smg needs-flag 158 159device lkc 160attach lkc at dz 161file arch/vax/vsa/lkc.c lkc needs-flag 162 163# QDSS at UBA 164device qd 165attach qd at uba 166file arch/vax/uba/qd.c qd needs-count 167file arch/vax/uba/qfont.c qd | smg 168 169# DL-11 at UBA 170device dl: tty 171attach dl at uba 172file arch/vax/uba/dl.c dl 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|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/ka750.c vax750 320file arch/vax/vax/ctu.c vax750 321file arch/vax/vax/ka780.c vax780 322file arch/vax/vax/cfl.c vax780 323file arch/vax/vax/ka820.c vax8200 324file arch/vax/vax/crx.c vax8200 325file arch/vax/vax/ka860.c vax8600 326file arch/vax/vax/crl.c vax8600 327file arch/vax/vax/ka630.c vax630 328file arch/vax/vax/ka410.c vax410 329file arch/vax/vax/ka43.c vax43 330file arch/vax/vax/ka46.c vax46 331file arch/vax/vax/ka48.c vax48 332file arch/vax/vax/emulate.s vax630|vax650|vax410 333file arch/vax/vax/ka650.c vax650|vax670 334file arch/vax/vax/scb.c 335file arch/vax/vax/conf.c 336file arch/vax/vax/urem.s 337file arch/vax/vax/udiv.s 338file arch/vax/vax/trap.c 339file arch/vax/vax/bus_dma.c 340file arch/vax/vax/bus_mem.c 341 342file arch/vax/vax/vm_machdep.c 343file arch/vax/vax/findcpu.c 344file arch/vax/vax/autoconf.c 345file arch/vax/vax/in_cksum.c inet 346file arch/vax/vax/ns_cksum.c ns 347file arch/vax/vax/disksubr.c disk | tape 348file arch/vax/if/if_uba.c de | qe 349file arch/vax/vax/db_machdep.c ddb 350file arch/vax/vax/db_disasm.c ddb 351 352include "../../../compat/ultrix/files.ultrix" 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