]> Git Repo - qemu.git/commitdiff
m48t59: add m48t59 sysbus device
authorMark Cave-Ayland <[email protected]>
Mon, 2 Mar 2015 22:23:27 +0000 (22:23 +0000)
committerMark Cave-Ayland <[email protected]>
Tue, 10 Mar 2015 09:18:56 +0000 (09:18 +0000)
This is for subsequent use by the sun4u machine.

Reviewed-by: HervĂ© Poussineau <[email protected]>
Signed-off-by: Mark Cave-Ayland <[email protected]>
hw/timer/m48t59.c

index d3d80798ef3b777087840b22994d1afea3e595f7..8ab683ddacdfed0199b75ad665645f153e777a8e 100644 (file)
@@ -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,
This page took 0.027416 seconds and 4 git commands to generate.