• B
    mac99: Add motherboard devices before PCI cards · a0bb2a5f
    BALATON Zoltan 提交于
    Change the order of creating devices for New World Mac emulation so
    that devices on the motherboard are added first and PCI cards (VGA and
    NIC) come later. As a side effect, this also causes OpenBIOS to map
    the motherboard devices into the MMIO space to the same addresses as
    on real hardware and allow clients that hardcode these addresses (e.g.
    MorphOS) to find and use them until OpenBIOS is tought to map devices
    to specific addresses. (On real hardware the graphics and network
    cards are really on separate buses but we don't model that yet.) This
    brings the memory map closer to what is found on PowerMac3,1.
    Signed-off-by: NBALATON Zoltan <balaton@eik.bme.hu>
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    a0bb2a5f
mac_newworld.c 17.9 KB