Mon Jul 6 10:38:46 2020 UTC ()
Now, sys/arch/powerpc/ibm4xx/pic_uic.c requires opt_uic.h.

XXX
Switch to powerpc/conf/files.ibm4xx.


(rin)
diff -r1.9 -r1.10 src/sys/arch/evbppc/conf/files.explora

cvs diff -r1.9 -r1.10 src/sys/arch/evbppc/conf/files.explora (switch to unified diff)

--- src/sys/arch/evbppc/conf/files.explora 2011/06/20 17:44:33 1.9
+++ src/sys/arch/evbppc/conf/files.explora 2020/07/06 10:38:46 1.10
@@ -1,46 +1,47 @@ @@ -1,46 +1,47 @@
1# $NetBSD: files.explora,v 1.9 2011/06/20 17:44:33 matt Exp $ 1# $NetBSD: files.explora,v 1.10 2020/07/06 10:38:46 rin Exp $
2 2
3# maxpartitions must be first item in files.${ARCH} 3# maxpartitions must be first item in files.${ARCH}
4 4
5maxpartitions 16 5maxpartitions 16
6 6
7maxusers 2 8 64 7maxusers 2 8 64
8 8
9defflag opt_explora.h COM_IS_CONSOLE 9defflag opt_explora.h COM_IS_CONSOLE
10defparam opt_explora.h COM_CONSOLE_SPEED 10defparam opt_explora.h COM_CONSOLE_SPEED
11 11
12include "arch/powerpc/fpu/files.fpu" 12include "arch/powerpc/fpu/files.fpu"
13include "arch/powerpc/pic/files.pic" 13include "arch/powerpc/pic/files.pic"
14 14
15file arch/evbppc/explora/autoconf.c 15file arch/evbppc/explora/autoconf.c
16file arch/evbppc/explora/consinit.c 16file arch/evbppc/explora/consinit.c
17file arch/evbppc/explora/machdep.c 17file arch/evbppc/explora/machdep.c
18file arch/powerpc/ibm4xx/ibm4xx_machdep.c 18file arch/powerpc/ibm4xx/ibm4xx_machdep.c
 19defflag opt_uic.h MULTIUIC
19file arch/powerpc/ibm4xx/pic_uic.c 20file arch/powerpc/ibm4xx/pic_uic.c
20file dev/md_root.c memory_disk_hooks 21file dev/md_root.c memory_disk_hooks
21 22
22# Explora local bus 23# Explora local bus
23device elb {} 24device elb {}
24attach elb at root 25attach elb at root
25file arch/evbppc/explora/dev/elb.c elb 26file arch/evbppc/explora/dev/elb.c elb
26 27
27device cpu 28device cpu
28attach cpu at elb 29attach cpu at elb
29file arch/powerpc/ibm4xx/cpu.c 30file arch/powerpc/ibm4xx/cpu.c
30 31
31attach com at elb with com_elb 32attach com at elb with com_elb
32file arch/evbppc/explora/dev/com_elb.c com_elb 33file arch/evbppc/explora/dev/com_elb.c com_elb
33 34
34attach lpt at elb with lpt_elb 35attach lpt at elb with lpt_elb
35file arch/evbppc/explora/dev/lpt_elb.c lpt_elb 36file arch/evbppc/explora/dev/lpt_elb.c lpt_elb
36 37
37attach le at elb with le_elb: le32 38attach le at elb with le_elb: le32
38file arch/evbppc/explora/dev/le_elb.c le_elb 39file arch/evbppc/explora/dev/le_elb.c le_elb
39 40
40include "dev/pckbport/files.pckbport" 41include "dev/pckbport/files.pckbport"
41attach pckbc at elb with pckbc_elb 42attach pckbc at elb with pckbc_elb
42file arch/evbppc/explora/dev/pckbc_elb.c pckbc_elb 43file arch/evbppc/explora/dev/pckbc_elb.c pckbc_elb
43 44
44device fb: wsemuldisplaydev, rasops8 45device fb: wsemuldisplaydev, rasops8
45attach fb at elb with fb_elb 46attach fb at elb with fb_elb
46file arch/evbppc/explora/dev/fb_elb.c fb_elb 47file arch/evbppc/explora/dev/fb_elb.c fb_elb