files.explora revision 1.1
11.1Shannken#	$NetBSD: files.explora,v 1.1 2003/03/11 10:57:55 hannken 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.1Shannkenfile	dev/md_root.c				memory_disk_hooks
211.1Shannken
221.1Shannken# Explora local bus
231.1Shannkendevice	elb {}
241.1Shannkenattach	elb at root
251.1Shannkenfile	arch/evbppc/explora/dev/elb.c		elb
261.1Shannken
271.1Shannkendevice	cpu
281.1Shannkenattach	cpu at elb
291.1Shannkenfile	arch/powerpc/ibm4xx/cpu.c
301.1Shannken
311.1Shannkenattach	com at elb with com_elb
321.1Shannkenfile	arch/evbppc/explora/dev/com_elb.c	com_elb
331.1Shannken
341.1Shannkendevice	lpt
351.1Shannkenfile	dev/ic/lpt.c				lpt		needs-flag
361.1Shannken
371.1Shannkenattach	lpt at elb with lpt_elb
381.1Shannkenfile	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
391.1Shannken
401.1Shannkenattach	le at elb with le_elb: le32
411.1Shannkenfile	arch/evbppc/explora/dev/le_elb.c	le_elb
421.1Shannken
431.1Shannkeninclude	"dev/pckbc/files.pckbc"
441.1Shannkenattach	pckbc at elb with pckbc_elb
451.1Shannkenfile	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
461.1Shannken
471.1Shannkendevice	fb: wsemuldisplaydev, rasops8
481.1Shannkenattach	fb at elb with fb_elb
491.1Shannkenfile	arch/evbppc/explora/dev/fb_elb.c	fb_elb
50