projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de0497
)
m48t59: add m48t59 sysbus device
author
Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk>
Mon, 2 Mar 2015 22:23:27 +0000
(22:23 +0000)
committer
Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk>
Tue, 10 Mar 2015 09:18:56 +0000
(09:18 +0000)
This is for subsequent use by the sun4u machine.
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/timer/m48t59.c
patch
|
blob
|
history
diff --git
a/hw/timer/m48t59.c
b/hw/timer/m48t59.c
index d3d80798ef3b777087840b22994d1afea3e595f7..8ab683ddacdfed0199b75ad665645f153e777a8e 100644
(file)
--- a/
hw/timer/m48t59.c
+++ b/
hw/timer/m48t59.c
@@
-128,6
+128,10
@@
static M48txxInfo m48txx_info[] = {
.sysbus_name = "sysbus-m48t08",
.model = 8,
.size = 0x2000,
+ },{
+ .sysbus_name = "sysbus-m48t59",
+ .model = 59,
+ .size = 0x2000,
},{
.isa_name = "isa-m48t59",
.model = 59,