files.explora revision 1.8
1#	$NetBSD: files.explora,v 1.8 2008/02/20 21:43:34 drochner 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"
13
14file	arch/evbppc/explora/autoconf.c
15file	arch/evbppc/explora/consinit.c
16file	arch/evbppc/explora/machdep.c
17file	arch/powerpc/ibm4xx/intr.c
18file	dev/md_root.c				memory_disk_hooks
19
20# Explora local bus
21device	elb {}
22attach	elb at root
23file	arch/evbppc/explora/dev/elb.c		elb
24
25device	cpu
26attach	cpu at elb
27file	arch/powerpc/ibm4xx/cpu.c
28
29attach	com at elb with com_elb
30file	arch/evbppc/explora/dev/com_elb.c	com_elb
31
32attach	lpt at elb with lpt_elb
33file	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
34
35attach	le at elb with le_elb: le32
36file	arch/evbppc/explora/dev/le_elb.c	le_elb
37
38include	"dev/pckbport/files.pckbport"
39attach	pckbc at elb with pckbc_elb
40file	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
41
42device	fb: wsemuldisplaydev, rasops8
43attach	fb at elb with fb_elb
44file	arch/evbppc/explora/dev/fb_elb.c	fb_elb
45