files.explora revision 1.2
11.2Sscw#	$NetBSD: files.explora,v 1.2 2003/11/19 14:27:24 scw Exp $
21.1Shannken
31.1Shannken# maxpartitions must be first item in files.${ARCH}
41.1Shannken
51.1Shannkenmaxpartitions 16
61.1Shannken
71.1Shannkenmaxusers 2 8 64
81.1Shannken
91.1Shannkendefflag		opt_explora.h	COM_IS_CONSOLE
101.1Shannkendefparam	opt_explora.h	COM_CONSOLE_SPEED
111.1Shannken
121.1Shannkeninclude		"arch/powerpc/fpu/files.fpu"
131.1Shannkeninclude		"dev/wscons/files.wscons"
141.1Shannkeninclude		"dev/wsfont/files.wsfont"
151.1Shannkeninclude		"dev/rasops/files.rasops"
161.1Shannken
171.1Shannkenfile	arch/evbppc/explora/autoconf.c
181.1Shannkenfile	arch/evbppc/explora/consinit.c
191.1Shannkenfile	arch/evbppc/explora/machdep.c
201.2Sscwfile	arch/powerpc/ibm4xx/intr.c
211.1Shannkenfile	dev/md_root.c				memory_disk_hooks
221.1Shannken
231.1Shannken# Explora local bus
241.1Shannkendevice	elb {}
251.1Shannkenattach	elb at root
261.1Shannkenfile	arch/evbppc/explora/dev/elb.c		elb
271.1Shannken
281.1Shannkendevice	cpu
291.1Shannkenattach	cpu at elb
301.1Shannkenfile	arch/powerpc/ibm4xx/cpu.c
311.1Shannken
321.1Shannkenattach	com at elb with com_elb
331.1Shannkenfile	arch/evbppc/explora/dev/com_elb.c	com_elb
341.1Shannken
351.1Shannkendevice	lpt
361.1Shannkenfile	dev/ic/lpt.c				lpt		needs-flag
371.1Shannken
381.1Shannkenattach	lpt at elb with lpt_elb
391.1Shannkenfile	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
401.1Shannken
411.1Shannkenattach	le at elb with le_elb: le32
421.1Shannkenfile	arch/evbppc/explora/dev/le_elb.c	le_elb
431.1Shannken
441.1Shannkeninclude	"dev/pckbc/files.pckbc"
451.1Shannkenattach	pckbc at elb with pckbc_elb
461.1Shannkenfile	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
471.1Shannken
481.1Shannkendevice	fb: wsemuldisplaydev, rasops8
491.1Shannkenattach	fb at elb with fb_elb
501.1Shannkenfile	arch/evbppc/explora/dev/fb_elb.c	fb_elb
51