summaryrefslogtreecommitdiff
path: root/hw/timer/m48t59.c
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2015-03-02 22:23:27 +0000
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2015-03-10 09:18:56 +0000
commit0278377dde6a5a845e886567c1e68a77766a89b1 (patch)
tree864854caf3ee2bfc84a2661b3a77318406e28394 /hw/timer/m48t59.c
parent6de0497385cbbbbd5f20ca712389b3691ea5c96d (diff)
downloadqemu-0278377dde6a5a845e886567c1e68a77766a89b1.tar.gz
m48t59: add m48t59 sysbus device
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>
Diffstat (limited to 'hw/timer/m48t59.c')
-rw-r--r--hw/timer/m48t59.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c
index d3d80798ef..8ab683ddac 100644
--- a/hw/timer/m48t59.c
+++ b/hw/timer/m48t59.c
@@ -129,6 +129,10 @@ static M48txxInfo m48txx_info[] = {
.model = 8,
.size = 0x2000,
},{
+ .sysbus_name = "sysbus-m48t59",
+ .model = 59,
+ .size = 0x2000,
+ },{
.isa_name = "isa-m48t59",
.model = 59,
.size = 0x2000,