projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8522bd
)
Remove broken ds1225y init, it is useless on this machine anyway.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 7 Dec 2007 01:13:37 +0000
(
01:13
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 7 Dec 2007 01:13:37 +0000
(
01:13
+0000)
Spotted by Atsushi Nemoto.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3777
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/mips_r4k.c
patch
|
blob
|
history
diff --git
a/hw/mips_r4k.c
b/hw/mips_r4k.c
index b1c0433f65e15a57020111a27d7cb041b66c0d9d..63bd158244121f3fe2391e1aaadf89753325d819 100644
(file)
--- a/
hw/mips_r4k.c
+++ b/
hw/mips_r4k.c
@@
-38,7
+38,7
@@
extern FILE *logfile;
static PITState *pit; /* PIT i8254 */
-/*i8254 PIT is attached to the IRQ0 at PIC i8259 */
+/*
i8254 PIT is attached to the IRQ0 at PIC i8259 */
static struct _loaderparams {
int ram_size;
@@
-268,7
+268,6
@@
void mips_r4k_init (int ram_size, int vga_ram_size,
hd[MAX_IDE_DEVS * i + 1]);
i8042_init(i8259[1], i8259[12], 0x60);
- ds1225y_init(0x9000, "nvram");
}
QEMUMachine mips_machine = {