summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-06 23:03:38 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-06 23:03:38 +0000
commitc194feda5fbe7a9e4e4cc66eba84874ceba46453 (patch)
tree2df2a8ffaaf93965640420badcd29efb421c1e47 /hw
parent7e6c3f34bf800da6a8db461a6099047905c34f3a (diff)
downloadhqemu-c194feda5fbe7a9e4e4cc66eba84874ceba46453.zip
hqemu-c194feda5fbe7a9e4e4cc66eba84874ceba46453.tar.gz
IDE irq fix (Jocelyn Mayer)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1353 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc_chrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_chrp.c b/hw/ppc_chrp.c
index cf3a5f3..f7c9b45 100644
--- a/hw/ppc_chrp.c
+++ b/hw/ppc_chrp.c
@@ -207,7 +207,7 @@ void ppc_chrp_init(int ram_size, int vga_ram_size, int boot_device,
}
ide0_mem_index = pmac_ide_init(&bs_table[0], openpic, 0x13);
- ide1_mem_index = pmac_ide_init(&bs_table[2], openpic, 0x13);
+ ide1_mem_index = pmac_ide_init(&bs_table[2], openpic, 0x14);
/* cuda also initialize ADB */
cuda_mem_index = cuda_init(openpic, 0x19);
OpenPOWER on IntegriCloud