Add standard calls to device_add_child() and root_bus_configure().

This commit is contained in:
Mark Peek 2001-10-12 19:53:22 +00:00
parent 00a6f47f13
commit 03ea73346d

View File

@ -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);