diff options
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/DDBOFW | 2 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/DDBOFW b/sys/arch/powerpc/conf/DDBOFW index aa1184bac28..2fab918908a 100644 --- a/sys/arch/powerpc/conf/DDBOFW +++ b/sys/arch/powerpc/conf/DDBOFW @@ -54,7 +54,7 @@ config bsd swap generic mainbus0 at root cpu* at mainbus0 -ofroot* at root +ofroot* at mainbus0 ofbus* at openfirm? diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 00276b4b694..87a72a67e36 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -59,7 +59,7 @@ attach cpu at mainbus file arch/powerpc/powerpc/cpu.c include "../../../dev/ofw/files.ofw" -file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk +file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk | ofrtc major { ofdisk = 4 } pseudo-device rd @@ -86,4 +86,3 @@ major { wd = 5 } # Not even in bdevsw XXX include "../../../dev/isa/files.isapnp" file arch/arc/isa/isapnp_machdep.c isapnp - |