/[qemu]/qemu/hw/ppc_prep.c
ViewVC logotype

Diff of /qemu/hw/ppc_prep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by bellard, Sun Jul 3 16:00:49 2005 UTC revision 1.23 by bellard, Sun Oct 30 16:58:32 2005 UTC
# Line 652  static void ppc_prep_init(int ram_size, Line 652  static void ppc_prep_init(int ram_size,
652      cpu_register_physical_memory(0xFEFF0000, 0x1000, PPC_io_memory);      cpu_register_physical_memory(0xFEFF0000, 0x1000, PPC_io_memory);
653  #endif  #endif
654    
655      nvram = m48t59_init(8, 0, 0x0074, NVRAM_SIZE);      nvram = m48t59_init(8, 0, 0x0074, NVRAM_SIZE, 59);
656      if (nvram == NULL)      if (nvram == NULL)
657          return;          return;
658      sysctrl->nvram = nvram;      sysctrl->nvram = nvram;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26