1 1.3 drochner # $NetBSD: files.newsmips,v 1.3 1998/07/21 17:36:03 drochner Exp $ 2 1.1 tsubai # NEWS-specific configuration info 3 1.1 tsubai 4 1.1 tsubai # maxpartitions must be first item in files.${ARCH}. 5 1.1 tsubai maxpartitions 8 6 1.1 tsubai 7 1.1 tsubai maxusers 2 8 64 8 1.1 tsubai 9 1.1 tsubai device mainbus {} # no locators 10 1.1 tsubai attach mainbus at root 11 1.1 tsubai 12 1.1 tsubai device hb { [addr = -1], [level = -1] } 13 1.1 tsubai attach hb at mainbus 14 1.2 thorpej file arch/newsmips/dev/hb.c hb 15 1.1 tsubai 16 1.1 tsubai #device iop { [addr = -1], [level = -1] } 17 1.1 tsubai #attach iop at mainbus 18 1.2 thorpej #file arch/newsmips/dev/iop.c iop 19 1.1 tsubai 20 1.1 tsubai device cpu 21 1.1 tsubai attach cpu at mainbus 22 1.2 thorpej file arch/newsmips/newsmips/cpu.c cpu 23 1.1 tsubai 24 1.1 tsubai device mkclock 25 1.1 tsubai attach mkclock at hb 26 1.2 thorpej file arch/newsmips/newsmips/clock.c mkclock 27 1.1 tsubai 28 1.1 tsubai #device le: ifnet, ether, arp 29 1.3 drochner attach le at hb: le24 30 1.2 thorpej file arch/newsmips/dev/if_le.c le needs-count 31 1.1 tsubai 32 1.1 tsubai device ms 33 1.1 tsubai attach ms at hb 34 1.2 thorpej file arch/newsmips/dev/ms.c ms needs-count 35 1.1 tsubai 36 1.1 tsubai device kb 37 1.1 tsubai attach kb at hb 38 1.2 thorpej file arch/newsmips/dev/kb.c kb needs-count 39 1.2 thorpej file arch/newsmips/dev/kbms_if.c kb | ms 40 1.2 thorpej file arch/newsmips/dev/keyconf.c kb 41 1.2 thorpej file arch/newsmips/dev/kb_ctrl.c kb 42 1.2 thorpej file arch/newsmips/dev/kb_encode.c kb 43 1.1 tsubai 44 1.1 tsubai device zsc { [channel = -1] } 45 1.1 tsubai attach zsc at hb 46 1.2 thorpej file arch/newsmips/dev/zs.c zsc needs-count 47 1.1 tsubai file dev/ic/z8530sc.c zsc 48 1.1 tsubai 49 1.1 tsubai device zstty: tty 50 1.1 tsubai attach zstty at zsc 51 1.1 tsubai file dev/ic/z8530tty.c zstty needs-count 52 1.1 tsubai 53 1.1 tsubai device fb 54 1.1 tsubai attach fb at hb 55 1.2 thorpej file arch/newsmips/dev/fb.c fb needs-count 56 1.2 thorpej file arch/newsmips/dev/fb_conf.c fb 57 1.2 thorpej file arch/newsmips/dev/fb_mfbs.c fb 58 1.2 thorpej file arch/newsmips/dev/fb_probe.c fb 59 1.2 thorpej file arch/newsmips/dev/fb_start.c fb 60 1.2 thorpej file arch/newsmips/dev/fb_sub.c fb 61 1.2 thorpej file arch/newsmips/dev/fbbm_253.c fb 62 1.2 thorpej #file arch/newsmips/dev/fbbm_lcdm.c fb 63 1.2 thorpej file arch/newsmips/dev/bmcons.c fb 64 1.2 thorpej file arch/newsmips/dev/bitmapif.c fb 65 1.2 thorpej file arch/newsmips/dev/fnt.c fb 66 1.2 thorpej file arch/newsmips/dev/fnt24.c fb 67 1.2 thorpej file arch/newsmips/dev/vt100.c fb 68 1.2 thorpej file arch/newsmips/dev/vt100esc.c fb 69 1.2 thorpej file arch/newsmips/dev/vt100if.c fb 70 1.1 tsubai 71 1.1 tsubai device fdc {} 72 1.1 tsubai attach fdc at hb 73 1.1 tsubai device fd: disk 74 1.1 tsubai attach fd at fdc 75 1.2 thorpej file arch/newsmips/dev/fd.c fdc | fd needs-count 76 1.1 tsubai 77 1.2 thorpej file arch/newsmips/newsmips/autoconf.c 78 1.2 thorpej file arch/newsmips/newsmips/conf.c 79 1.2 thorpej file arch/newsmips/newsmips/machdep.c 80 1.2 thorpej file arch/newsmips/newsmips/newsmips_trap.c 81 1.2 thorpej file arch/newsmips/newsmips/disksubr.c 82 1.2 thorpej file arch/newsmips/newsmips/mainbus.c 83 1.2 thorpej file arch/newsmips/newsmips/cpu_cons.c 84 1.1 tsubai file dev/cons.c 85 1.1 tsubai 86 1.1 tsubai major {md = 2} 87 1.1 tsubai 88 1.1 tsubai # 89 1.1 tsubai # Machine-independent SCSI driver. 90 1.1 tsubai # 91 1.1 tsubai 92 1.1 tsubai include "dev/scsipi/files.scsipi" 93 1.1 tsubai major { sd = 0 } 94 1.1 tsubai major { fd = 1 } 95 1.1 tsubai major { cd = 16 } 96 1.1 tsubai major { st = 17 } 97 1.1 tsubai 98 1.1 tsubai device sc: scsi 99 1.2 thorpej file arch/newsmips/dev/scsi_1185.c sc needs-count 100 1.2 thorpej file arch/newsmips/dev/sc_wrap.c sc 101 1.1 tsubai attach sc at hb 102