diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2015-03-02 22:23:27 +0000 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2015-03-10 09:18:56 +0000 |
commit | 0278377dde6a5a845e886567c1e68a77766a89b1 (patch) | |
tree | 864854caf3ee2bfc84a2661b3a77318406e28394 /hw | |
parent | 6de0497385cbbbbd5f20ca712389b3691ea5c96d (diff) | |
download | qemu-0278377dde6a5a845e886567c1e68a77766a89b1.zip qemu-0278377dde6a5a845e886567c1e68a77766a89b1.tar.gz qemu-0278377dde6a5a845e886567c1e68a77766a89b1.tar.bz2 |
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')
-rw-r--r-- | hw/timer/m48t59.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c index d3d8079..8ab683d 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, |