VirtualBox

Changeset 76985 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Jan 25, 2019 11:42:07 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128394
Message:

Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo drivers.
bugref:9359: EFI GOP support for VMSVGA.
VBoxSVGA changed the BAR layout with respect to the old vboxvideo, but
remained otherwise compatible. This change makes it work with vboxvideo
drivers on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r76553 r76985  
    495495                    goto default_map;
    496496                /* VGA: map frame buffer to default Bochs VBE address */
    497                 int iRegion = devpciR3GetWord(pPciDev, VBOX_PCI_SUBSYSTEM_VENDOR_ID) == 0x15ad ? 1 : 0;
    498                 devpciR3BiosInitSetRegionAddress(pBus, pPciDev, iRegion, 0xe0000000);
     497                devpciR3BiosInitSetRegionAddress(pBus, pPciDev, 0, 0xe0000000);
    499498                /*
    500499                 * Legacy VGA I/O ports are implicitly decoded by a VGA class device. But
Note: See TracChangeset for help on using the changeset viewer.

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