1 1.9 onoe # $NetBSD: files.newsmips,v 1.9 2000/10/12 03:18:41 onoe Exp $ 2 1.7 tsubai 3 1.7 tsubai # NEWSMIPS-specific configuration info 4 1.1 tsubai 5 1.1 tsubai # maxpartitions must be first item in files.${ARCH}. 6 1.1 tsubai maxpartitions 8 7 1.1 tsubai 8 1.1 tsubai maxusers 2 8 64 9 1.1 tsubai 10 1.1 tsubai device mainbus {} # no locators 11 1.1 tsubai attach mainbus at root 12 1.1 tsubai 13 1.7 tsubai device cpu 14 1.7 tsubai attach cpu at mainbus 15 1.7 tsubai file arch/newsmips/newsmips/cpu.c cpu 16 1.7 tsubai 17 1.1 tsubai device hb { [addr = -1], [level = -1] } 18 1.1 tsubai attach hb at mainbus 19 1.2 thorpej file arch/newsmips/dev/hb.c hb 20 1.1 tsubai 21 1.1 tsubai #device iop { [addr = -1], [level = -1] } 22 1.1 tsubai #attach iop at mainbus 23 1.2 thorpej #file arch/newsmips/dev/iop.c iop 24 1.1 tsubai 25 1.7 tsubai device ap { [addr = -1], [level = -1] } 26 1.7 tsubai attach ap at mainbus 27 1.7 tsubai file arch/newsmips/apbus/apbus.c ap 28 1.7 tsubai file arch/newsmips/apbus/apbus_subr.c ap 29 1.1 tsubai 30 1.1 tsubai device mkclock 31 1.2 thorpej file arch/newsmips/newsmips/clock.c mkclock 32 1.1 tsubai 33 1.7 tsubai attach mkclock at hb with mkclock_hb 34 1.7 tsubai file arch/newsmips/dev/clock_hb.c mkclock_hb 35 1.7 tsubai 36 1.7 tsubai attach mkclock at ap with mkclock_ap 37 1.7 tsubai file arch/newsmips/apbus/clock_ap.c mkclock_ap 38 1.7 tsubai 39 1.3 drochner attach le at hb: le24 40 1.2 thorpej file arch/newsmips/dev/if_le.c le needs-count 41 1.1 tsubai 42 1.7 tsubai device zsc { [channel = -1] } 43 1.7 tsubai file arch/newsmips/dev/zs.c zsc needs-count 44 1.7 tsubai file dev/ic/z8530sc.c zsc 45 1.7 tsubai 46 1.7 tsubai attach zsc at hb with zsc_hb 47 1.7 tsubai file arch/newsmips/dev/zs_hb.c zsc_hb 48 1.7 tsubai 49 1.7 tsubai attach zsc at ap with zsc_ap 50 1.7 tsubai file arch/newsmips/apbus/zs_ap.c zsc_ap 51 1.7 tsubai 52 1.7 tsubai device zstty: tty 53 1.7 tsubai attach zstty at zsc 54 1.7 tsubai file dev/ic/z8530tty.c zstty needs-count 55 1.7 tsubai 56 1.1 tsubai device ms 57 1.1 tsubai attach ms at hb 58 1.2 thorpej file arch/newsmips/dev/ms.c ms needs-count 59 1.1 tsubai 60 1.1 tsubai device kb 61 1.1 tsubai attach kb at hb 62 1.2 thorpej file arch/newsmips/dev/kb.c kb needs-count 63 1.2 thorpej file arch/newsmips/dev/kbms_if.c kb | ms 64 1.2 thorpej file arch/newsmips/dev/keyconf.c kb 65 1.2 thorpej file arch/newsmips/dev/kb_ctrl.c kb 66 1.2 thorpej file arch/newsmips/dev/kb_encode.c kb 67 1.1 tsubai 68 1.1 tsubai device fb 69 1.1 tsubai attach fb at hb 70 1.2 thorpej file arch/newsmips/dev/fb.c fb needs-count 71 1.2 thorpej file arch/newsmips/dev/fb_conf.c fb 72 1.2 thorpej file arch/newsmips/dev/fb_mfbs.c fb 73 1.2 thorpej file arch/newsmips/dev/fb_probe.c fb 74 1.2 thorpej file arch/newsmips/dev/fb_start.c fb 75 1.2 thorpej file arch/newsmips/dev/fb_sub.c fb 76 1.2 thorpej file arch/newsmips/dev/fbbm_253.c fb 77 1.2 thorpej #file arch/newsmips/dev/fbbm_lcdm.c fb 78 1.2 thorpej file arch/newsmips/dev/bmcons.c fb 79 1.2 thorpej file arch/newsmips/dev/bitmapif.c fb 80 1.2 thorpej file arch/newsmips/dev/fnt.c fb 81 1.2 thorpej file arch/newsmips/dev/fnt24.c fb 82 1.2 thorpej file arch/newsmips/dev/vt100.c fb 83 1.2 thorpej file arch/newsmips/dev/vt100esc.c fb 84 1.2 thorpej file arch/newsmips/dev/vt100if.c fb 85 1.1 tsubai 86 1.1 tsubai device fdc {} 87 1.1 tsubai attach fdc at hb 88 1.1 tsubai device fd: disk 89 1.1 tsubai attach fd at fdc 90 1.2 thorpej file arch/newsmips/dev/fd.c fdc | fd needs-count 91 1.1 tsubai 92 1.7 tsubai device sn: arp, ether, ifnet 93 1.7 tsubai attach sn at ap with sn_ap 94 1.7 tsubai file arch/newsmips/apbus/if_sn.c sn 95 1.7 tsubai file arch/newsmips/apbus/if_sn_ap.c sn_ap 96 1.7 tsubai 97 1.9 onoe attach tlp at ap with tlp_ap 98 1.9 onoe file arch/newsmips/apbus/if_tlp_ap.c tlp_ap 99 1.9 onoe 100 1.2 thorpej file arch/newsmips/newsmips/autoconf.c 101 1.9 onoe file arch/newsmips/newsmips/bus.c 102 1.2 thorpej file arch/newsmips/newsmips/conf.c 103 1.2 thorpej file arch/newsmips/newsmips/machdep.c 104 1.7 tsubai file arch/newsmips/newsmips/news3400.c hb 105 1.7 tsubai file arch/newsmips/newsmips/news5000.c ap 106 1.2 thorpej file arch/newsmips/newsmips/disksubr.c 107 1.2 thorpej file arch/newsmips/newsmips/mainbus.c 108 1.2 thorpej file arch/newsmips/newsmips/cpu_cons.c 109 1.6 tsubai file dev/clock_subr.c 110 1.1 tsubai file dev/cons.c 111 1.1 tsubai 112 1.1 tsubai # 113 1.1 tsubai # Machine-independent SCSI driver. 114 1.1 tsubai # 115 1.1 tsubai 116 1.1 tsubai include "dev/scsipi/files.scsipi" 117 1.1 tsubai 118 1.1 tsubai device sc: scsi 119 1.7 tsubai attach sc at hb 120 1.2 thorpej file arch/newsmips/dev/scsi_1185.c sc needs-count 121 1.2 thorpej file arch/newsmips/dev/sc_wrap.c sc 122 1.9 onoe 123 1.9 onoe # network devices MII bus 124 1.9 onoe include "dev/mii/files.mii" 125 1.5 tsubai 126 1.5 tsubai # 127 1.5 tsubai # Memory Disk for install floppy 128 1.5 tsubai # 129 1.5 tsubai file arch/newsmips/newsmips/md_root.c memory_disk_hooks 130 1.5 tsubai 131 1.5 tsubai major { sd = 0 } 132 1.5 tsubai major { fd = 1 } 133 1.5 tsubai major { md = 2 } 134 1.5 tsubai major { cd = 16 } 135 1.8 oster 136 1.8 oster # 137 1.8 oster # RAIDframe 138 1.8 oster # 139 1.8 oster major { raid = 32 } 140