diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-10 11:43:35 +0200 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-09-10 19:48:01 +0400 |
commit | 32e0c8260d6333540c48ac7c8b33578b67789a5f (patch) | |
tree | 40ba6333a8711258d102e0e23d48cc4b5cbd4dc0 /hw/mips_malta.c | |
parent | 11d23c352d941eb1412d1c78e4735a442fbbb10b (diff) |
qdev/isa: convert real time clock
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/mips_malta.c')
-rw-r--r-- | hw/mips_malta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 32c7102f72..25e32bf73f 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -923,7 +923,7 @@ void mips_malta_init (ram_addr_t ram_size, /* Super I/O */ isa_dev = isa_create_simple("i8042"); - rtc_state = rtc_init(0x70, isa_reserve_irq(8), 2000); + rtc_state = rtc_init(2000); serial_init(0x3f8, isa_reserve_irq(4), 115200, serial_hds[0]); serial_init(0x2f8, isa_reserve_irq(3), 115200, serial_hds[1]); if (parallel_hds[0]) |