- Timestamp:
- Apr 1, 2008 1:52:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r7635 r7685 4666 4666 4667 4667 #if 0 4668 /* This now causes conflicts with Win2k & XP; it isnot aware this range is taken4669 and tr iesto 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 */ 4670 4670 /* Old Bochs. */ 4671 4671 rc = PDMDevHlpIOPortRegisterGC(pDevIns, 0xff80, 1, 0, "vgaIOPortWriteVBEIndex", "vgaIOPortReadVBEIndex", "VGA/VBE - Index Old (GC)"); … … 4707 4707 4708 4708 #if 0 4709 /* This now causes conflicts with Win2k & XP; it isnot aware this range is taken4710 and tr iesto 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 */ 4711 4711 /* Old Bochs. */ 4712 4712 rc = PDMDevHlpIOPortRegisterR0(pDevIns, 0xff80, 1, 0, "vgaIOPortWriteVBEIndex", "vgaIOPortReadVBEIndex", "VGA/VBE - Index Old (GC)"); … … 4762 4762 /*AssertMsg(pData->Dev.devfn == 16 || iInstance != 0, ("pData->Dev.devfn=%d\n", pData->Dev.devfn));*/ 4763 4763 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)); 4765 4765 4766 4766 rc = PDMDevHlpPCIIORegionRegister(pDevIns, 0 /* iRegion */, pData->vram_size, PCI_ADDRESS_SPACE_MEM_PREFETCH, vgaR3IORegionMap);
Note:
See TracChangeset
for help on using the changeset viewer.