mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 14:32:03 +00:00
MIPS jazz: create isa bus
As i8259 in mips_jazz.c is not correctly connected to the isa bus, the mc146818rtc isa devices fails to be created. Signed-off-by: Roy Tam <roytam@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
bf854d65a5
commit
5041fccd8e
@ -185,6 +185,8 @@ void mips_jazz_init (ram_addr_t ram_size,
|
|||||||
|
|
||||||
/* ISA devices */
|
/* ISA devices */
|
||||||
i8259 = i8259_init(env->irq[4]);
|
i8259 = i8259_init(env->irq[4]);
|
||||||
|
isa_bus_new(NULL);
|
||||||
|
isa_bus_irqs(i8259);
|
||||||
DMA_init(0);
|
DMA_init(0);
|
||||||
pit = pit_init(0x40, i8259[0]);
|
pit = pit_init(0x40, i8259[0]);
|
||||||
pcspk_init(pit);
|
pcspk_init(pit);
|
||||||
|
Loading…
Reference in New Issue
Block a user