VirtualBox

Changeset 18231 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2009 1:14:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44957
Message:

DevVGA: IOMMMIOModifyPage should be working with the new phys code now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r18143 r18231  
    11931193#else /* VBOX */
    11941194# ifndef IN_RC
    1195 #  ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */
    11961195        /* If all planes are accessible, then map the page to the frame buffer and make it writable. */
    11971196        if (   (s->sr[2] & 3) == 3
     
    12041203            s->fRemappedVGA = true;
    12051204        }
    1206 #  endif /* !VBOX_WITH_NEW_PHYS_CODE */
    12071205# endif /* IN_RC */
    12081206        VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc);
     
    13281326#else /* VBOX */
    13291327# ifndef IN_RC
    1330 #  ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */
    13311328            /* If all planes are accessible, then map the page to the frame buffer and make it writable. */
    13321329            if (   (s->sr[2] & 3) == 3
     
    13361333                s->fRemappedVGA = true;
    13371334            }
    1338 #  endif /* !VBOX_WITH_NEW_PHYS_CODE */
    13391335# endif /* IN_RC */
    13401336
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