Revision 127fc407 hw/sun4m.c

b/hw/sun4m.c
692 692
        .dma_base     = 0x78400000,
693 693
        .esp_base     = 0x78800000,
694 694
        .le_base      = 0x78c00000,
695
        .apc_base     = 0x7a000000, // XXX 0x6a000000,
695
        .apc_base     = 0x6a000000,
696 696
        .aux1_base    = 0x71900000,
697 697
        .aux2_base    = 0x71910000,
698 698
        .ecc_base     = -1,
......
735 735
        .esp_base     = 0xef0800000ULL,
736 736
        .le_base      = 0xef0c00000ULL,
737 737
        .apc_base     = 0xefa000000ULL, // XXX should not exist
738
        .aux1_base    = 0xff1900000ULL, // XXX 0xff1800000ULL,
739
        .aux2_base    = 0xff1910000ULL, // XXX 0xff1a01000ULL,
738
        .aux1_base    = 0xff1800000ULL,
739
        .aux2_base    = 0xff1a01000ULL,
740 740
        .ecc_base     = 0xf00000000ULL,
741 741
        .ecc_version  = 0x10000000, // version 0, implementation 1
742 742
        .sun4c_intctl_base  = -1,
......
779 779
        .esp_base     = 0xef0080000ULL,
780 780
        .le_base      = 0xef0060000ULL,
781 781
        .apc_base     = 0xefa000000ULL, // XXX should not exist
782
        .aux1_base    = 0xff1900000ULL, // XXX 0xff1800000ULL,
783
        .aux2_base    = 0xff1910000ULL, // XXX should not exist
782
        .aux1_base    = 0xff1800000ULL,
783
        .aux2_base    = 0xff1a01000ULL, // XXX should not exist
784 784
        .ecc_base     = 0xf00000000ULL,
785 785
        .ecc_version  = 0x00000000, // version 0, implementation 0
786 786
        .sun4c_intctl_base  = -1,

Also available in: Unified diff