Commit c194feda5fbe7a9e4e4cc66eba84874ceba46453

Authored by bellard
1 parent 7e6c3f34

IDE irq fix (Jocelyn Mayer)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1353 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/ppc_chrp.c
... ... @@ -207,7 +207,7 @@ void ppc_chrp_init(int ram_size, int vga_ram_size, int boot_device,
207 207 }
208 208  
209 209 ide0_mem_index = pmac_ide_init(&bs_table[0], openpic, 0x13);
210   - ide1_mem_index = pmac_ide_init(&bs_table[2], openpic, 0x13);
  210 + ide1_mem_index = pmac_ide_init(&bs_table[2], openpic, 0x14);
211 211  
212 212 /* cuda also initialize ADB */
213 213 cuda_mem_index = cuda_init(openpic, 0x19);
... ...