files.explora revision 1.9
1#	$NetBSD: files.explora,v 1.9 2011/06/20 17:44:33 matt Exp $
2
3# maxpartitions must be first item in files.${ARCH}
4
5maxpartitions 16
6
7maxusers 2 8 64
8
9defflag		opt_explora.h	COM_IS_CONSOLE
10defparam	opt_explora.h	COM_CONSOLE_SPEED
11
12include		"arch/powerpc/fpu/files.fpu"
13include		"arch/powerpc/pic/files.pic"
14
15file	arch/evbppc/explora/autoconf.c
16file	arch/evbppc/explora/consinit.c
17file	arch/evbppc/explora/machdep.c
18file	arch/powerpc/ibm4xx/ibm4xx_machdep.c
19file	arch/powerpc/ibm4xx/pic_uic.c
20file	dev/md_root.c				memory_disk_hooks
21
22# Explora local bus
23device	elb {}
24attach	elb at root
25file	arch/evbppc/explora/dev/elb.c		elb
26
27device	cpu
28attach	cpu at elb
29file	arch/powerpc/ibm4xx/cpu.c
30
31attach	com at elb with com_elb
32file	arch/evbppc/explora/dev/com_elb.c	com_elb
33
34attach	lpt at elb with lpt_elb
35file	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
36
37attach	le at elb with le_elb: le32
38file	arch/evbppc/explora/dev/le_elb.c	le_elb
39
40include	"dev/pckbport/files.pckbport"
41attach	pckbc at elb with pckbc_elb
42file	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
43
44device	fb: wsemuldisplaydev, rasops8
45attach	fb at elb with fb_elb
46file	arch/evbppc/explora/dev/fb_elb.c	fb_elb
47