files.newsmips revision 1.7
11.7Stsubai#	$NetBSD: files.newsmips,v 1.7 1999/12/22 05:55:25 tsubai Exp $
21.7Stsubai
31.7Stsubai# NEWSMIPS-specific configuration info
41.1Stsubai
51.1Stsubai# maxpartitions must be first item in files.${ARCH}.
61.1Stsubaimaxpartitions 8
71.1Stsubai
81.1Stsubaimaxusers 2 8 64
91.1Stsubai
101.1Stsubaidevice mainbus {}			# no locators
111.1Stsubaiattach mainbus at root
121.1Stsubai
131.7Stsubaidevice cpu
141.7Stsubaiattach cpu at mainbus
151.7Stsubaifile arch/newsmips/newsmips/cpu.c		cpu
161.7Stsubai
171.1Stsubaidevice hb { [addr = -1], [level = -1] }
181.1Stsubaiattach hb at mainbus
191.2Sthorpejfile arch/newsmips/dev/hb.c			hb
201.1Stsubai
211.1Stsubai#device iop { [addr = -1], [level = -1] }
221.1Stsubai#attach iop at mainbus
231.2Sthorpej#file arch/newsmips/dev/iop.c			iop
241.1Stsubai
251.7Stsubaidevice ap { [addr = -1], [level = -1] }
261.7Stsubaiattach ap at mainbus
271.7Stsubaifile arch/newsmips/apbus/apbus.c		ap
281.7Stsubaifile arch/newsmips/apbus/apbus_subr.c		ap
291.1Stsubai
301.1Stsubaidevice mkclock
311.2Sthorpejfile arch/newsmips/newsmips/clock.c		mkclock
321.1Stsubai
331.7Stsubaiattach mkclock at hb with mkclock_hb
341.7Stsubaifile arch/newsmips/dev/clock_hb.c		mkclock_hb
351.7Stsubai
361.7Stsubaiattach mkclock at ap with mkclock_ap
371.7Stsubaifile arch/newsmips/apbus/clock_ap.c		mkclock_ap
381.7Stsubai
391.3Sdrochnerattach le at hb: le24
401.2Sthorpejfile arch/newsmips/dev/if_le.c			le needs-count
411.1Stsubai
421.7Stsubaidevice zsc { [channel = -1] }
431.7Stsubaifile arch/newsmips/dev/zs.c			zsc needs-count
441.7Stsubaifile dev/ic/z8530sc.c				zsc
451.7Stsubai
461.7Stsubaiattach zsc at hb with zsc_hb
471.7Stsubaifile arch/newsmips/dev/zs_hb.c			zsc_hb
481.7Stsubai
491.7Stsubaiattach zsc at ap with zsc_ap
501.7Stsubaifile arch/newsmips/apbus/zs_ap.c		zsc_ap
511.7Stsubai
521.7Stsubaidevice zstty: tty
531.7Stsubaiattach zstty at zsc
541.7Stsubaifile dev/ic/z8530tty.c				zstty needs-count
551.7Stsubai
561.1Stsubaidevice ms
571.1Stsubaiattach ms at hb
581.2Sthorpejfile arch/newsmips/dev/ms.c			ms needs-count
591.1Stsubai
601.1Stsubaidevice kb
611.1Stsubaiattach kb at hb
621.2Sthorpejfile arch/newsmips/dev/kb.c			kb needs-count
631.2Sthorpejfile arch/newsmips/dev/kbms_if.c		kb | ms
641.2Sthorpejfile arch/newsmips/dev/keyconf.c		kb
651.2Sthorpejfile arch/newsmips/dev/kb_ctrl.c		kb
661.2Sthorpejfile arch/newsmips/dev/kb_encode.c		kb
671.1Stsubai
681.1Stsubaidevice fb
691.1Stsubaiattach fb at hb
701.2Sthorpejfile arch/newsmips/dev/fb.c			fb needs-count
711.2Sthorpejfile arch/newsmips/dev/fb_conf.c		fb
721.2Sthorpejfile arch/newsmips/dev/fb_mfbs.c		fb
731.2Sthorpejfile arch/newsmips/dev/fb_probe.c		fb
741.2Sthorpejfile arch/newsmips/dev/fb_start.c		fb
751.2Sthorpejfile arch/newsmips/dev/fb_sub.c			fb
761.2Sthorpejfile arch/newsmips/dev/fbbm_253.c		fb
771.2Sthorpej#file arch/newsmips/dev/fbbm_lcdm.c		fb
781.2Sthorpejfile arch/newsmips/dev/bmcons.c			fb
791.2Sthorpejfile arch/newsmips/dev/bitmapif.c		fb
801.2Sthorpejfile arch/newsmips/dev/fnt.c			fb
811.2Sthorpejfile arch/newsmips/dev/fnt24.c			fb
821.2Sthorpejfile arch/newsmips/dev/vt100.c			fb
831.2Sthorpejfile arch/newsmips/dev/vt100esc.c		fb
841.2Sthorpejfile arch/newsmips/dev/vt100if.c		fb
851.1Stsubai
861.1Stsubaidevice fdc {}
871.1Stsubaiattach fdc at hb
881.1Stsubaidevice fd: disk
891.1Stsubaiattach fd at fdc
901.2Sthorpejfile arch/newsmips/dev/fd.c			fdc | fd needs-count
911.1Stsubai
921.7Stsubaidevice sn: arp, ether, ifnet
931.7Stsubaiattach sn at ap with sn_ap
941.7Stsubaifile arch/newsmips/apbus/if_sn.c		sn
951.7Stsubaifile arch/newsmips/apbus/if_sn_ap.c		sn_ap
961.7Stsubai
971.2Sthorpejfile arch/newsmips/newsmips/autoconf.c
981.2Sthorpejfile arch/newsmips/newsmips/conf.c
991.2Sthorpejfile arch/newsmips/newsmips/machdep.c
1001.7Stsubaifile arch/newsmips/newsmips/news3400.c		hb
1011.7Stsubaifile arch/newsmips/newsmips/news5000.c		ap
1021.2Sthorpejfile arch/newsmips/newsmips/disksubr.c
1031.2Sthorpejfile arch/newsmips/newsmips/mainbus.c
1041.2Sthorpejfile arch/newsmips/newsmips/cpu_cons.c
1051.6Stsubaifile dev/clock_subr.c
1061.1Stsubaifile dev/cons.c
1071.1Stsubai
1081.1Stsubai#
1091.1Stsubai# Machine-independent SCSI driver.
1101.1Stsubai#
1111.1Stsubai
1121.1Stsubaiinclude "dev/scsipi/files.scsipi"
1131.1Stsubai
1141.1Stsubaidevice sc: scsi
1151.7Stsubaiattach sc at hb
1161.2Sthorpejfile arch/newsmips/dev/scsi_1185.c		sc needs-count
1171.2Sthorpejfile arch/newsmips/dev/sc_wrap.c		sc
1181.5Stsubai
1191.5Stsubai#
1201.5Stsubai# Memory Disk for install floppy
1211.5Stsubai#
1221.5Stsubaifile arch/newsmips/newsmips/md_root.c		memory_disk_hooks
1231.5Stsubai
1241.5Stsubaimajor { sd = 0 }
1251.5Stsubaimajor { fd = 1 }
1261.5Stsubaimajor { md = 2 }
1271.5Stsubaimajor { cd = 16 }
128