files.explora revision 1.9
11.9Smatt#	$NetBSD: files.explora,v 1.9 2011/06/20 17:44:33 matt 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.9Smattinclude		"arch/powerpc/pic/files.pic"
141.1Shannken
151.1Shannkenfile	arch/evbppc/explora/autoconf.c
161.1Shannkenfile	arch/evbppc/explora/consinit.c
171.1Shannkenfile	arch/evbppc/explora/machdep.c
181.9Smattfile	arch/powerpc/ibm4xx/ibm4xx_machdep.c
191.9Smattfile	arch/powerpc/ibm4xx/pic_uic.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.1Shannkenattach	lpt at elb with lpt_elb
351.1Shannkenfile	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
361.1Shannken
371.1Shannkenattach	le at elb with le_elb: le32
381.1Shannkenfile	arch/evbppc/explora/dev/le_elb.c	le_elb
391.1Shannken
401.4Sbjh21include	"dev/pckbport/files.pckbport"
411.1Shannkenattach	pckbc at elb with pckbc_elb
421.1Shannkenfile	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
431.1Shannken
441.1Shannkendevice	fb: wsemuldisplaydev, rasops8
451.1Shannkenattach	fb at elb with fb_elb
461.1Shannkenfile	arch/evbppc/explora/dev/fb_elb.c	fb_elb
47