Changeset 22416 in vbox
- Timestamp:
- Aug 24, 2009 2:27:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r22412 r22416 4033 4033 pThis->u16VBEExtraAddress = u32; 4034 4034 } 4035 else 4036 Log(("vbeIOPortWriteVBEExtra: Ignoring invalid cb=%d writes to the VBE Extra port!!!\n", cb)); 4035 4037 PDMCritSectLeave(&pThis->lock); 4036 4038 4037 Log(("vbeIOPortWriteVBEExtra: Ignoring invalid cb=%d writes to the VBE Extra port!!!\n", cb));4038 4039 return VINF_SUCCESS; 4039 4040 } … … 4094 4095 } 4095 4096 else 4097 { 4098 Log(("vbeIOPortReadVBEExtra: Invalid cb=%d read from the VBE Extra port!!!\n", cb)); 4096 4099 rc = VERR_IOM_IOPORT_UNUSED; 4097 4098 Log(("vbeIOPortReadVBEExtra: Invalid cb=%d read from the VBE Extra port!!!\n", cb)); 4100 } 4101 4099 4102 PDMCritSectLeave(&pThis->lock); 4100 4103 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.