blob: 925a987d66ff5d28b30ff6ac349705e976f96203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# $NetBSD: files.explora,v 1.13 2021/03/07 09:43:56 rin Exp $
# maxpartitions must be first item in files.${ARCH}
maxpartitions 16
maxusers 2 8 64
defflag opt_explora.h COM_IS_CONSOLE
defparam opt_explora.h COM_CONSOLE_SPEED
include "arch/powerpc/fpu/files.fpu"
include "arch/powerpc/pic/files.pic"
file arch/evbppc/explora/autoconf.c
file arch/evbppc/explora/consinit.c
file arch/evbppc/explora/machdep.c
file arch/powerpc/ibm4xx/ibm4xx_machdep.c
file arch/powerpc/ibm4xx/ibm40x_machdep.c
# Board Properties
file arch/powerpc/ibm4xx/board_prop.c
defflag opt_uic.h MULTIUIC
file arch/powerpc/ibm4xx/pic_uic.c
file dev/md_root.c memory_disk_hooks
# Explora local bus
device elb {}
attach elb at root
file arch/evbppc/explora/dev/elb.c elb
device cpu
attach cpu at elb
file arch/powerpc/ibm4xx/cpu.c
attach com at elb with com_elb
file arch/evbppc/explora/dev/com_elb.c com_elb
attach lpt at elb with lpt_elb
file arch/evbppc/explora/dev/lpt_elb.c lpt_elb
attach le at elb with le_elb: le32
file arch/evbppc/explora/dev/le_elb.c le_elb
include "dev/pckbport/files.pckbport"
attach pckbc at elb with pckbc_elb
file arch/evbppc/explora/dev/pckbc_elb.c pckbc_elb
device fb: wsemuldisplaydev, rasops8
attach fb at elb with fb_elb
file arch/evbppc/explora/dev/fb_elb.c fb_elb
|