Add standard calls to device_add_child() and root_bus_configure().
This commit is contained in:
parent
00a6f47f13
commit
03ea73346d
@ -74,6 +74,10 @@ configure(void *dummy)
|
||||
|
||||
cold = 0;
|
||||
|
||||
device_add_child(root_bus, "nexus", 0);
|
||||
|
||||
root_bus_configure();
|
||||
|
||||
msr = mfmsr();
|
||||
msr = PSL_EE|PSL_FP|PSL_ME|PSL_IR|PSL_DR|PSL_RI;
|
||||
mtmsr(msr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user