From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAkjb-0003Xu-T6 for qemu-devel@nongnu.org; Sat, 08 May 2010 10:10:28 -0400 Received: from [140.186.70.92] (port=56646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAkjY-0003Vf-Qz for qemu-devel@nongnu.org; Sat, 08 May 2010 10:10:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAkjT-0008IH-SH for qemu-devel@nongnu.org; Sat, 08 May 2010 10:10:24 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:53349) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAkjT-0008Hw-N0 for qemu-devel@nongnu.org; Sat, 08 May 2010 10:10:19 -0400 Received: by fxm12 with SMTP id 12so1349588fxm.4 for ; Sat, 08 May 2010 07:10:18 -0700 (PDT) From: Artyom Tarasenko Date: Sat, 8 May 2010 16:10:15 +0200 Message-Id: <1273327815-21408-2-git-send-email-atar4qemu@gmail.com> In-Reply-To: <1273327815-21408-1-git-send-email-atar4qemu@gmail.com> References: <1273327815-21408-1-git-send-email-atar4qemu@gmail.com> Subject: [Qemu-devel] [PATCH 2/2] reformatted SS-5 and LX definitions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, Artyom Tarasenko --- 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