mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
isa: Pass i/o address space to isa_bus_new
Not used yet, but at least we're provided with the correct region. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
e11d64390b
commit
c2d0d01202
10 changed files with 21 additions and 16 deletions
|
@ -651,7 +651,7 @@ static void ppc_prep_init (ram_addr_t ram_size,
|
|||
i8259 = i8259_init(first_cpu->irq_inputs[PPC6xx_INPUT_INT]);
|
||||
pci_bus = pci_prep_init(i8259, get_system_memory(), get_system_io());
|
||||
/* Hmm, prep has no pci-isa bridge ??? */
|
||||
isa_bus_new(NULL);
|
||||
isa_bus_new(NULL, get_system_io());
|
||||
isa_bus_irqs(i8259);
|
||||
// pci_bus = i440fx_init();
|
||||
/* Register 8 MB of ISA IO space (needed for non-contiguous map) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue