files.explora revision 1.1
1#	$NetBSD: files.explora,v 1.1 2003/03/11 10:57:55 hannken 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	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
34device	lpt
35file	dev/ic/lpt.c				lpt		needs-flag
36
37attach	lpt at elb with lpt_elb
38file	arch/evbppc/explora/dev/lpt_elb.c	lpt_elb
39
40attach	le at elb with le_elb: le32
41file	arch/evbppc/explora/dev/le_elb.c	le_elb
42
43include	"dev/pckbc/files.pckbc"
44attach	pckbc at elb with pckbc_elb
45file	arch/evbppc/explora/dev/pckbc_elb.c	pckbc_elb
46
47device	fb: wsemuldisplaydev, rasops8
48attach	fb at elb with fb_elb
49file	arch/evbppc/explora/dev/fb_elb.c	fb_elb
50