qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] reformatted SS-5 and LX definitions


From: Artyom Tarasenko
Subject: [Qemu-devel] [PATCH 2/2] reformatted SS-5 and LX definitions
Date: Sat, 8 May 2010 16:10:15 +0200

---
 hw/sun4m.c |   66 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/hw/sun4m.c b/hw/sun4m.c
index e31d039..7917f46 100644
--- a/hw/sun4m.c
+++ b/hw/sun4m.c
@@ -968,26 +968,26 @@ enum {
 static const struct sun4m_hwdef sun4m_hwdefs[] = {
     /* SS-5 */
     {
-        .iommu_base   = 0x10000000,
+        .iommu_base     = 0x10000000,
         .iommu_pad_base = 0x10004000,
         .iommu_pad_len  = 0x0fffb000,
-        .tcx_base     = 0x50000000,
-        .cs_base      = 0x6c000000,
-        .slavio_base  = 0x70000000,
-        .ms_kb_base   = 0x71000000,
-        .serial_base  = 0x71100000,
-        .nvram_base   = 0x71200000,
-        .fd_base      = 0x71400000,
-        .counter_base = 0x71d00000,
-        .intctl_base  = 0x71e00000,
-        .idreg_base   = 0x78000000,
-        .dma_base     = 0x78400000,
-        .esp_base     = 0x78800000,
-        .le_base      = 0x78c00000,
-        .apc_base     = 0x6a000000,
-        .afx_base     = 0x6e000000,
-        .aux1_base    = 0x71900000,
-        .aux2_base    = 0x71910000,
+        .tcx_base       = 0x50000000,
+        .cs_base        = 0x6c000000,
+        .slavio_base    = 0x70000000,
+        .ms_kb_base     = 0x71000000,
+        .serial_base    = 0x71100000,
+        .nvram_base     = 0x71200000,
+        .fd_base        = 0x71400000,
+        .counter_base   = 0x71d00000,
+        .intctl_base    = 0x71e00000,
+        .idreg_base     = 0x78000000,
+        .dma_base       = 0x78400000,
+        .esp_base       = 0x78800000,
+        .le_base        = 0x78c00000,
+        .apc_base       = 0x6a000000,
+        .afx_base       = 0x6e000000,
+        .aux1_base      = 0x71900000,
+        .aux2_base      = 0x71910000,
         .nvram_machine_id = 0x80,
         .machine_id = ss5_id,
         .iommu_version = 0x05000000,
@@ -1096,23 +1096,23 @@ static const struct sun4m_hwdef sun4m_hwdefs[] = {
     },
     /* LX */
     {
-        .iommu_base   = 0x10000000,
+        .iommu_base     = 0x10000000,
         .iommu_pad_base = 0x10004000,
         .iommu_pad_len  = 0x0fffb000,
-        .tcx_base     = 0x50000000,
-        .slavio_base  = 0x70000000,
-        .ms_kb_base   = 0x71000000,
-        .serial_base  = 0x71100000,
-        .nvram_base   = 0x71200000,
-        .fd_base      = 0x71400000,
-        .counter_base = 0x71d00000,
-        .intctl_base  = 0x71e00000,
-        .idreg_base   = 0x78000000,
-        .dma_base     = 0x78400000,
-        .esp_base     = 0x78800000,
-        .le_base      = 0x78c00000,
-        .aux1_base    = 0x71900000,
-        .aux2_base    = 0x71910000,
+        .tcx_base       = 0x50000000,
+        .slavio_base    = 0x70000000,
+        .ms_kb_base     = 0x71000000,
+        .serial_base    = 0x71100000,
+        .nvram_base     = 0x71200000,
+        .fd_base        = 0x71400000,
+        .counter_base   = 0x71d00000,
+        .intctl_base    = 0x71e00000,
+        .idreg_base     = 0x78000000,
+        .dma_base       = 0x78400000,
+        .esp_base       = 0x78800000,
+        .le_base        = 0x78c00000,
+        .aux1_base      = 0x71900000,
+        .aux2_base      = 0x71910000,
         .nvram_machine_id = 0x80,
         .machine_id = lx_id,
         .iommu_version = 0x04000000,
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]