USER_PANIC_ERR(err, "Watching PCI root bridges.");
}
- KALUGA_DEBUG("Kaluga: pci_devices\n");
-
- err = watch_for_pci_devices();
- if (err_is_fail(err)) {
- USER_PANIC_ERR(err, "Watching PCI devices.");
- }
-
KALUGA_DEBUG("Kaluga: int_controller_devices\n");
err = watch_for_int_controller();
USER_PANIC_ERR(err, "Unable to wait for spawnds failed.");
}
+ KALUGA_DEBUG("Kaluga: pci_devices\n");
+
+ err = watch_for_pci_devices();
+ if (err_is_fail(err)) {
+ USER_PANIC_ERR(err, "Watching PCI devices.");
+ }
+
KALUGA_DEBUG("Kaluga: Starting serial...\n");
err = start_serial();
if (err_is_fail(err) && err != KALUGA_ERR_MODULE_NOT_FOUND) {