Message ID | 1422815953-12919-3-git-send-email-mark.cave-ayland@ilande.co.uk |
---|---|
State | New |
Headers | show |
diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c index ec420bd..84701ec 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,
This is for subsequent use by the sun4u machine. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> --- hw/timer/m48t59.c | 4 ++++ 1 file changed, 4 insertions(+)