files.newsmips revision 1.2
11.2Sthorpej# $NetBSD: files.newsmips,v 1.2 1998/03/04 22:14:15 thorpej Exp $ 21.1Stsubai# NEWS-specific configuration info 31.1Stsubai 41.1Stsubai# maxpartitions must be first item in files.${ARCH}. 51.1Stsubaimaxpartitions 8 61.1Stsubai 71.1Stsubaimaxusers 2 8 64 81.1Stsubai 91.1Stsubaidevice mainbus {} # no locators 101.1Stsubaiattach mainbus at root 111.1Stsubai 121.1Stsubaidevice hb { [addr = -1], [level = -1] } 131.1Stsubaiattach hb at mainbus 141.2Sthorpejfile arch/newsmips/dev/hb.c hb 151.1Stsubai 161.1Stsubai#device iop { [addr = -1], [level = -1] } 171.1Stsubai#attach iop at mainbus 181.2Sthorpej#file arch/newsmips/dev/iop.c iop 191.1Stsubai 201.1Stsubaidevice cpu 211.1Stsubaiattach cpu at mainbus 221.2Sthorpejfile arch/newsmips/newsmips/cpu.c cpu 231.1Stsubai 241.1Stsubaidevice mkclock 251.1Stsubaiattach mkclock at hb 261.2Sthorpejfile arch/newsmips/newsmips/clock.c mkclock 271.1Stsubai 281.1Stsubai#device le: ifnet, ether, arp 291.1Stsubaiattach le at hb 301.2Sthorpejfile arch/newsmips/dev/if_le.c le needs-count 311.1Stsubai 321.1Stsubaidevice ms 331.1Stsubaiattach ms at hb 341.2Sthorpejfile arch/newsmips/dev/ms.c ms needs-count 351.1Stsubai 361.1Stsubaidevice kb 371.1Stsubaiattach kb at hb 381.2Sthorpejfile arch/newsmips/dev/kb.c kb needs-count 391.2Sthorpejfile arch/newsmips/dev/kbms_if.c kb | ms 401.2Sthorpejfile arch/newsmips/dev/keyconf.c kb 411.2Sthorpejfile arch/newsmips/dev/kb_ctrl.c kb 421.2Sthorpejfile arch/newsmips/dev/kb_encode.c kb 431.1Stsubai 441.1Stsubaidevice zsc { [channel = -1] } 451.1Stsubaiattach zsc at hb 461.2Sthorpejfile arch/newsmips/dev/zs.c zsc needs-count 471.1Stsubaifile dev/ic/z8530sc.c zsc 481.1Stsubai 491.1Stsubaidevice zstty: tty 501.1Stsubaiattach zstty at zsc 511.1Stsubaifile dev/ic/z8530tty.c zstty needs-count 521.1Stsubai 531.1Stsubaidevice fb 541.1Stsubaiattach fb at hb 551.2Sthorpejfile arch/newsmips/dev/fb.c fb needs-count 561.2Sthorpejfile arch/newsmips/dev/fb_conf.c fb 571.2Sthorpejfile arch/newsmips/dev/fb_mfbs.c fb 581.2Sthorpejfile arch/newsmips/dev/fb_probe.c fb 591.2Sthorpejfile arch/newsmips/dev/fb_start.c fb 601.2Sthorpejfile arch/newsmips/dev/fb_sub.c fb 611.2Sthorpejfile arch/newsmips/dev/fbbm_253.c fb 621.2Sthorpej#file arch/newsmips/dev/fbbm_lcdm.c fb 631.2Sthorpejfile arch/newsmips/dev/bmcons.c fb 641.2Sthorpejfile arch/newsmips/dev/bitmapif.c fb 651.2Sthorpejfile arch/newsmips/dev/fnt.c fb 661.2Sthorpejfile arch/newsmips/dev/fnt24.c fb 671.2Sthorpejfile arch/newsmips/dev/vt100.c fb 681.2Sthorpejfile arch/newsmips/dev/vt100esc.c fb 691.2Sthorpejfile arch/newsmips/dev/vt100if.c fb 701.1Stsubai 711.1Stsubaidevice fdc {} 721.1Stsubaiattach fdc at hb 731.1Stsubaidevice fd: disk 741.1Stsubaiattach fd at fdc 751.2Sthorpejfile arch/newsmips/dev/fd.c fdc | fd needs-count 761.1Stsubai 771.2Sthorpejfile arch/newsmips/newsmips/autoconf.c 781.2Sthorpejfile arch/newsmips/newsmips/conf.c 791.2Sthorpejfile arch/newsmips/newsmips/machdep.c 801.2Sthorpejfile arch/newsmips/newsmips/newsmips_trap.c 811.2Sthorpejfile arch/newsmips/newsmips/disksubr.c 821.2Sthorpejfile arch/newsmips/newsmips/mainbus.c 831.2Sthorpejfile arch/newsmips/newsmips/cpu_cons.c 841.1Stsubaifile dev/cons.c 851.1Stsubai 861.1Stsubaimajor {md = 2} 871.1Stsubai 881.1Stsubai# 891.1Stsubai# Machine-independent SCSI driver. 901.1Stsubai# 911.1Stsubai 921.1Stsubaiinclude "dev/scsipi/files.scsipi" 931.1Stsubaimajor { sd = 0 } 941.1Stsubaimajor { fd = 1 } 951.1Stsubaimajor { cd = 16 } 961.1Stsubaimajor { st = 17 } 971.1Stsubai 981.1Stsubaidevice sc: scsi 991.2Sthorpejfile arch/newsmips/dev/scsi_1185.c sc needs-count 1001.2Sthorpejfile arch/newsmips/dev/sc_wrap.c sc 1011.1Stsubaiattach sc at hb 102