files.pmax revision 1.16
11.16Scgd# $NetBSD: files.pmax,v 1.16 1995/04/30 10:11:00 cgd Exp $ 21.16Scgdmaxpartitions 8 31.16Scgdmaxusers 2 8 64 41.16Scgd 51.16Scgddevice mainbus at root { } # no locators 61.16Scgddevice cpu at mainbus # not optional 71.16Scgd#file arch/pmax/pmax/cpu.c cpu 81.16Scgd 91.16Scgddevice clock at mainbus 101.16Scgdfile arch/pmax/pmax/clock.c clock 111.16Scgd 121.16Scgddevice tc at mainbus { slot = -1, offset = -1 } 131.16Scgd 141.16Scgd#device sfb at tc 151.16Scgd# no sfb code yet 161.16Scgd 171.16Scgd# Config for Ted Lemon's changes to console driver: 181.16Scgd# use some bogus device till changes to framebuffer code are committed. 191.16Scgddevice fb at mainbus 201.16Scgdfile arch/pmax/dev/foo.c fb needs-count 211.16Scgd 221.16Scgddefine scsi {} 231.16Scgd#file arch/alpha/tc/esp.c esp needs-count 241.16Scgd#file arch/alpha/tc/dma.c esp 251.16Scgd 261.16Scgdmajor { rz = 21 } 271.16Scgd 281.16Scgd 291.16Scgddevice scsibus at scsi {target = -1, drive = -1} 301.16Scgd 311.16Scgddevice asc at mainbus: scsi 321.16Scgdfile arch/pmax/dev/asc.c asc needs-count 331.16Scgd 341.16Scgddevice sii at mainbus: scsi 351.16Scgdfile arch/pmax/dev/sii.c sii needs-count 361.16Scgd 371.16Scgd 381.16Scgddevice tz at scsibus: tape 391.16Scgdfile arch/pmax/dev/tz.c tz needs-count 401.16Scgd 411.16Scgddevice rz at scsibus: disk 421.16Scgdfile arch/pmax/dev/rz.c rz needs-count 431.16Scgd 441.16Scgd# optional device-drivers 451.16Scgd 461.16Scgd 471.16Scgddevice dc at mainbus 481.16Scgdfile arch/pmax/dev/dc.c dc needs-count 491.16Scgd 501.16Scgd# what is this anyway? An xine/3min `desktop' bus? 511.16Scgddevice dtop at mainbus 521.16Scgdfile arch/pmax/dev/dtop.c dtop needs-count 531.16Scgd 541.16Scgd 551.16Scgddevice le at tc: ifnet, ether 561.16Scgdfile arch/pmax/dev/if_le.c le needs-count 571.16Scgd 581.16Scgddevice pm at tc 591.16Scgdfile arch/pmax/dev/pm.c pm needs-count 601.16Scgd 611.16Scgddevice cfb at tc 621.16Scgdfile arch/pmax/dev/cfb.c cfb needs-count 631.16Scgd 641.16Scgddevice mfb at tc 651.16Scgdfile arch/pmax/dev/mfb.c mfb needs-count 661.16Scgd 671.16Scgddevice scc at tc #asic? 681.16Scgdfile arch/pmax/dev/scc.c scc needs-count 691.16Scgd 701.16Scgd# 3100 cfb 711.16Scgddevice xcfb at mainbus 721.16Scgdfile arch/pmax/dev/xcfb.c xcfb needs-count 731.16Scgd 741.16Scgddevice tt at tc 751.16Scgdfile arch/pmax/dev/if_tt.c tt needs-count 761.16Scgd 771.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done. 781.16Scgdfile arch/pmax/dev/scsi.c 791.16Scgd 801.16Scgdfile arch/pmax/pmax/autoconf.c 811.16Scgdfile arch/pmax/pmax/conf.c 821.16Scgd#file arch/pmax/pmax/kadb.c optional kadb 831.16Scgd#file arch/pmax/pmax/machdep.c standard config-dependent 841.16Scgdfile arch/pmax/pmax/machdep.c 851.16Scgdfile arch/pmax/pmax/cpu_exec.c 861.16Scgdfile arch/pmax/pmax/mem.c 871.16Scgdfile arch/pmax/pmax/pmap.c 881.16Scgdfile arch/pmax/pmax/process_machdep.c 891.16Scgdfile arch/pmax/pmax/sys_machdep.c 901.16Scgdfile arch/pmax/pmax/trap.c 911.16Scgdfile arch/pmax/pmax/vm_machdep.c 921.16Scgdfile arch/pmax/pmax/disksubr.c 931.16Scgdfile arch/pmax/stand/libsa/callvec.c 941.16Scgdfile arch/pmax/pmax/elf.c 951.16Scgd# standard for now, till Ted Lemon is done 961.16Scgdfile arch/pmax/dev/fb.c 971.13Smellon# This is a dummy - don't try to use it: 981.16Scgd 991.16Scgd 1001.16Scgdfile arch/pmax/pmax/cons.c 1011.16Scgdfile arch/pmax/pmax/cpu_cons.c 1021.16Scgdfile netinet/in_cksum.c 1031.16Scgdfile netns/ns_cksum.c ns 1041.16Scgd 1051.16Scgdfile compat/ultrix/ultrix_misc.c compat_ultrix 1061.16Scgdfile compat/ultrix/ultrix_syscalls.c compat_ultrix 1071.16Scgdfile compat/ultrix/ultrix_sysent.c compat_ultrix 1081.16Scgd 1091.16Scgd# Ted Lemon's changes to console driver: redirectabe FB console 1101.16Scgddevice rcons at mainbus 1111.16Scgdfile arch/pmax/dev/rcons.c rcons needs-count 1121.16Scgd 1131.16Scgd# Configs 114