mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Add it_shift
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6547 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0a645949d5
commit
68af3f2491
4 changed files with 12 additions and 7 deletions
|
@ -357,7 +357,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
|
|||
adb_kbd_init(&adb_bus);
|
||||
adb_mouse_init(&adb_bus);
|
||||
|
||||
nvr = macio_nvram_init(&nvram_mem_index, 0x2000);
|
||||
nvr = macio_nvram_init(&nvram_mem_index, 0x2000, 4);
|
||||
pmac_format_nvram_partition(nvr, 0x2000);
|
||||
|
||||
macio_init(pci_bus, PCI_DEVICE_ID_APPLE_343S1201, 1, pic_mem_index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue