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