VirtualBox

Ignore:
Timestamp:
Aug 19, 2016 11:50:08 AM (8 years ago)
Author:
vboxsync
Message:

revert r110292 as it causes triple faults with certain guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.c

    r63594 r63595  
    453453        // Update the LFB physical address which may change at runtime
    454454        out_w(VBE_DISPI_IOPORT_INDEX, VBE_DISPI_INDEX_FB_BASE_HI);
    455         if (using_lfb)
    456             write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, in_w(VBE_DISPI_IOPORT_DATA));
    457         else
    458             write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, 0);
     455        write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, in_w(VBE_DISPI_IOPORT_DATA));
    459456
    460457        result = 0x4f;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette