xref: /netbsd-src/sys/arch/evbppc/conf/files.explora (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1#	$NetBSD: files.explora,v 1.10 2020/07/06 10:38:46 rin 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
19defflag	opt_uic.h	MULTIUIC
20file	arch/powerpc/ibm4xx/pic_uic.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