VirtualBox

Changeset 7685 in vbox for trunk/src


Ignore:
Timestamp:
Apr 1, 2008 1:52:21 PM (17 years ago)
Author:
vboxsync
Message:

minor corrections

File:
1 edited

Legend:

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

    r7635 r7685  
    46664666
    46674667#if 0
    4668         /* This now causes conflicts with Win2k & XP; it is not aware this range is taken
    4669            and tries to map other devices there */
     4668        /* This now causes conflicts with Win2k & XP; they are not aware this range is taken
     4669           and try to map other devices there */
    46704670        /* Old Bochs. */
    46714671        rc = PDMDevHlpIOPortRegisterGC(pDevIns, 0xff80,  1, 0, "vgaIOPortWriteVBEIndex", "vgaIOPortReadVBEIndex", "VGA/VBE - Index Old (GC)");
     
    47074707
    47084708#if 0
    4709         /* This now causes conflicts with Win2k & XP; it is not aware this range is taken
    4710            and tries to map other devices there */
     4709        /* This now causes conflicts with Win2k & XP; they are not aware this range is taken
     4710           and try to map other devices there */
    47114711        /* Old Bochs. */
    47124712        rc = PDMDevHlpIOPortRegisterR0(pDevIns, 0xff80,  1, 0, "vgaIOPortWriteVBEIndex", "vgaIOPortReadVBEIndex", "VGA/VBE - Index Old (GC)");
     
    47624762    /*AssertMsg(pData->Dev.devfn == 16 || iInstance != 0, ("pData->Dev.devfn=%d\n", pData->Dev.devfn));*/
    47634763    if (pData->Dev.devfn != 16 && iInstance == 0)
    4764         Log(("!!WARNING!!: pData->dev.devfn=%d (ignore if testcase or no started by Main)\n", pData->Dev.devfn));
     4764        Log(("!!WARNING!!: pData->dev.devfn=%d (ignore if testcase or not started by Main)\n", pData->Dev.devfn));
    47654765
    47664766    rc = PDMDevHlpPCIIORegionRegister(pDevIns, 0 /* iRegion */, pData->vram_size, PCI_ADDRESS_SPACE_MEM_PREFETCH, vgaR3IORegionMap);
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