Commit 407d418f authored by Oliver O'Halloran's avatar Oliver O'Halloran Committed by Michael Ellerman
parent 053d58c8
...@@ -314,6 +314,14 @@ chrp_find_bridges(void) ...@@ -314,6 +314,14 @@ chrp_find_bridges(void)
} }
} }
of_node_put(root); of_node_put(root);
/*
* "Temporary" fixes for PCI devices.
* -- Geert
*/
hydra_init(); /* Mac I/O */
pci_create_OF_bus_map();
} }
/* SL82C105 IDE Control/Status Register */ /* SL82C105 IDE Control/Status Register */
......
...@@ -334,22 +334,11 @@ static void __init chrp_setup_arch(void) ...@@ -334,22 +334,11 @@ static void __init chrp_setup_arch(void)
/* On pegasos, enable the L2 cache if not already done by OF */ /* On pegasos, enable the L2 cache if not already done by OF */
pegasos_set_l2cr(); pegasos_set_l2cr();
/* Lookup PCI host bridges */
chrp_find_bridges();
/*
* Temporary fixes for PCI devices.
* -- Geert
*/
hydra_init(); /* Mac I/O */
/* /*
* Fix the Super I/O configuration * Fix the Super I/O configuration
*/ */
sio_init(); sio_init();
pci_create_OF_bus_map();
/* /*
* Print the banner, then scroll down so boot progress * Print the banner, then scroll down so boot progress
* can be printed. -- Cort * can be printed. -- Cort
...@@ -582,6 +571,7 @@ define_machine(chrp) { ...@@ -582,6 +571,7 @@ define_machine(chrp) {
.name = "CHRP", .name = "CHRP",
.probe = chrp_probe, .probe = chrp_probe,
.setup_arch = chrp_setup_arch, .setup_arch = chrp_setup_arch,
.discover_phbs = chrp_find_bridges,
.init = chrp_init2, .init = chrp_init2,
.show_cpuinfo = chrp_show_cpuinfo, .show_cpuinfo = chrp_show_cpuinfo,
.init_IRQ = chrp_init_IRQ, .init_IRQ = chrp_init_IRQ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment